Diff for /np2/embed/menu/filesel.c between versions 1.2 and 1.3

version 1.2, 2004/01/10 20:15:43 version 1.3, 2004/01/22 01:10:04
Line 411  void filesel_sasi(BYTE drv) { Line 411  void filesel_sasi(BYTE drv) {
         char    path[MAX_PATH];          char    path[MAX_PATH];
   
         if (drv < 2) {          if (drv < 2) {
                 if (selectfile(&hddprm, path, sizeof(path), np2cfg.hddfile[drv])) {                  if (selectfile(&hddprm, path, sizeof(path), np2cfg.sasihdd[drv])) {
                         diskdrv_sethdd(drv, path);                          diskdrv_sethdd(drv, path);
                 }                  }
         }          }

Removed from v.1.2  
changed lines
  Added in v.1.3


RetroPC.NET-CVS <cvs@retropc.net>