mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-13 12:22:33 -05:00
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:
17
emulators/nes.yml
Normal file
17
emulators/nes.yml
Normal 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).
|
||||
Reference in New Issue
Block a user