Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #82694
    electromaster64
    Participant

    I am currently only running NES, SNES, and PSX roms and they are unzipped. Can I leave them zipped if I want? What about the other systems on RetroPie?

    #82698
    Anonymous
    Inactive

    I believe in all cases you have to unzip them into whatever the rom format is, the only reason you find them zipped up is to speed up download time I believe.

    #82709
    sselph
    Participant

    There are a few systems you can use zip files with here they are. There are issues with segacd and possibly other systems if the roms are large since the emulator has to hold the extracted rom in memory and the pi doesn’t have a ton of memory.

    pi@raspberrypi ~ $ grep -B1 .zip /etc/emulationstation/es_systems.cfg
    <path>~/RetroPie/roms/atari2600</path>
    <extension>.a26 .A26 .bin .BIN .rom .ROM .zip .ZIP .gz .GZ</extension>

    <path>~/RetroPie/roms/c64</path>
    <extension>.crt .CRT .d64 .D64 .g64 .G64 .t64 .T64 .tap .TAP .x64 .X64 .zip .ZIP</extension>

    <path>~/RetroPie/roms/fba</path>
    <extension>.zip .ZIP .fba .FBA</extension>

    <path>~/RetroPie/roms/mame</path>
    <extension>.zip .ZIP</extension>

    <path>~/RetroPie/roms/neogeo</path>
    <extension>.zip .ZIP .fba .FBA</extension>

    <path>~/RetroPie/roms/megadrive</path>
    <extension>.smd .SMD .bin .BIN .gen .GEN .md .MD .zip .ZIP</extension>

    <path>~/RetroPie/roms/segacd</path>
    <extension>.smd .SMD .bin .BIN .md .MD .zip .ZIP .iso .ISO</extension>

    <path>~/RetroPie/roms/sega32x</path>
    <extension>.32x .32X .smd .SMD .bin .BIN .md .MD .zip .ZIP</extension>

    #82710
    electromaster64
    Participant

    Sselph,
    Thanks! That is what I was looking for. I thought MAME had to be zipped but didn’t know if anything else was that way.

    #82714
    proxycell
    Participant

    i wouldn’t recommend that you zip anything if you can can, I understand that mame/cps/neogeo arcade roms will be but you shouldn’t apply any compression to them if you can help it too, just a plain archive zip file will work best.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.