emulator: TempGBA type: libretro core_classification: community_fork source: "https://github.com/libretro/TempGBA-libretro" upstream: "https://github.com/Nebuleon/ReGBA" profiled_date: "2026-03-25" core_version: "26731013" display_name: "Nintendo - Game Boy Advance (TempGBA)" cores: - tempgba systems: - nintendo-gba notes: | Fork chain: gpSP (Exophase) -> gpSP Kai (takka) -> TempGBA NDS (Nebuleon) -> TempGBA4PSP (unknown) -> TempGBA-libretro. PSP-optimized GBA emulator. No HLE BIOS: SWI calls execute from the real BIOS ROM. The NDS version (ReGBA) added an open-source BIOS replacement (Normmatt), but TempGBA4PSP did not carry it over. Boot sequence skipped by default (PC starts at 0x08000000). files: - name: gba_bios.bin system: nintendo-gba required: true size: 16384 source_ref: "memory.c:3308-3323 (load_bios), libretro.c:238-314 (retro_load_game returns false if missing)"