Hi All.
Can anyone help me set up some emulators that aren't already pre configured in Floobs image.
I'm trying to add the following and when performing "add emulator" from the menu I'm stuck where to input the emulator location under Command Arguments.
The emulators I'm trying to add are
N64
Atari 7800
Atari Jaguar
Sega 32x
If anyone can advise the path locations that the emulators would be from retropie for me to add these emulators i'd be massively grateful
If you are using the latest version of Floob's image these are the paths (they will be different on earlier versions).
Nintendo 64--
executable /opt/retropie/supplementary/runcommand/runcommand.sh
args 0 _SYS_ n64 "[romfilename]"
rompath /home/pi/RetroPie/roms/n64
romext .n64
system Nintendo 64
info_source thegamesdb.net
artwork flyer /home/pi/RetroPie/roms/n64/boxart
artwork marquee /home/pi/RetroPie/roms/n64/marquee
artwork snap /home/pi/RetroPie/roms/n64/snap
artwork wheel /home/pi/RetroPie/roms/n64/wheel
Atari 7800--
executable /opt/retropie/supplementary/runcommand/runcommand.sh
args 0 _SYS_ atari7800 "[romfilename]"
rompath /home/pi/RetroPie/roms/atari7800
romext .a78
system Atati 7800
info_source thegamesdb.net
artwork flyer /home/pi/RetroPie/roms/atari7800/boxart
artwork marquee /home/pi/RetroPie/roms/atari7800/marquee
artwork snap /home/pi/RetroPie/roms/atari7800/snap
artwork wheel /home/pi/RetroPie/roms/atari7800/wheel
Atari Jaguar (this isn't installed in Floob's image so you'll need to install it yourself)--
executable /opt/retropie/supplementary/runcommand/runcommand.sh
args 0 _SYS_ atarijaguar "[romfilename]"
rompath /home/pi/RetroPie/roms/atarijaguar
romext .jag
system Atari Jaguar
info_source thegamesdb.net
artwork flyer /home/pi/RetroPie/roms/atarijaguar/boxart
artwork marquee /home/pi/RetroPie/roms/atarijaguar/marquee
artwork snap /home/pi/RetroPie/roms/atarijaguar/snap
artwork wheel /home/pi/RetroPie/roms/atarijaguar/wheel
Sega 32X--
executable /opt/retropie/supplementary/runcommand/runcommand.sh
args 0 _SYS_ sega32x "[romfilename]"
rompath /home/pi/RetroPie/roms/sega32x
romext .32x
system Sega 32X
info_source thegamesdb.net
artwork flyer /home/pi/RetroPie/roms/sega32x/boxart
artwork marquee /home/pi/RetroPie/roms/sega32x/marquee
artwork snap /home/pi/RetroPie/roms/sega32x/snap
artwork wheel /home/pi/RetroPie/roms/sega32x/wheel