Files
libretro/emulators/mednafen_supafaust.yml
Abdessamad Derraz 69987cc0bb feat: re-profile 30 emulators, beetle to parallel_n64
source-verified: mesen FdsBios.bin→alias, MesenDB.txt phantom (embedded).
mupen64plus 64DD_IPL.bin→IPL.n64 (code path fix). neocd 000-lo.lo/ng-lo.rom
phantoms (algorithmically generated). new profiles: mesen-s, mupen64plus
next develop/gles2/gles3. regenerate database.
2026-03-24 14:06:20 +01:00

25 lines
1012 B
YAML

emulator: mednafen_supafaust
type: libretro
core_classification: community_fork
source: "https://github.com/libretro/supafaust"
upstream: "https://mednafen.github.io/"
profiled_date: "2026-03-24"
core_version: "1.29.0"
display_name: "Nintendo - SNES / SFC (Beetle Supafaust)"
cores: [mednafen_supafaust]
systems: [nintendo-snes]
# Port of Mednafen's experimental snes_faust module.
# All special chips (DSP-1, DSP-2, CX4, SuperFX, SA-1, S-DD1) emulated via HLE.
# DSP-1 data ROM synthesized in code (dsp1-datarom-synth.h).
# DSP-3, DSP-4, ST010, ST011, ST018, SPC7110 detected but not emulated (fall through).
# MSU1 supported (loads data from game directory, not system directory).
# RETRO_ENVIRONMENT_GET_SYSTEM_DIRECTORY never called.
notes: >
Port of Mednafen's snes_faust module. All special chip firmware
emulated via HLE with synthesized data ROMs. No external firmware loading.
source_ref: dsp1.cpp:120-177, dsp2.cpp:118-140, cx4.cpp:1548-1656,
cart.cpp:129-584, libretro.cpp:496-742
files: []