Page 1 of 1

.gen Genesis rom location?

Posted: Fri May 20, 2016 8:26 am
by Ganreizu
What folder in retropie do .gen files go?

Re: .gen Genesis rom location?

Posted: Fri May 20, 2016 8:40 am
by Robots86
/home/pi/RetroPie/roms/megadrive

Re: .gen Genesis rom location?

Posted: Fri May 20, 2016 8:46 am
by Ganreizu
Robots86 wrote:/home/pi/RetroPie/roms/megadrive
That's what i thought but this page (https://github.com/RetroPie/RetroPie-Se ... -Megadrive) says it doesn't accept .gen files?

Re: .gen Genesis rom location?

Posted: Fri May 20, 2016 8:55 am
by Robots86
Ganreizu wrote:
Robots86 wrote:/home/pi/RetroPie/roms/megadrive
That's what i thought but this page (https://github.com/RetroPie/RetroPie-Se ... -Megadrive) says it doesn't accept .gen files?
This info is at bottom of page... .gen is listed as an extension

Advanced Configuration:

If you are from the United States it is likely that you had the Sega Genesis rather than the Sega Megadrive. If you want EmulationStation to show the genesis menu and boxart instead of megadrive then you can change the file in /etc/emulationstation/es_systems.cfg

from
<system>
<name>megadrive</name>
<fullname>Sega Mega Drive / Genesis</fullname>
<path>~/RetroPie/roms/megadrive</path>
<extension>.smd .bin .gen .md .sg .zip .SMD .BIN .GEN .MD .SG .ZIP</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ megadrive %ROM%</command>
<platform>megadrive</platform>
<theme>megadrive</theme>
</system>

to
<name>genesis</name>
<fullname>Sega Genesis</fullname>
<path>~/RetroPie/roms/megadrive</path>
<extension>.smd .bin .gen .md .sg .zip .SMD .BIN .GEN .MD .SG .ZIP</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ megadrive %ROM%</command>
<platform>genesis</platform>
<theme>genesis</theme>
</system>

Re: .gen Genesis rom location?

Posted: Fri May 20, 2016 9:31 am
by Ganreizu
Ohh okay i obviously didn't scroll down enough to read that. Thanks!