Author Topic: Trouble getting MAME2003 working in Attract Mode for Pi  (Read 3792 times)

swaggers

  • Newbie
  • *
  • Posts: 8
    • View Profile
Trouble getting MAME2003 working in Attract Mode for Pi
« on: January 15, 2017, 04:05:48 PM »
Here is my emulator settings:

Code: [Select]
executable           /opt/retropie/supplementary/runcommand/runcommand.sh
args                 0 _SYS_ mame2003 "[romfilename]"
rompath              /home/pi/RetroPie/roms/mame-libretro
romext               .zip;.ZIP
system               Multiple Arcade Machine Emulator
import_extras        /home/pi/RetroPie/roms/mame-libretro/cav/Catver.ini
artwork    flyer           /home/pi/RetroPie/roms/mame-libretro/flyer
artwork    marquee         /home/pi/RetroPie/roms/mame-libretro/marquee
artwork    snap            /home/pi/RetroPie/roms/mame-libretro/snap
artwork    wheel           /home/pi/RetroPie/roms/mame-libretro/wheel

When I try to run a Rom it comes back

No config found for system mame2003

progets

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1274
    • View Profile
Re: Trouble getting MAME2003 working in Attract Mode for Pi
« Reply #1 on: January 15, 2017, 05:09:45 PM »
Your argument is wrong. It should be

Code: [Select]
args                 0 _SYS_ mame-libretro "[romfilename]"

swaggers

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: Trouble getting MAME2003 working in Attract Mode for Pi
« Reply #2 on: January 15, 2017, 05:41:51 PM »
Thanks