feat: re-profile 22 emulators, refactor validation to common.py

batch re-profiled nekop2 through pokemini. mupen64plus renamed to
mupen64plus_next. new profiles: nes, mupen64plus_next.
validation functions (_build_validation_index, check_file_validation)
consolidated in common.py — single source of truth for verify.py
and generate_pack.py. pipeline 100% consistent on all 6 platforms.
This commit is contained in:
Abdessamad Derraz
2026-03-24 22:31:22 +01:00
parent 94000bdaef
commit 0543165ed2
33 changed files with 1449 additions and 783 deletions

17
emulators/nes.yml Normal file
View File

@@ -0,0 +1,17 @@
emulator: nes
type: libretro
core_classification: community_fork
source: "https://github.com/rz5/nes"
upstream: "https://git.9front.org/plan9front/plan9front (sys/src/games/nes/)"
profiled_date: "2026-03-24"
core_version: "1.0"
display_name: "Nintendo - NES / Famicom (nes)"
cores: [nes]
systems: [nintendo-nes]
files: []
notes: >
Port of aiju's NES emulator from 9front (Plan 9) to libretro by rz5.
Minimal emulator supporting mappers 0 (NROM), 1 (MMC1), 2 (UxROM),
3 (CNROM), 4 (MMC3), 7 (AxROM). Palette hardcoded in ppu.c.
No BIOS or external files required. NES hardware boots directly
from cartridge ROM. No FDS support (only .nes extension).