Skip to content

pce-emu - RetroBIOS

Type standalone
Classification Community forks
Source https://github.com/Rakashazi/emu-ex-plus-alpha
Upstream https://mednafen.github.io/
Version 1.5.85
Profiled 2026-08-12
Cores pce-emu, PCE.emu, pceemu, PCE-EMU, com.PceEmu
Systems nec-pc-engine, nec-pc-engine-cd, nec-supergrafx
Checked by existence
Technical notes

Android and desktop application by Robert Broglia built on EmuFramework, vendoring Mednafen's pce_fast and pce modules. Both are compiled and selectable at runtime; pce_fast is what an unset core option resolves to (system.ccm:125). HuCard content (.pce, .sgx) loads with no external file. CD content (.cue, .toc, .ccd, .chd) requires a System Card image: loadContent throws "No System Card Set" when the path is unset or the file is gone (Main.cc:88-91). The System Card is a single path the user picks through a file browser filtered to .pce and .sgx (EmuMenuViews.cc:176-191), stored as CFGKEY_SYSCARD_PATH. No filename is fixed and no directory is scanned. MDFN_GetSettingS returns an empty string for pce.cdbios, pce_fast.cdbios and pce.gecdbios, and MDFN_MakeFName answers every MDFNMKF_FIRMWARE request with that one path (options.cc:275-301), so the Games Express branch reads whichever image the setting points at. Mednafen's settings table still carries the syscard3.pce and gecard.pce defaults but settings.cpp is not compiled, so they are never read. A path with an archive extension is opened as an archive and the first member ending in .pce, .bin or .bios is used (MDFNFILE.cc:41-76). Neither module hashes the image. pce_fast skips a 512-byte copier header then reads a fixed 262144 bytes (huc.cpp:299-302); pce reads min(rounded length, length) and accepts any size (huc.cpp:225-316). HuC_Load is always called with SYSCARD_3, or SYSCARD_ARCADE when Arcade Card emulation is on (pce.cpp:653). SuperGrafx is enabled by the .sgx extension, by a CRC match against the built-in sgx_table (pce.cpp:345, 382-395), or by DetectSGXCD on disc. HES playback is compiled out (pce.cpp:76) and cheats are disabled (options.cc:245-246).

2 files | 1 required, 1 optional | 2 in repo, 0 missing

syscard3.pce required in repo
Super CD-ROM2 System Card 3.0

gecard.pce optional in repo
Games Express CD Card

Generated on 2026-08-23T16:12:06Z