feat: re-profile 40 emulators from fbalpha2012 to holani

This commit is contained in:
Abdessamad Derraz
2026-03-24 09:33:06 +01:00
parent 65b6ab9354
commit 4c1caea621
41 changed files with 708 additions and 773 deletions

View File

@@ -3,7 +3,7 @@ type: libretro
core_classification: official_port
source: "https://github.com/libretro/fixNES"
upstream: "https://github.com/FIX94/fixNES"
profiled_date: "2026-03-21"
profiled_date: "2026-03-23"
core_version: "Alpha v1.3.1"
display_name: "Nintendo - NES / Famicom (fixNES)"
cores:
@@ -16,20 +16,21 @@ 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
mapperInitFDS() in mapper.c:87-110 opens the file, validates exact
size 0x2000, reads into fdsBIOS[]. Returns false if missing or wrong
size — FDS game fails to load.
size. No hash validation.
Regular NES cartridge games need no BIOS.
Regular NES/NSF games need no BIOS.
No other system files loaded. system_dir accessed only for disksys.rom
(libretro.c:278-286, doOpenFDSBIOS).
(libretro/libretro.c:277-285, doOpenFDSBIOS).
files:
- name: "disksys.rom"
description: "Family Computer Disk System BIOS"
system: nintendo-fds
required: true
mode: both
size: 8192
md5: "ca30b50f880eb660a320674ed365ef7a"
source_ref: "mapper.c:88-112 (mapperInitFDS), libretro/libretro.c:278-286 (doOpenFDSBIOS)"
validation: [size]
source_ref: "mapper.c:87-110 (mapperInitFDS), libretro/libretro.c:277-285 (doOpenFDSBIOS)"