Skip to content

Instantly share code, notes, and snippets.

@bjcrawford
Created June 2, 2015 19:06
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjcrawford/abdee2544e24656b7702 to your computer and use it in GitHub Desktop.
Save bjcrawford/abdee2544e24656b7702 to your computer and use it in GitHub Desktop.
es_systems.cfg
<?xml version="1.0" ?>
<systemList>
<system>
<fullname>Sega Mega Drive / Genesis</fullname>
<name>megadrive-dgen</name>
<path>~/RetroPie/roms/megadrive-dgen</path>
<extension>.smd .SMD .bin .BIN .gen .GEN .md .MD .zip .ZIP</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 "/opt/retropie/emulators/dgen/bin/dgen -f -r /opt/retropie/configs/all/dgenrc %ROM%" "dgen"</command>
<platform>genesis,megadrive</platform>
<theme>megadrive</theme>
</system>
<system>
<fullname>Sega CD</fullname>
<name>segacd-dgen</name>
<path>~/RetroPie/roms/segacd-dgen</path>
<extension>.smd .SMD .bin .BIN .md .MD .zip .ZIP .iso .ISO</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 "/opt/retropie/emulators/dgen/bin/dgen -f -r /opt/retropie/configs/all/dgenrc %ROM%" "dgen"</command>
<platform>segacd</platform>
<theme>segacd</theme>
</system>
<system>
<fullname>Sega 32X</fullname>
<name>sega32x-dgen</name>
<path>~/RetroPie/roms/sega32x-dgen</path>
<extension>.32x .32X .smd .SMD .bin .BIN .md .MD .zip .ZIP</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 "/opt/retropie/emulators/dgen/bin/dgen -f -r /opt/retropie/configs/all/dgenrc %ROM%" "dgen"</command>
<platform>sega32x</platform>
<theme>sega32x</theme>
</system>
<system>
<fullname>PC (x86)</fullname>
<name>pc</name>
<path>~/RetroPie/roms/pc</path>
<extension>.sh</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 "%ROM%" "rpix86"</command>
<platform>pc</platform>
<theme>pc</theme>
</system>
<system>
<fullname>Game Boy Advance</fullname>
<name>gba</name>
<path>~/RetroPie/roms/gba</path>
<extension>.gba .GBA</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 "/opt/retropie/emulators/gpsp/gpsp %ROM%" "gpsp"</command>
<platform>gba</platform>
<theme>gba</theme>
</system>
<system>
<fullname>Nintendo 64</fullname>
<name>n64-mupen64plus</name>
<path>~/RetroPie/roms/n64-mupen64plus</path>
<extension>.z64 .Z64 .n64 .N64 .v64 .V64</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 1 "/opt/retropie/emulators/mupen64plus/bin/mupen64plus --configdir /opt/retropie/configs/n64 --datadir /opt/retropie/configs/n64 %ROM%" "mupen64plus"</command>
<platform>n64</platform>
<theme>n64</theme>
</system>
<system>
<fullname>Sega Game Gear</fullname>
<name>gamegear-osmose</name>
<path>~/RetroPie/roms/gamegear-osmose</path>
<extension>.gg .GG</extension>
<command>/opt/retropie/emulators/osmose/osmose %ROM% -tv -fs</command>
<platform>gamegear</platform>
<theme>gamegear</theme>
</system>
<system>
<fullname>Sega Master System / Mark III</fullname>
<name>mastersystem-osmose</name>
<path>~/RetroPie/roms/mastersystem-osmose</path>
<extension>.sms .SMS</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh "/opt/retropie/emulators/osmose/osmose %ROM% -tv -fs" "osmose"</command>
<platform>mastersystem</platform>
<theme>mastersystem</theme>
</system>
<system>
<fullname>Super Nintendo</fullname>
<name>snes-pisnes</name>
<path>~/RetroPie/roms/snes-pisnes</path>
<extension>.smc .sfc .fig .swc .SMC .SFC .FIG .SWC</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 "/opt/retropie/emulators/pisnes/snes9x %ROM%" "pisnes"</command>
<platform>snes</platform>
<theme>snes</theme>
</system>
<system>
<fullname>ScummVM</fullname>
<name>scummvm</name>
<path>~/RetroPie/roms/scummvm</path>
<extension>.sh .svm</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 1 "/home/pi/RetroPie/roms/scummvm/+Launch\ GUI.sh %BASENAME%" "scummvm"</command>
<platform>pc</platform>
<theme>scummvm</theme>
</system>
<system>
<fullname>Super Nintendo</fullname>
<name>snes-snes9xrpi</name>
<path>~/RetroPie/roms/snes-snes9xrpi</path>
<extension>.smc .sfc .fig .swc .SMC .SFC .FIG .SWC</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 "/opt/retropie/emulators/snes9x/snes9x %ROM%" "snes9x"</command>
<platform>snes</platform>
<theme>snes</theme>
</system>
<system>
<fullname>Game Boy</fullname>
<name>gb</name>
<path>~/RetroPie/roms/gb</path>
<extension>.gb .GB .zip .ZIP</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 1 "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/gbclibretro/gambatte_libretro.so --config /opt/retropie/configs/all/retroarch.cfg --appendconfig /opt/retropie/configs/gb/retroarch.cfg %ROM%" "gbclibretro"</command>
<platform>gb</platform>
<theme>gb</theme>
</system>
<system>
<fullname>Game Boy Color</fullname>
<name>gbc</name>
<path>~/RetroPie/roms/gbc</path>
<extension>.gbc .GBC .zip .ZIP</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 1 "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/gbclibretro/gambatte_libretro.so --config /opt/retropie/configs/all/retroarch.cfg --appendconfig /opt/retropie/configs/gbc/retroarch.cfg %ROM%" "gbclibretro"</command>
<platform>gbc</platform>
<theme>gbc</theme>
</system>
<system>
<fullname>Sega Game Gear</fullname>
<name>gamegear</name>
<path>~/RetroPie/roms/gamegear</path>
<extension>.gg .GG .zip .ZIP</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 1 "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/genesislibretro/genesis_plus_gx_libretro.so --config /opt/retropie/configs/all/retroarch.cfg --appendconfig /opt/retropie/configs/gamegear/retroarch.cfg %ROM%" "genesislibretro"</command>
<platform>gamegear</platform>
<theme>gamegear</theme>
</system>
<system>
<fullname>Nintendo 64</fullname>
<name>n64</name>
<path>~/RetroPie/roms/n64</path>
<extension>.z64 .Z64 .n64 .N64 .v64 .V64 .zip .ZIP</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 1 "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/mupen64plus-libretro/mupen64plus_libretro.so --config /opt/retropie/configs/all/retroarch.cfg --appendconfig /opt/retropie/configs/n64/retroarch.cfg %ROM%" "mupen64plus-libretro"</command>
<platform>n64</platform>
<theme>n64</theme>
</system>
<system>
<fullname>Nintendo Entertainment System</fullname>
<name>nes</name>
<path>~/RetroPie/roms/nes</path>
<extension>.nes .NES .zip .ZIP</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 4 "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/neslibretro/fceumm_libretro.so --config /opt/retropie/configs/all/retroarch.cfg --appendconfig /opt/retropie/configs/nes/retroarch.cfg %ROM%" "neslibretro"</command>
<platform>nes</platform>
<theme>nes</theme>
</system>
<system>
<fullname>Sega Master System / Mark III</fullname>
<name>mastersystem</name>
<path>~/RetroPie/roms/mastersystem</path>
<extension>.sms .SMS .zip .ZIP</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 4 "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/picodrive/picodrive_libretro.so --config /opt/retropie/configs/all/retroarch.cfg --appendconfig /opt/retropie/configs/mastersystem/retroarch.cfg %ROM%" "picodrive"</command>
<platform>mastersystem</platform>
<theme>mastersystem</theme>
</system>
<system>
<fullname>Sega Mega Drive / Genesis</fullname>
<name>megadrive</name>
<path>~/RetroPie/roms/megadrive</path>
<extension>.smd .SMD .bin .BIN .gen .GEN .md .MD .zip .ZIP</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 4 "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/picodrive/picodrive_libretro.so --config /opt/retropie/configs/all/retroarch.cfg --appendconfig /opt/retropie/configs/megadrive/retroarch.cfg %ROM%" "picodrive"</command>
<platform>genesis,megadrive</platform>
<theme>megadrive</theme>
</system>
<system>
<fullname>Sega CD</fullname>
<name>segacd</name>
<path>~/RetroPie/roms/segacd</path>
<extension>.smd .SMD .bin .BIN .md .MD .zip .ZIP .iso .ISO .zip .ZIP</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 1 "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/picodrive/picodrive_libretro.so --config /opt/retropie/configs/all/retroarch.cfg --appendconfig /opt/retropie/configs/segacd/retroarch.cfg %ROM%" "picodrive"</command>
<platform>segacd</platform>
<theme>segacd</theme>
</system>
<system>
<fullname>Sega 32X</fullname>
<name>sega32x</name>
<path>~/RetroPie/roms/sega32x</path>
<extension>.32x .32X .smd .SMD .bin .BIN .md .MD .zip .ZIP</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 1 "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/picodrive/picodrive_libretro.so --config /opt/retropie/configs/all/retroarch.cfg --appendconfig /opt/retropie/configs/sega32x/retroarch.cfg %ROM%" "picodrive"</command>
<platform>sega32x</platform>
<theme>sega32x</theme>
</system>
<system>
<fullname>Super Nintendo</fullname>
<name>snes</name>
<path>~/RetroPie/roms/snes</path>
<extension>.smc .sfc .fig .swc .SMC .SFC .FIG .SWC .zip .ZIP</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 4 "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/pocketsnes/libretro.so --config /opt/retropie/configs/all/retroarch.cfg --appendconfig /opt/retropie/configs/snes/retroarch.cfg %ROM%" "pocketsnes"</command>
<platform>snes</platform>
<theme>snes</theme>
</system>
<system>
<fullname>Input Configuration</fullname>
<name>esconfig</name>
<path>~/RetroPie/roms/esconfig</path>
<extension>.py .PY</extension>
<command>%ROM%</command>
<platform>ignore</platform>
<theme>esconfig</theme>
</system>
<system>
<fullname>Ports</fullname>
<name>ports</name>
<path>~/RetroPie/roms/ports</path>
<extension>.sh .SH</extension>
<command>%ROM%</command>
<platform>pc</platform>
<theme>ports</theme>
</system>
<system>
<fullname>Sony Playstation 1</fullname>
<name>psx</name>
<path>~/RetroPie/roms/psx</path>
<extension>.bin .BIN .cue .CUE .cbn .CBN .img .IMG .mdf .MDF .pbp .PBP .toc .TOC .z .Z .znx .ZNX</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 1 "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/psxlibretro/libretro.so --config /opt/retropie/configs/all/retroarch.cfg --appendconfig /opt/retropie/configs/psx/retroarch.cfg %ROM%" "psxlibretro"</command>
<platform>psx</platform>
<theme>psx</theme>
</system>
</systemList>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment