PC Engine - eddywebs/RetroPie-Setup GitHub Wiki
The TurboGrafx-16 Entertainment SuperSystem, originally known in Japan as the PC Engine, is a home video game console joint-developed by Hudson Soft and NEC, released in 1987.
Emulator | Rom Folder | Extension | BIOS | Controller Config |
---|---|---|---|---|
lr-mednafen-pce-fast | pcengine | .pce | syscard3.pce | /opt/retropie/configs/pcengine/retroarch.cfg |
lr-beetle-supergrafx | pcengine | .pce | syscard3.pce | /opt/retropie/configs/pcengine/retroarch.cfg |
Emulator: lr-mednafen-pce-fast, lr-beetle-supergrafx
Accepted File Extensions: .pce
Place your PC Engine/ TurboGrafx-16 ROMs in
/home/pi/RetroPie/roms/pcengine
The BIOS file necessary is called: syscard3.pce
Place your the syscard3.pce file in
/home/pi/RetroPie/BIOS
Note: The 'SYSCARD3.PCE' needs to be placed in with the ROM files to play Turbo CD games.
lr-mednafen-pce-fast utilises Retroarch configurations
Add custom retroarch controls to the retroarch.cfg file in
/opt/retropie/configs/pcengine/retroarch.cfg
For more information on custom RetroArch controls see: RetroArch Configuration
If you are from the United States, it is likely that you had the TurboGrafx-16 rather than the PC Engine. If you want EmulationStation to show the TurboGrafx-16 logo instead of PC Engine, then you can change the file in /etc/emulationstation/es_systems.cfg
from
<system>
<name>pcengine</name>
<fullname>TurboGrafx 16 (PC Engine)</fullname>
<path>/home/pi/RetroPie/roms/pcengine</path>
<extension>.pce .cue .zip .PCE .CUE .ZIP</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ pcengine %ROM%</command>
<platform>pcengine</platform>
<theme>pcengine</theme>
<directlaunch/>
</system>
to
<system>
<name>pcengine</name>
<fullname>TurboGrafx 16 (PC Engine)</fullname>
<path>/home/pi/RetroPie/roms/pcengine</path>
<extension>.pce .cue .zip .PCE .CUE .ZIP</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ pcengine %ROM%</command>
<platform>pcengine</platform>
<theme>tg16</theme>
<directlaunch/>
</system>