mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-13 12:22:33 -05:00
resolve_platform_cores() builds reverse index from profile cores: field, fixing 17 name mismatches across Batocera, RetroBat, and Recalbox (genesisplusgx, pce_fast, pcfx, vb, mame078plus, vice cores, etc.). standalone_path field on file entries + standalone_cores on platform YAMLs enable mode-aware pack generation. find_undeclared_files() uses standalone_path for cores the platform runs standalone, filters by mode: libretro/standalone per file. batocera.yml gains standalone_cores (92 entries from configgen-defaults). generate_readme.py dynamically lists platforms from registry. 3 profiles updated for standalone type/path (mame, hatari, mupen64plus_next). 78 E2E tests pass, pipeline verified.
31 lines
1013 B
YAML
31 lines
1013 B
YAML
emulator: Beetle PC-FX (Mednafen)
|
|
type: libretro
|
|
core_classification: community_fork
|
|
cores: [mednafen_pcfx, pcfx]
|
|
source: "https://github.com/libretro/beetle-pcfx-libretro"
|
|
upstream: "https://mednafen.github.io/"
|
|
profiled_date: "2026-03-24"
|
|
core_version: "v0.9.36.5"
|
|
display_name: "NEC - PC-FX (Beetle PC-FX)"
|
|
systems:
|
|
- nec-pcfx
|
|
|
|
notes: >
|
|
Libretro port of Mednafen's PC-FX module. Setting "pcfx.bios" resolves
|
|
to "pcfx.rom" (settings.c:92). LoadCommon() loads the file, validates
|
|
size (1048576 bytes), and maps it at 0xFFF00000. Core won't start
|
|
without it. No hash validation. Upstream Mednafen also supports an
|
|
FX-SCSI ROM (pcfx.fxscsi setting, developer-only) not present in
|
|
this port.
|
|
|
|
files:
|
|
- name: "pcfx.rom"
|
|
description: "PC-FX BIOS v1.00"
|
|
system: nec-pcfx
|
|
required: true
|
|
size: 1048576
|
|
validation: [size]
|
|
md5: "08e36edbea28a017f79f8d4f7ff9b6d7"
|
|
sha1: "1a77fd83e337f906aecab27a1604db064cf10074"
|
|
source_ref: "libretro.cpp:367-394, mednafen/settings.c:92-93"
|