Attract-Mode Support Forum

Attract-Mode Support => General => Topic started by: DaOld Man on February 07, 2017, 09:05:16 AM

Title: Cant get Atari7800 emul to work in AM (Solved)
Post by: DaOld Man on February 07, 2017, 09:05:16 AM
It works in emulation station but not attract mode.
Here is my Atari7800.cfg file:

# Generated by Attract-Mode v2.1.0
#
executable           /opt/retropie/supplementary/runcommand/runcommand.sh
args                 0_SYS_atari7800 "[romfilename]"
rompath              /home/pi/RetroPie/roms/atari7800
romext               .a78
system               Atari7800
info_source          thegamesdb.net
artwork    flyer           /home/pi/Retropie/roms/atari7800/boxart
artwork    marquee         /home/pi/RetroPie/roms/atari7800/marguee
artwork    snap            /home/pi/RetroPie/roms/atari7800/snap
artwork    wheel           /home/pi/RetroPie/roms/atari7800/wheel
Title: Re: Cant get Atari7800 emul to work in AM
Post by: progets on February 07, 2017, 10:43:37 AM
args                 0_SYS_atari7800 "[romfilename]"

needs to be

Code: [Select]
args                 0 _SYS_ atari7800 "[romfilename]"

you're missing spaces.
Title: Re: Cant get Atari7800 emul to work in AM
Post by: DaOld Man on February 07, 2017, 11:38:44 AM
That was the problem. Thanks!!!!!