Skip to content

RACE (Neo Geo Pocket) - RetroBIOS

Type libretro
Source https://github.com/libretro/RACE
Version v2.16
Profiled 2026-03-25
Cores race
Systems snk-ngp, snk-ngpc

No BIOS or firmware files required. This core is self-contained.

RACE is a Neo Geo Pocket and Neo Geo Pocket Color emulator originally by Judge_ (MHE), ported to GP2X by Flavor, to PSP by Akop Karapetyan, modified by theelf, then adapted for libretro.

No external BIOS files are required. The upstream versions (GP2X, PSP) support optional loading of NPBIOS.BIN, but the libretro port disabled it entirely with #if 0 in race-memory.c:loadBIOS(). The comment explains: "Using a real bios file causes nothing but issues."

The core uses a software HLE approach: a compiled-in koyote_bin RAM dump (post-boot console state) is copied into mainram at startup, a fake SWI jump table is built at cpurom[0xE000], and doBios() in tlcs900h.c handles 33 BIOS functions in software. The Z80 sound CPU is emulated via cz80 or DrZ80.

Generated on 2026-03-25T06:03:30Z