Sega CD - HerbFargus/Portable-Game-Station GitHub Wiki
The Sega CD was yet another add-on to the Sega Genesis. It was released in 1991.
Emulators: libretro-Genesis-Plus-GX, libretro-picodrive
<system>
<name>segacd</name>
<fullname>Sega Mega Drive / Genesis</fullname>
<path>~/.emulationstation/roms/segacd</path>
<extension>.smd .bin .md .zip .iso .SMD .BIN .MD .ZIP .ISO</extension>
<command>%HOMEPATH%\.emulationstation\systems\retroarch\retroarch.exe -L %HOMEPATH%\.emulationstation\systems\retroarch\cores\picodrive_libretro.dll "%ROM_RAW%"</command>
<platform>segacd</platform>
<theme>segacd</theme>
</system>
Accepted File Extensions: .smd .bin .md .iso
Place your Sega CD ROMS (.bin AND .cue) in
\.emulationstation\roms\segacd
If you don't have the corresponding .cue file in the same folder as your .bin file, your game may not have sound.
The BIOS filename is: us_scd1_9210.bin
For the Genesis-Plus-GX core you need to rename the US bios above to: bios_CD_U.bin
Place this BIOS file in
\.emulationstation\systems\retroarch\content
BIOS files that may also work are: eu_mcd1_9210.bin, jp_mcd1_9112.bin (Europe and Japan respectively)