Author Topic: Cant get Atari7800 emul to work in AM (Solved)  (Read 2886 times)

DaOld Man

  • Newbie
  • *
  • Posts: 8
  • Currently running Attract Mode on RPi2 and RPi3
    • View Profile
Cant get Atari7800 emul to work in AM (Solved)
« 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
« Last Edit: February 07, 2017, 11:39:24 AM by DaOld Man »

progets

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1271
    • View Profile
Re: Cant get Atari7800 emul to work in AM
« Reply #1 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.

DaOld Man

  • Newbie
  • *
  • Posts: 8
  • Currently running Attract Mode on RPi2 and RPi3
    • View Profile
Re: Cant get Atari7800 emul to work in AM
« Reply #2 on: February 07, 2017, 11:38:44 AM »
That was the problem. Thanks!!!!!