Author Topic: Emulator settings for pcengine/tg16 for attract mode  (Read 5168 times)

Kevlar

  • Newbie
  • *
  • Posts: 3
    • View Profile
Emulator settings for pcengine/tg16 for attract mode
« on: October 31, 2016, 03:06:04 AM »
Hello, I'm new to attract mode and Retropie in general. I've just installed floob's newest image ( v0.5 ) and have a few emulators running successfully with snaps etc ( megadrive, masters system, neogeo, snes ). I'm trying to add pcengine/tg16 to my build but failing misserably so far. The settings are not preconfigured in the Emulators section so I've been trying to add settings manually based on the other emulator settings. Everything looks fine , all roms having wheel art and snaps but roms won't load, I get an error 0x500 and ejected right back to the pcengine display in a split second. The games run fine in emulationstation. So I'm guessing there is a problem with the information I'm entering when manually adding the emulator. This is what I'm entering.....

Pcengine
/opt/retropie/supplementary/runcommand.sh
0 _SYS_ pcengine "[romfilename]"
/home/pi/RetroPie/roms/pcengine
.zip;.cue;.pce
TurboGrafx-16
thegamesdb.net

Any help greatfully received

Thanks

Kevin

progets

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1271
    • View Profile
Re: Emulator settings for pcengine/tg16 for attract mode
« Reply #1 on: October 31, 2016, 11:05:52 PM »
/opt/retropie/supplementary/runcommand.sh
0 _SYS_ pcengine "[romfilename]"
/home/pi/RetroPie/roms/pcengine
.zip;.cue;.pce
TurboGrafx-16
thegamesdb.net

You're missing the runcommand folder. Use this
Code: [Select]
/opt/retropie/supplementary/runcommand/runcommand.sh
0 _SYS_ pcengine "[romfilename]"
/home/pi/RetroPie/roms/pcengine
.zip;.cue;.pce
TurboGrafx 16
thegamesdb.net

Kevlar

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Emulator settings for pcengine/tg16 for attract mode
« Reply #2 on: November 01, 2016, 02:51:19 AM »
OMG! Thanks progets, I was blind to that, I even had to read your reply twice!  :-[