feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
emulator: Beetle PC-FX (Mednafen)
|
|
|
|
|
type: libretro
|
2026-03-24 11:36:58 +01:00
|
|
|
core_classification: community_fork
|
feat: standalone emulator support for batocera and multi-platform name mapping
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.
2026-03-26 00:44:21 +01:00
|
|
|
cores: [mednafen_pcfx, pcfx]
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
source: "https://github.com/libretro/beetle-pcfx-libretro"
|
2026-03-24 11:36:58 +01:00
|
|
|
upstream: "https://mednafen.github.io/"
|
|
|
|
|
profiled_date: "2026-03-24"
|
|
|
|
|
core_version: "v0.9.36.5"
|
2026-03-18 05:19:57 +01:00
|
|
|
display_name: "NEC - PC-FX (Beetle PC-FX)"
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
systems:
|
|
|
|
|
- nec-pcfx
|
|
|
|
|
|
2026-03-24 11:36:58 +01:00
|
|
|
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.
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
|
|
|
|
|
files:
|
|
|
|
|
- name: "pcfx.rom"
|
2026-03-24 11:36:58 +01:00
|
|
|
description: "PC-FX BIOS v1.00"
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
system: nec-pcfx
|
|
|
|
|
required: true
|
2026-03-24 11:36:58 +01:00
|
|
|
size: 1048576
|
|
|
|
|
validation: [size]
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
md5: "08e36edbea28a017f79f8d4f7ff9b6d7"
|
|
|
|
|
sha1: "1a77fd83e337f906aecab27a1604db064cf10074"
|
2026-03-24 11:36:58 +01:00
|
|
|
source_ref: "libretro.cpp:367-394, mednafen/settings.c:92-93"
|