| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to filesel.c CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / np2 / embed / menu | 
| 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); | 
| } | } | 
| } | } |