mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-13 12:22:33 -05:00
source-verified BIOS root sets for all MAME cores: - mame (0.286): 99 sets, official_port, new profile - mame2010 (0.139): 51 sets, remove cvs.zip phantom - mame2015 (0.160): 69 sets, replace false mame2016 alias - mame2016 (0.174): 69 sets, fix 3 phantoms, add 2 missing - mamearcade/mamemess: fix alias_of mame2016 to mame
44 lines
1.3 KiB
YAML
44 lines
1.3 KiB
YAML
emulator: MAME 2003 Midway
|
|
type: libretro
|
|
core_classification: frozen_snapshot
|
|
source: "https://github.com/libretro/mame2003_midway"
|
|
upstream: "https://www.mamedev.org"
|
|
profiled_date: "2026-03-22"
|
|
core_version: "0.78"
|
|
display_name: "Arcade (MAME 2003 Midway)"
|
|
|
|
cores:
|
|
- mame2003_midway
|
|
|
|
systems: []
|
|
|
|
notes: |
|
|
Stripped-down MAME 0.78 build with only 4 Midway driver files
|
|
(midtunit, midwunit, midxunit, midyunit). Targets RAM-constrained
|
|
devices that cannot load the full mame2003 core. Supports ~50 games
|
|
(Mortal Kombat series, NBA Jam, Smash TV, Total Carnage, etc.).
|
|
|
|
No shared BIOS ZIPs needed — all Midway games are self-contained ROM sets.
|
|
|
|
Uses system_dir/mame2003/ for data files (shared path with mame2003).
|
|
Data files are not bundled in this repo.
|
|
|
|
files:
|
|
- name: hiscore.dat
|
|
required: false
|
|
category: game_data
|
|
source_ref: "src/hiscore.c:18"
|
|
note: "high score definitions, loaded from system_dir/mame2003/"
|
|
|
|
- name: cheat.dat
|
|
required: false
|
|
category: game_data
|
|
source_ref: "src/cheat.c:8607"
|
|
note: "cheat definitions, loaded from system_dir/mame2003/"
|
|
|
|
- name: history.dat
|
|
required: false
|
|
category: game_data
|
|
source_ref: "src/datafile.c:620"
|
|
note: "game history database, loaded from system_dir/mame2003/"
|