Hello.
Does anyone here have the A7800 emulator (was part of MESS/MAME years ago) working in Attract Mode?
I've tried to get the command lines set properly and so far it looks like it starts the emulator as I see the emulator window pop up, but then it closes after 2 or 3 seconds and takes me back to the Attract Mode menu. I've tried everything I can think of, but it's not working.
If I try to use the A7800 emulator directly (aka not in Attract Mode) it works fine.
I'll paste my A7800.cfg file below in case it may help.
# Generated by Attract-Mode v2.7.0
#
executable D:\[Emulation]\A7800\a7800.exe
args a7800 -cart1 xm -cart2 "[romfilename]"
rompath D:\[Emulation]\A7800\roms;d:\[Emulation]\A7800\bios
romext .zip;.a78;.bin
artwork flyer $HOME/Atari 7800/boxart
artwork marquee
artwork snap D:\[Emulation]\A7800\\artwork\Atari 7800\STANDARD\snap
artwork wheel
If anyone sees anything missing or entered incorrectly, please let me know.
Also, I tried creating a batch file to launch the emulator with XM support and a single game (1942). The batch file works fine. Here is the batch info.
@echo off
a7800 a7800 -cart1 xm -cart2 "d:\[Emulation]\a7800\roms\1942 (2022) [Unknown].a78"
pause
Thanks,
John
PS: Here is the link to the emulators webpage, not sure if there is any useful info regarding this issue.
https://7800.8bitdev.org/index.php/A7800_Emulator