Attract-Mode Support Forum
Attract-Mode Support => General => Topic started by: pspJohn on July 28, 2021, 10:12:20 PM
-
Hi, I need help in setting up ZXspin Emulator.
Attract mode is able to run zx spin
but zx spin error says it cant find the rom?
-
Please post your configuration:
your_AM_folder\emulators\your_displayname.cfg
what is the command to start a specific romfile directly from commandline/cmd/batch?
Example (http://forum.attractmode.org/index.php?topic=488.msg9234#msg9234)
-
Thanks for reply. I m using the following config
Executable:- /emulate/zxspin/zxspin.exe
Command Arguments:- "[romfile]"
Working Directory:-
Rom Path:- /roms/zxspectrum/
tbh, I actually went into command mode and run the emulator. I get the same error result ZXSpin cannot file the rom.
-
i think, your config-file is wrong.
please try fully qualified paths (static paths) before trying relative paths. i guess, you use drive-letter C:\ (fit to your drive-letter and paths):
executable C:\emulate\zxspin\zxspin.exe
args "[romfilename]"
rompath C:\roms\zxspectrum
romext .dsk;.tap
or use another emulator. See here Section ZX Spectrum / Sinclair ZX Spectrum (http://forum.attractmode.org/index.php?topic=503.msg4231#msg4231)
-
Thank you so much.
I guess the problem is the forward slash /. But I did not suspect this because all the rest of my other configs uses / instead of \.
Reason I use this is because, this emulator support no border display. Not aware of other emulators that will do this.
Thanks again