mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-13 12:22:33 -05:00
Batch analysis of all 273 profiles to identify HLE/embedded fallbacks. Added hle_fallback: true where the core has verified software replacement for missing BIOS files: - Embedded ROMs: vice (102), ep128emu (22), fuse (18), frodo (4) - HLE BIOS: bsnes* (33 across 3 profiles), puae (9 AROS), noods (4), melonds* (6 FreeBIOS), flycast (3 reios) - Open-source replacements: sameboy (8), pokemini (1), gpsp (1) - Built-in fallbacks: np2kai (7), atari800 (6 Altirra), picodrive (3), quasi88 (4), gambatte (2) Conservative: only added where notes or source code confirm HLE. Skipped 50+ profiles where files are optional alternatives, not HLE replaceable (neocd, opera, kronos, pcem, etc.)
33 lines
1.0 KiB
YAML
33 lines
1.0 KiB
YAML
# VBA-M — Game Boy / Game Boy Color / Game Boy Advance (libretro)
|
|
# ref: visualboyadvance-m/src/libretro, docs.libretro.com/library/vba_m
|
|
# Same BIOS as mGBA. Requires core option "Use BIOS file if found" = On.
|
|
#
|
|
# doc vs source: docs list gba_bios.bin md5 a860e8c0b6d573d191e4ec7db1b1e4f6
|
|
# which is the standard GBA BIOS dump. Also accepts gb_bios.bin and gbc_bios.bin
|
|
# for GB/GBC mode (not listed in mgba profile).
|
|
emulator: VBA-M
|
|
type: libretro
|
|
cores: [vbam]
|
|
source: "https://github.com/visualboyadvance-m/visualboyadvance-m"
|
|
systems:
|
|
- nintendo-gb
|
|
- nintendo-gbc
|
|
- nintendo-gba
|
|
files:
|
|
- name: gba_bios.bin
|
|
system: nintendo-gba
|
|
required: false
|
|
hle_fallback: true
|
|
md5: a860e8c0b6d573d191e4ec7db1b1e4f6
|
|
note: "optional, core option vbam_usebios must be On"
|
|
- name: gb_bios.bin
|
|
system: nintendo-gb
|
|
required: false
|
|
hle_fallback: true
|
|
md5: 32fbbd84168d3482956eb3c5051637f5
|
|
- name: gbc_bios.bin
|
|
system: nintendo-gbc
|
|
required: false
|
|
hle_fallback: true
|
|
md5: dbfce9db9deaa2567f6a84fde55f9680
|