mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-13 04:12:33 -05:00
beetle_pce: +core_classification, +upstream, cores=[mednafen_pce], alt_names→aliases. 6 files confirmed loaded by code. mame: removed 19 phantom XaviX entries (MACHINE_IS_BIOS_ROOT commented out in source). 80 real BIOS sets verified. mame2010: fixed galgbios.zip source_ref, documented cheat.zip as non-functional in libretro port (cheatpath never initialized). ishiiruka: trimmed verbose advisory notes to factual descriptions. mamearcade: added system: field to 29 bios_zip entries, 24 new systems. mednafen_ngp: removed redundant cores: on alias, added note:. mednafen_gba: normalized validation format to flow sequence.
24 lines
690 B
YAML
24 lines
690 B
YAML
emulator: "mednafen_gba"
|
|
type: libretro
|
|
core_classification: frozen_snapshot
|
|
source: "https://github.com/libretro/beetle-gba-libretro"
|
|
upstream: "https://mednafen.github.io/"
|
|
profiled_date: "2026-03-24"
|
|
core_version: "v0.9.36"
|
|
display_name: "Nintendo - Game Boy Advance (Beetle GBA)"
|
|
cores:
|
|
- mednafen_gba
|
|
systems:
|
|
- gba
|
|
notes: |
|
|
Frozen at Mednafen v0.9.36 GBA module. GBA code derived from VisualBoyAdvance.
|
|
Built-in HLE BIOS used by default. Real BIOS improves compatibility.
|
|
files:
|
|
- name: "gba_bios.bin"
|
|
description: "Game Boy Advance BIOS"
|
|
required: false
|
|
hle_fallback: true
|
|
size: 16384
|
|
validation: [size]
|
|
source_ref: "mednafen/gba/GBA.cpp:2647-2672"
|