Advertisement
Guest User

es_systems.cfg

a guest
Aug 2nd, 2014
887
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 16.44 KB | None | 0 0
  1. <systemList>  
  2.  
  3.     <system>
  4.         <fullname>Apple II</fullname>
  5.         <name>apple2</name>
  6.         <path>~/RetroPie/roms/apple2</path>
  7.         <extension>.txt</extension>
  8.         <command>/opt/retropie/emulators/linapple-src_2a/Start.sh</command>
  9.         <platform>apple2</platform>
  10.         <theme>apple2</theme>
  11.     </system>
  12.  
  13.     <system>
  14.         <fullname>Atari 800</fullname>
  15.         <name>atari800</name>
  16.         <path>~/RetroPie/roms/atari800</path>
  17.         <extension>.xex .XEX</extension>
  18.         <command>/opt/retropie/supplementary/runcommand/runcommand.sh 1 "/opt/retropie/emulators/atari800-3.0.0/installdir/bin/atari800 %ROM%"</command>
  19.         <platform>atari800</platform>
  20.         <theme>atari800</theme>
  21.     </system>
  22.  
  23.     <system>
  24.         <fullname>Atari 2600</fullname>
  25.         <name>atari2600</name>
  26.         <path>~/RetroPie/roms/atari2600</path>
  27.         <extension>.a26 .A26 .bin .BIN .rom .ROM .zip .ZIP .gz .GZ</extension>
  28.         <!-- alternatively: <command>/opt/retropie/supplementary/runcommand/runcommand.sh 1 "stella %ROM%"</command> -->
  29.         <command>/opt/retropie/supplementary/runcommand/runcommand.sh 1 "/opt/retropie/emulators/RetroArch/installdir/bin/retroarch -L /opt/retropie/emulatorcores/stella-libretro/stella_libretro.so --config /opt/retropie/configs/all/retroarch.cfg --appendconfig /opt/retropie/configs/atari2600/retroarch.cfg  %ROM%"</command>
  30.         <platform>atari2600</platform>
  31.         <theme>atari2600</theme>
  32.     </system>
  33.  
  34.     <system>
  35.         <fullname>Atari ST/STE/Falcon</fullname>
  36.         <name>atariStSteFalcon</name>
  37.         <path>~/RetroPie/roms/atariStSteFalcon</path>
  38.         <extension>.st .ST .img .IMG .rom .ROM</extension>
  39.         <command>/opt/retropie/supplementary/runcommand/runcommand.sh 1 "hatari %ROM%"</command>
  40.         <platform>atarist</platform>
  41.         <theme>atarist</theme>
  42.     </system>
  43.  
  44.     <system>
  45.         <fullname>Apple Macintosh</fullname>
  46.         <name>macintosh</name>
  47.         <path>~/RetroPie/roms/macintosh</path>
  48.         <extension>.txt</extension>
  49.         <!-- alternatively: <command>sudo modprobe snd_pcm_oss && xinit /opt/retropie/emulators/basiliskii/installdir/bin/BasiliskII</command> -->
  50.         <!-- ~/.basilisk_ii_prefs: Setup all and everything under X, enable fullscreen and disable GUI -->
  51.         <command>xinit /opt/retropie/emulators/basiliskii/installdir/bin/BasiliskII</command>
  52.         <theme>macintosh</theme>
  53.     </system>
  54.  
  55.     <system>
  56.         <fullname>C64</fullname>
  57.         <name>c64</name>
  58.         <path>~/RetroPie/roms/c64</path>
  59.         <extension>.crt .CRT .d64 .D64 .g64 .G64 .t64 .T64 .tap .TAP .x64 .X64 .zip .ZIP</extension>
  60.         <command>/opt/retropie/supplementary/runcommand/runcommand.sh 4 "/opt/retropie/emulators/vice-2.4/installdir/bin/x64 -sdlbitdepth 16 %ROM%"</command>
  61.         <platform>c64</platform>
  62.         <theme>c64</theme>
  63.     </system>
  64.  
  65.     <system>
  66.         <fullname>Amstrad CPC</fullname>
  67.         <name>armstradcpc</name>
  68.         <path>~/RetroPie/roms/cpc</path>
  69.         <extension>.cpc .CPC .dsk .DSK</extension>
  70.         <command>/opt/retropie/emulators/cpc4rpi-1.1/cpc4rpi %ROM%</command>
  71.         <theme>armstradcpc</theme>
  72.     </system>
  73.  
  74.     <system>
  75.         <fullname>Final Burn Alpha</fullname>
  76.         <name>fba</name>
  77.         <path>~/RetroPie/roms/fba</path>
  78.         <extension>.zip .ZIP .fba .FBA</extension>
  79.         <command>/opt/retropie/supplementary/runcommand/runcommand.sh 1 "/opt/retropie/emulators/pifba/fba2x %ROM%" </command>
  80.         <!-- alternatively: <command>/opt/retropie/supplementary/runcommand/runcommand.sh 1 "/opt/retropie/emulators/RetroArch/installdir/bin/retroarch -L /opt/retropie/emulatorcores/fba-libretro/svn-current/trunk/fb_alpha_libretro.so --config /opt/retropie/configs/all/retroarch.cfg --appendconfig /opt/retropie/configs/fba/retroarch.cfg  %ROM%"</command> -->
  81.         <platform>arcade</platform>
  82.         <theme></theme>
  83.     </system>
  84.  
  85.     <system>
  86.         <fullname>Game Boy</fullname>
  87.         <name>gb</name>
  88.         <path>~/RetroPie/roms/gb</path>
  89.         <extension>.gb .GB</extension>
  90.         <command>/opt/retropie/supplementary/runcommand/runcommand.sh 1 "/opt/retropie/emulators/RetroArch/installdir/bin/retroarch -L /opt/retropie/emulatorcores/gambatte-libretro/libgambatte/gambatte_libretro.so --config /opt/retropie/configs/all/retroarch.cfg --appendconfig /opt/retropie/configs/gb/retroarch.cfg %ROM%"</command>
  91.         <platform>gb</platform>
  92.         <theme>gb</theme>
  93.     </system>
  94.  
  95.     <system>
  96.         <fullname>Game Boy Advance</fullname>
  97.         <name>gba</name>
  98.         <path>~/RetroPie/roms/gba</path>
  99.         <extension>.gba .GBA</extension>
  100.         <command>/opt/retropie/supplementary/runcommand/runcommand.sh 4 "/opt/retropie/emulators/gpsp/raspberrypi/gpsp %ROM%"</command>
  101.         <platform>gba</platform>
  102.         <theme>gba</theme>
  103.     </system>
  104.  
  105.     <system>
  106.         <fullname>Game Boy Color</fullname>
  107.         <name>gbc</name>
  108.         <path>~/RetroPie/roms/gbc</path>
  109.         <extension>.gbc .GBC</extension>
  110.         <command>/opt/retropie/supplementary/runcommand/runcommand.sh 1 "/opt/retropie/emulators/RetroArch/installdir/bin/retroarch -L /opt/retropie/emulatorcores/gambatte-libretro/libgambatte/gambatte_libretro.so --config /opt/retropie/configs/all/retroarch.cfg --appendconfig /opt/retropie/configs/gbc/retroarch.cfg %ROM%"</command>
  111.         <platform>gbc</platform>
  112.         <theme>gbc</theme>
  113.     </system>
  114.  
  115.     <system>
  116.         <fullname>Sega Game Gear</fullname>
  117.         <name>gamegear</name>
  118.         <path>~/RetroPie/roms/gamegear</path>
  119.         <extension>.gg .GG</extension>
  120.         <command>/opt/retropie/emulators/osmose-0.8.1+rpi20121122/osmose %ROM% -joy -tv -fs</command>
  121.         <platform>gamegear</platform>
  122.         <theme>gamegear</theme>
  123.     </system>
  124.  
  125.     <system>
  126.         <fullname>Intellivision</fullname>
  127.         <name>intellivision</name>
  128.         <path>~/RetroPie/roms/intellivision</path>
  129.         <extension>.int .INT .bin .BIN</extension>
  130.         <command>/opt/retropie/emulators/jzintv-1.0-beta4/bin/jzintv -f1 -q --execimg=/home/pi/RetroPie/BIOS/exec.bin --gromimg=/home/pi/RetroPie/BIOS/grom.bin %ROM%</command>
  131.         <platform>intellivision</platform>
  132.         <theme></theme>
  133.     </system>
  134.  
  135.     <system>
  136.         <fullname>MAME</fullname>
  137.         <name>mame</name>
  138.         <path>~/RetroPie/roms/mame</path>
  139.         <extension>.zip .ZIP</extension>
  140.         <command>/opt/retropie/supplementary/runcommand/runcommand.sh 4 "/opt/retropie/emulators/mame4all-pi/mame %BASENAME%"</command>
  141.         <!-- alternatively: <command>/opt/retropie/emulators/RetroArch/installdir/bin/retroarch -L /opt/retropie/emulatorcores/imame4all-libretro/libretro.so --config /opt/retropie/configs/all/retroarch.cfg --appendconfig /opt/retropie/configs/mame/retroarch.cfg %ROM% </command> -->
  142.         <platform>arcade</platform>
  143.         <theme>mame</theme>
  144.     </system>
  145.  
  146.     <system>
  147.         <fullname>MSX</fullname>
  148.         <name>msx</name>
  149.         <path>~/RetroPie/roms/msx</path>
  150.         <extension>.mx1 .mx2 .rom .ROM</extension>
  151.         <command>/opt/retropie/supplementary/runcommand/runcommand.sh 4 "/opt/retropie/emulators/openmsx-0.10.0/derived/arm-linux-opt/bin/openmsx /home/pi/roms/msx/'%BASENAME%.rom'"</command>
  152.         <platform>msx</platform>
  153.         <theme>msx</theme>
  154.     </system>    
  155.  
  156.     <system>
  157.         <fullname>PC (x86)</fullname>
  158.         <name>pc</name>
  159.         <path>~/RetroPie/roms/pc</path>
  160.         <extension>.txt</extension>
  161.         <command>/opt/retropie/emulators/rpix86/Start.sh</command>
  162.         <platform>pc</platform>
  163.         <theme>pc</theme>
  164.     </system>
  165.  
  166.     <system>
  167.         <fullname>NeoGeo</fullname>
  168.         <name>neogeo</name>
  169.         <path>~/RetroPie/roms/neogeo</path>
  170.         <extension>.zip .ZIP .fba .FBA</extension>
  171.         <command>/opt/retropie/supplementary/runcommand/runcommand.sh 1 "/opt/retropie/emulators/pifba/fba2x %ROM%" </command>
  172.         <!-- alternatively: <command>/opt/retropie/emulators/gngeo-pi-0.85/installdir/bin/arm-linux-gngeo -i /opt/retropie/roms/neogeo -B /opt/retropie/emulators/gngeo-pi-0.85/neogeobios %ROM%</command> -->
  173.         <platform>neogeo</platform>
  174.         <theme>neogeo</theme>
  175.     </system>
  176.  
  177.     <system>
  178.         <fullname>Nintendo Entertainment System</fullname>
  179.         <name>nes</name>
  180.         <path>~/RetroPie/roms/nes</path>
  181.         <extension>.nes .NES</extension>
  182.         <command>/opt/retropie/supplementary/runcommand/runcommand.sh 4 "/opt/retropie/emulators/RetroArch/installdir/bin/retroarch -L /opt/retropie/emulatorcores/fceu-next/fceumm-code/fceumm_libretro.so --config /opt/retropie/configs/all/retroarch.cfg --appendconfig /opt/retropie/configs/nes/retroarch.cfg  %ROM%"</command>
  183.         <platform>nes</platform>
  184.         <theme>nes</theme>
  185.     </system>
  186.  
  187.     <system>
  188.         <fullname>Nintendo 64</fullname>
  189.         <name>n64</name>
  190.         <path>~/RetroPie/roms/n64</path>
  191.         <extension>.z64 .Z64 .n64 .N64 .v64 .V64</extension>
  192.         <command>/opt/retropie/supplementary/runcommand/runcommand.sh 1 "cd /opt/retropie/emulators/mupen64plus-rpi/test/ && ./mupen64plus %ROM%"</command>
  193.        <platform>n64</platform>
  194.        <theme>n64</theme>
  195.    </system>
  196.  
  197.    <system>
  198.        <fullname>TurboGrafx 16 (PC Engine)</fullname>
  199.        <name>pcengine</name>
  200.        <path>~/RetroPie/roms/pcengine</path>
  201.        <extension>.pce .PCE</extension>
  202.        <command>/opt/retropie/supplementary/runcommand/runcommand.sh 1 "/opt/retropie/emulators/RetroArch/installdir/bin/retroarch -L /opt/retropie/emulatorcores/mednafen-pce-libretro/libretro.so --config /opt/retropie/configs/all/retroarch.cfg --appendconfig /opt/retropie/configs/pcengine/retroarch.cfg %ROM%"</command>
  203.        <!-- alternatively: <command>/opt/retropie/supplementary/runcommand/runcommand.sh 1 "/opt/retropie/emulators/RetroArch/installdir/bin/retroarch -L /opt/retropie/emulatorcores/beetle-pce-fast-libretro/mednafen_pce_fast_libretro.so --config /opt/retropie/configs/all/retroarch.cfg --appendconfig /opt/retropie/configs/pcengine/retroarch.cfg %ROM%"</command> -->
  204.        <platform>pcengine</platform>
  205.        <theme>pcengine</theme>
  206.    </system>
  207.  
  208.    <system>
  209.        <fullname>Ports</fullname>
  210.        <name>ports</name>
  211.        <path>~/RetroPie/roms/ports</path>
  212.        <extension>.sh .SH</extension>
  213.        <command>%ROM%</command>
  214.        <platformid>pc</platformid>
  215.        <theme>ports</theme>
  216.    </system>
  217.  
  218.    <system>
  219.        <fullname>ScummVM</fullname>
  220.        <name>scummvm</name>
  221.        <path>~/RetroPie/roms/scummvm</path>
  222.        <extension>.exe .EXE</extension>
  223.        <command>scummvm</command>
  224.        <platform>pc</platform>
  225.        <theme>scummvm</theme>
  226.    </system>
  227.  
  228.    <system>
  229.        <fullname>Sega Master System / Mark III</fullname>
  230.        <name>mastersystem</name>
  231.        <path>~/RetroPie/roms/mastersystem</path>
  232.        <extension>.sms .SMS .rom .ROM</extension>
  233.        <command>/opt/retropie/supplementary/runcommand/runcommand.sh 4 "/opt/retropie/emulators/RetroArch/installdir/bin/retroarch -L /opt/retropie/emulatorcores/picodrive/picodrive_libretro.so --config /opt/retropie/configs/all/retroarch.cfg --appendconfig /opt/retropie/configs/mastersystem/retroarch.cfg  %ROM%"</command>
  234.        <!-- alternatively: <command>/opt/retropie/emulators/osmose-0.8.1+rpi20121122/osmose %ROM% -joy -tv -fs</command> -->
  235.        <platform>mastersystem</platform>
  236.        <theme>mastersystem</theme>
  237.    </system>
  238.  
  239.    <system>
  240.        <fullname>Sega Mega Drive / Genesis</fullname>
  241.        <name>megadrive</name>
  242.        <path>~/RetroPie/roms/megadrive</path>
  243.        <extension>.smd .SMD .bin .BIN .gen .GEN .md .MD .zip .ZIP</extension>
  244.        <command>/opt/retropie/supplementary/runcommand/runcommand.sh 4 "/opt/retropie/emulators/RetroArch/installdir/bin/retroarch -L /opt/retropie/emulatorcores/picodrive/picodrive_libretro.so --config /opt/retropie/configs/all/retroarch.cfg --appendconfig /opt/retropie/configs/megadrive/retroarch.cfg  %ROM%"</command>
  245.        <!-- alternatively: <command>/opt/retropie/supplementary/runcommand/runcommand.sh 1 "/opt/retropie/emulators/dgen-sdl/dgen -f -r /opt/retropie/configs/all/dgenrc %ROM%"</command> -->
  246.        <!-- alternatively: <command>export LD_LIBRARY_<path>"/opt/retropie/supplementary/dispmanx/SDL12-kms-dispmanx/build/.libs"; /opt/retropie/emulators/dgen-sdl/dgen %ROM%</path></command> -->
  247.         <platform>genesis,megadrive</platform>
  248.         <theme>megadrive</theme>
  249.     </system>
  250.  
  251.     <system>
  252.         <fullname>Sega CD</fullname>
  253.         <name>segacd</name>
  254.         <path>~/RetroPie/roms/segacd</path>
  255.         <extension>.smd .SMD .bin .BIN .md .MD .zip .ZIP .iso .ISO</extension>
  256.         <command>/opt/retropie/supplementary/runcommand/runcommand.sh 1 "/opt/retropie/emulators/RetroArch/installdir/bin/retroarch -L /opt/retropie/emulatorcores/picodrive/picodrive_libretro.so --config /opt/retropie/configs/all/retroarch.cfg --appendconfig /opt/retropie/configs/segacd/retroarch.cfg  %ROM%"</command>
  257.         <!-- <command>/opt/retropie/supplementary/runcommand/runcommand.sh 1 "/opt/retropie/emulators/dgen-sdl/dgen -f -r /opt/retropie/configs/all/dgenrc %ROM%"</command> -->
  258.         <!-- <command>export LD_LIBRARY_<path>"/opt/retropie/supplementary/dispmanx/SDL12-kms-dispmanx/build/.libs"; /opt/retropie/emulators/dgen-sdl/dgen %ROM%</path></command> -->
  259.         <platform>segacd</platform>
  260.         <theme>segacd</theme>
  261.     </system>
  262.  
  263.     <system>
  264.         <fullname>Sega 32X</fullname>
  265.         <name>sega32x</name>
  266.         <path>~/RetroPie/roms/sega32x</path>
  267.         <extension>.32x .32X .smd .SMD .bin .BIN .md .MD .zip .ZIP</extension>
  268.         <command>/opt/retropie/supplementary/runcommand/runcommand.sh 1 "/opt/retropie/emulators/RetroArch/installdir/bin/retroarch -L /opt/retropie/emulatorcores/picodrive/picodrive_libretro.so --config /opt/retropie/configs/all/retroarch.cfg --appendconfig /opt/retropie/configs/sega32x/retroarch.cfg  %ROM%"</command>
  269.         <!-- <command>/opt/retropie/supplementary/runcommand/runcommand.sh 1 "/opt/retropie/emulators/dgen-sdl/dgen -f -r /opt/retropie/configs/all/dgenrc %ROM%"</command> -->
  270.         <!-- <command>export LD_LIBRARY_<path>"/opt/retropie/supplementary/dispmanx/SDL12-kms-dispmanx/build/.libs"; /opt/retropie/emulators/dgen-sdl/dgen %ROM%</path></command> -->
  271.         <platform>sega32x</platform>
  272.         <theme>sega32x</theme>
  273.     </system>
  274.  
  275.     <system>
  276.         <fullname>Sony Playstation 1</fullname>
  277.         <name>psx</name>
  278.         <path>~/RetroPie/roms/psx</path>
  279.         <extension>.img .IMG .7z .7Z .pbp .PBP .bin .BIN .cue .CUE</extension>
  280.         <command>/opt/retropie/supplementary/runcommand/runcommand.sh 1 "/opt/retropie/emulators/RetroArch/installdir/bin/retroarch -L /opt/retropie/emulatorcores/pcsx_rearmed/libretro.so --config /opt/retropie/configs/all/retroarch.cfg --appendconfig /opt/retropie/configs/psx/retroarch.cfg %ROM%"</command>
  281.         <platform>psx</platform>
  282.         <theme>psx</theme>
  283.     </system>
  284.  
  285.     <system>
  286.         <fullname>Super Nintendo</fullname>
  287.         <name>snes</name>
  288.         <path>~/RetroPie/roms/snes</path>
  289.         <extension>.smc .sfc .fig .swc .SMC .SFC .FIG .SWC</extension>
  290.         <command>/opt/retropie/supplementary/runcommand/runcommand.sh 4 "/opt/retropie/emulators/RetroArch/installdir/bin/retroarch -L /opt/retropie/emulatorcores/pocketsnes-libretro/libretro.so --config /opt/retropie/configs/all/retroarch.cfg --appendconfig /opt/retropie/configs/snes/retroarch.cfg   %ROM%"</command>
  291.         <!-- alternatively: <command>/opt/retropie/emulators/snes9x-rpi/snes9x %ROM%</command> -->
  292.         <!-- alternatively: <command>/opt/retropie/emulators/pisnes/snes9x %ROM%</command> -->
  293.         <platform>snes</platform>
  294.         <theme>snes</theme>
  295.     </system>
  296.  
  297.     <system>
  298.         <fullname>ZX Spectrum</fullname>
  299.         <name>zxspectrum</name>
  300.         <path>~/RetroPie/roms/zxspectrum</path>
  301.         <extension>.z80 .Z80</extension>
  302.         <command>xinit fuse</command>
  303.         <!-- alternatively: <command>/opt/retropie/emulators/fbzx-2.10.0/fbzx %ROM%</command> -->
  304.         <platform>zxspectrum</platform>
  305.         <theme>zxspectrum</theme>
  306.     </system>
  307.  
  308.     <system>
  309.         <fullname>Input Configuration</fullname>
  310.         <name>esconfig</name>
  311.         <path>~/RetroPie/roms/esconfig</path>
  312.         <extension>.py .PY</extension>
  313.         <command>%ROM%</command>
  314.         <platform>ignore</platform>
  315.         <theme>esconfig</theme>
  316.     </system>
  317.  
  318. </systemList>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement