Beetle PCE (Mednafen PCE) - RetroBIOS¶
Technical notes
Libretro port of Mednafen's PCE-Accurate module. BIOS loaded from system directory at CD-ROM load time via PCE_LoadCD() in pce.cpp:441-460. Core option "pce_cdbios" selects which card image to use (default: System Card 3). DetectGECD() auto-detects Games Express discs and switches to gexpress.pce. Arcade Card mode (pce_arcadecard option, enabled by default) extends System Card 3 with extra RAM mapping via SYSCARD_ARCADE enum. No hash or size validation on BIOS load: file_open() then HuC_Load() reads data directly. DetectSGXCD() reads sector data to decide SGX mode but uses the same BIOS files.
6 files | 1 required, 5 optional | 6 in repo, 0 missing
syscard3.pce required in repo NTSC-J
CD-ROM System Card 3.0 (Japan)
syscard3u.pce optional in repo NTSC-U
CD-ROM System Card 3.0 (US / TurboGrafx-CD)
syscard2.pce optional in repo NTSC-J
CD-ROM System Card 2.0 (Japan)
syscard2u.pce optional in repo NTSC-U
CD-ROM System Card 2.0 (US / TurboGrafx-CD)
syscard1.pce optional in repo NTSC-J
CD-ROM System Card 1.0 (Japan)
gexpress.pce optional in repo NTSC-J
Games Express CD Card
Generated on 2026-04-18T08:05:07Z