Files
libretro/emulators/tempgba.yml
Abdessamad Derraz ebb55a445b feat: re-profile 40 emulators, harden CI workflows
profile emulators pd777 through tic80, add frozen snapshots
(puae2021, snes9x2002/2005/2010, stella2014/2023).

CI: replace github-script with gh CLI, add test execution,
job-level permissions, propagate changed output, pin jsonschema.
2026-03-25 07:00:17 +01:00

28 lines
923 B
YAML

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)"