View Single Post
Old 03 January 2015, 00:07   #2
FrodeSolheim
FS-UAE Developer
 
FrodeSolheim's Avatar
 
Join Date: Dec 2011
Location: Førde, Norway
Age: 43
Posts: 4,043
Quote:
Originally Posted by Girgl View Post
but it remains sitting at the screen waiting for a disk to be inserted, even though the floppy drive (floppy_drive_0 = Nitro.zip) is loaded with the game (I tried both .zip and .adf)
When you specify floppy_drive_0 = Nitro.zip, it will look for Nitro.zip in the "current directory" or in the floppies directory. But note that "current directory" is not the same as the directory containing the exe file (what it is depends on how the application was started).

Instead, do something like this, if Nitro.zip is placed in the same directory as Config.fs-uae:

Code:
floppy_drive_0 = $CONFIG/Nitro.zip
(this tells FS-UAE to look for Nitro.zip in the directory containing the config file it has just loaded).
FrodeSolheim is offline  
 
Page generated in 0.04283 seconds with 11 queries