I setup Nostolgia v5.0 with mala and get an "unable to load game from file" error. Then I have to kill nostolgia as it continues to run. I can run games fine by running nostolgia direct. I have Mala pointing to the correct rom and program directories. The only thing i can think of is the command line is different with 5.0. Mala's default is "%path%\%rom%.%ext%"
Any suggestions?
Listed below is how command lines work with this version
Any filenames or paths that contain spaces must be contained in 'single' or "double" quotes.
-w:WxH : Run windowed at WxH pixels. Eg. -w:320x240, /w:640x480, etc.
-f : Run fullscreen - will override any resolution setting
-ECS : Use the ECS
-NOECS : Do not use the ECS even if available
-IVOICE : Use the Intellivoice
-NOIVOICE : Do not use the Intellivoice, even if available
-c:file.txt or
-c:"some file.txt" : Specify a file for controller options.
-m : Go immediately to Multiplayer mode (Kaillera play)
Note: cartridge name will be ignored if specified.
-p:pal.bmp or
-p:"some pal.bmp" : Specify a new palette to use (temporarily disabled)
The last thing on a command line that is not one of the above switches is interpreted as a cartridge name. For example:
Nostalgia -w:320x200 -ecs /NOIVOICE "c:\my games\inty\world series baseball.bin"
Would load Nostalgia, enable the ECS, disable the Intellivoice and run World Series Baseball in a 320x200 window.