mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-13 12:22:33 -05:00
feat: update 47 emulator profiles with core_classification and fixes
add core_classification, cores, upstream fields. fix false aliases (fixnes, fsuae, gearboy, higan_sfc, higan_sfc_balanced, potator, quicknes). add new profiles (fbneo_neogeo, flycast_gles2, genesis_plus_gx_wide). remove verbose notes and disclaimers.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
emulator: "FB Alpha 2012 CPS-2"
|
||||
type: frozen_snapshot
|
||||
type: libretro
|
||||
core_classification: frozen_snapshot
|
||||
source: "https://github.com/libretro/fbalpha2012_cps2"
|
||||
upstream: "https://www.fbalpha.com"
|
||||
profiled_date: "2026-03-19"
|
||||
@@ -12,7 +13,6 @@ systems:
|
||||
|
||||
notes: |
|
||||
Frozen snapshot of Final Burn Alpha v0.2.97.28 (circa 2012), CPS-2 only.
|
||||
NOT an alias of FBNeo — different codebase, different ROM set compatibility.
|
||||
Exists for RAM-constrained platforms (3DS, embedded). Most users should use FBNeo.
|
||||
|
||||
CPS-2 has no system BIOS. Each game's ROM set is self-contained:
|
||||
@@ -37,6 +37,8 @@ notes: |
|
||||
|
||||
need_fullpath=true, block_extract=true, extensions=zip.
|
||||
|
||||
files: []
|
||||
|
||||
exclusion_note: "CPS-2 arcade hardware has no system BIOS. QSound DSP emulated in software (qs_c.c). Each game ROM set is self-contained."
|
||||
files:
|
||||
- name: "hiscore.dat"
|
||||
required: false
|
||||
note: "High score database, loaded from save directory"
|
||||
source_ref: "src/burn/hiscore.c"
|
||||
|
||||
Reference in New Issue
Block a user