mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-13 12:22:33 -05:00
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.
36 lines
1.0 KiB
YAML
36 lines
1.0 KiB
YAML
emulator: fixNES
|
|
type: libretro
|
|
core_classification: official_port
|
|
source: "https://github.com/libretro/fixNES"
|
|
upstream: "https://github.com/FIX94/fixNES"
|
|
profiled_date: "2026-03-21"
|
|
core_version: "Alpha v1.3.1"
|
|
display_name: "Nintendo - NES / Famicom (fixNES)"
|
|
cores:
|
|
- fixnes
|
|
systems:
|
|
- nintendo-nes
|
|
- nintendo-fds
|
|
|
|
notes: |
|
|
fixNES is an NES/Famicom emulator by FIX94 (same author as fixGB).
|
|
|
|
FDS games require disksys.rom (8192 bytes) in the system directory.
|
|
mapperInitFDS() in mapper.c:88-112 opens the file, validates exact
|
|
size 0x2000, reads into fdsBIOS[]. Returns false if missing or wrong
|
|
size — FDS game fails to load.
|
|
|
|
Regular NES cartridge games need no BIOS.
|
|
|
|
No other system files loaded. system_dir accessed only for disksys.rom
|
|
(libretro.c:278-286, doOpenFDSBIOS).
|
|
|
|
files:
|
|
- name: "disksys.rom"
|
|
system: nintendo-fds
|
|
required: true
|
|
mode: both
|
|
size: 8192
|
|
md5: "ca30b50f880eb660a320674ed365ef7a"
|
|
source_ref: "mapper.c:88-112 (mapperInitFDS), libretro/libretro.c:278-286 (doOpenFDSBIOS)"
|