mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-22 00:32:36 -05:00
feat: re-profile 14 emulators, add dosbox and ep128emu_core
batch re-profiled dosbox_pure through fbalpha2012_cps1 with upstream verification. new profiles: dosbox, ep128emu_core. regenerate database.
This commit is contained in:
@@ -3,7 +3,7 @@ type: libretro
|
||||
core_classification: frozen_snapshot
|
||||
source: "https://github.com/libretro/fbalpha2012_cps1"
|
||||
upstream: "https://www.fbalpha.com"
|
||||
profiled_date: "2026-03-19"
|
||||
profiled_date: "2026-03-23"
|
||||
core_version: "v0.2.97.28"
|
||||
display_name: "Arcade (FB Alpha 2012 CPS-1)"
|
||||
cores:
|
||||
@@ -24,8 +24,8 @@ notes: |
|
||||
BRF_OPT (optional). These are GAL/PAL dumps for hardware preservation —
|
||||
never loaded by the emulator.
|
||||
|
||||
ROM path: ROMs are loaded from the content directory (g_rom_dir), not system
|
||||
directory. system_directory is obtained (libretro.cpp:1645) but never used.
|
||||
ROM path: ROMs are loaded from the content directory (g_rom_dir).
|
||||
system_directory (libretro.cpp:2202) is used only for hiscore.dat.
|
||||
|
||||
The .info note "BIOS files must be inside the ROM directory" is misleading —
|
||||
there are no BIOS files for CPS-1. This note is generic across all FBA cores.
|
||||
@@ -35,6 +35,7 @@ notes: |
|
||||
|
||||
files:
|
||||
- name: "hiscore.dat"
|
||||
path: "fbalpha2012/hiscore.dat"
|
||||
required: false
|
||||
note: "High score database, loaded from save directory"
|
||||
source_ref: "src/burn/hiscore.cpp:411"
|
||||
description: "High score database, loaded from system directory"
|
||||
source_ref: "src/burn/hiscore.cpp:226"
|
||||
|
||||
Reference in New Issue
Block a user