Attract-Mode Support Forum

Attract-Mode Support => General => Topic started by: pspJohn on July 28, 2021, 10:12:20 PM

Title: ZXSpin Emulator
Post 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?
Title: Re: ZXSpin Emulator
Post by: hermine.potter on July 29, 2021, 03:34:43 AM
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)
Title: Re: ZXSpin Emulator
Post by: pspJohn on July 29, 2021, 08:27:05 AM
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.
Title: Re: ZXSpin Emulator
Post by: hermine.potter on July 29, 2021, 10:05:11 AM
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):

Code: [Select]
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)
Title: Re: ZXSpin Emulator
Post by: pspJohn on August 02, 2021, 08:29:20 PM
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