feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
emulator: NP2kai
|
|
|
|
|
type: libretro
|
2026-03-24 22:31:22 +01:00
|
|
|
core_classification: enhanced_fork
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
source: "https://github.com/libretro/NP2kai"
|
2026-03-24 22:31:22 +01:00
|
|
|
upstream: "https://github.com/AZO234/NP2kai"
|
|
|
|
|
profiled_date: "2026-03-24"
|
2026-03-18 05:19:57 +01:00
|
|
|
core_version: "0.86"
|
|
|
|
|
display_name: "NEC - PC-98 (Neko Project II Kai)"
|
2026-03-24 22:31:22 +01:00
|
|
|
cores: [np2kai]
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
systems: [pc-98]
|
|
|
|
|
|
2026-03-24 22:31:22 +01:00
|
|
|
# NP2kai is a PC-9801/9821 emulator by AZO234, enhanced fork of Neko Project II
|
|
|
|
|
# by Yui (original upstream dead: np2.yui.ne.jp). All files load from
|
|
|
|
|
# <system>/np2kai/ subdirectory, set in retro_load_game()
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
# (sdl/libretro/libretro.c:1800-1815). All getbiospath() calls resolve
|
|
|
|
|
# relative to that directory.
|
|
|
|
|
#
|
2026-03-24 22:31:22 +01:00
|
|
|
# BIOS_SIMULATE is unconditionally #define'd (bios/bios.c:78), so the core
|
|
|
|
|
# always has a built-in BIOS simulator. itf.rom loading (bios.c:569) is dead
|
|
|
|
|
# code behind #else of this define and is never executed.
|
|
|
|
|
#
|
|
|
|
|
# .info declares firmware_count=11 but is incomplete: misses IDE, SCSI, SASI,
|
|
|
|
|
# PCI, GPIB ROMs and key.txt. Lists itf.rom which is dead code (phantom).
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
#
|
|
|
|
|
# The fmgen YM2608 rhythm engine (fmgen_opna.cpp:1413-1443) loads WAV files
|
2026-03-24 22:31:22 +01:00
|
|
|
# with uppercase names (2608_BD.WAV). The built-in rhythm engine (rhythmc.c)
|
|
|
|
|
# uses lowercase (2608_bd.wav). Both resolve from np2kai/.
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
# The fmgen engine also accepts "2608_RYM.WAV" as fallback for the rim sample.
|
2026-03-24 22:31:22 +01:00
|
|
|
#
|
|
|
|
|
# Sound ROM has board-specific variants tried before the generic fallback:
|
|
|
|
|
# sound26.rom (26K), sound86.rom (86), sound118.rom (118), soundSPB.rom
|
|
|
|
|
# (Speak Board), soundMO.rom (MO), sound14.rom (14). Built as "sound" +
|
|
|
|
|
# board name + ".rom" in soundrom.c:21-33.
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
|
|
|
|
|
files:
|
|
|
|
|
# -- Main BIOS ROM --
|
2026-03-24 22:31:22 +01:00
|
|
|
# Loaded in bios/bios.c:430-436 via getbiospath(). 96 KB (0x18000) mapped
|
|
|
|
|
# at 0xe8000. Only loaded when np2cfg.usebios is true (core option).
|
|
|
|
|
# Without this, CopyMemory copies nosyscode[] built-in simulator.
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
- name: "bios.rom"
|
|
|
|
|
path: "np2kai/bios.rom"
|
2026-03-24 22:31:22 +01:00
|
|
|
size: 98304
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
required: false
|
feat: hle_fallback on 39 emulator profiles (266 entries)
Batch analysis of all 273 profiles to identify HLE/embedded
fallbacks. Added hle_fallback: true where the core has verified
software replacement for missing BIOS files:
- Embedded ROMs: vice (102), ep128emu (22), fuse (18), frodo (4)
- HLE BIOS: bsnes* (33 across 3 profiles), puae (9 AROS),
noods (4), melonds* (6 FreeBIOS), flycast (3 reios)
- Open-source replacements: sameboy (8), pokemini (1), gpsp (1)
- Built-in fallbacks: np2kai (7), atari800 (6 Altirra),
picodrive (3), quasi88 (4), gambatte (2)
Conservative: only added where notes or source code confirm HLE.
Skipped 50+ profiles where files are optional alternatives, not
HLE replaceable (neocd, opera, kronos, pcem, etc.)
2026-03-19 13:03:48 +01:00
|
|
|
hle_fallback: true
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
note: >
|
2026-03-24 22:31:22 +01:00
|
|
|
PC-9801 system BIOS ROM (96 KB). The core boots without it using the
|
|
|
|
|
built-in BIOS simulator, but some software requires the real BIOS.
|
|
|
|
|
source_ref: "bios/bios.c:430-436, common/strres.c:60"
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
|
|
|
|
|
# -- Font file --
|
2026-03-24 22:31:22 +01:00
|
|
|
# Path set in libretro.c:1813 as "<system>/np2kai/font.bmp".
|
|
|
|
|
# font_load() in font/font.c:125 detects type by extension:
|
|
|
|
|
# .bmp/.BMP = PC98 format (fontpc98.c), FONT.ROM = V98 format (fontv98.c).
|
|
|
|
|
# Without any font file, fontdata_8 provides 8x8 ASCII only.
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
- name: "font.bmp"
|
|
|
|
|
path: "np2kai/font.bmp"
|
|
|
|
|
required: false
|
feat: hle_fallback on 39 emulator profiles (266 entries)
Batch analysis of all 273 profiles to identify HLE/embedded
fallbacks. Added hle_fallback: true where the core has verified
software replacement for missing BIOS files:
- Embedded ROMs: vice (102), ep128emu (22), fuse (18), frodo (4)
- HLE BIOS: bsnes* (33 across 3 profiles), puae (9 AROS),
noods (4), melonds* (6 FreeBIOS), flycast (3 reios)
- Open-source replacements: sameboy (8), pokemini (1), gpsp (1)
- Built-in fallbacks: np2kai (7), atari800 (6 Altirra),
picodrive (3), quasi88 (4), gambatte (2)
Conservative: only added where notes or source code confirm HLE.
Skipped 50+ profiles where files are optional alternatives, not
HLE replaceable (neocd, opera, kronos, pcem, etc.)
2026-03-19 13:03:48 +01:00
|
|
|
hle_fallback: true
|
feat: 4-source verified emulator profiles (A-E cores)
33 emulator profiles created or updated with systematic
verification against libretro docs, .info, core source,
and original emulator source code.
New profiles: bsnes-jg, bsnes2014, bsnes_cplusplus98,
bsnes_hd_beta, bsnes_mercury, citra2018, citra_canary.
Key fixes:
- dosbox_svn/svn_ce: not aliases of dosbox_core (no MUNT)
- beetle_psx: alt_names renamed to aliases (field bug)
- dolphin: added 15 Realtek BT firmware for Wiimote passthrough
- dosbox_core: added CM-32LN, 13 split ROM pairs for standalone
- duckstation: type standalone+libretro, 106 BIOS verified
- snes9x/np2kai: formal aliases for alternate filenames
2026-03-19 08:09:34 +01:00
|
|
|
aliases: ["FONT.ROM", "font.rom", "FONT.BMP"]
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
note: >
|
2026-03-24 22:31:22 +01:00
|
|
|
PC-98 font bitmap. Required for correct Japanese kanji display.
|
|
|
|
|
Without this, only basic ASCII renders using built-in 8x8 data.
|
|
|
|
|
FONT.ROM (V98 format) is also accepted.
|
|
|
|
|
source_ref: "sdl/libretro/libretro.c:1813, font/font.c:86-125, font/fontdata.c:11"
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
|
|
|
|
|
# -- Sound BIOS ROM --
|
2026-03-24 22:31:22 +01:00
|
|
|
# Loaded by soundrom_load() in soundrom.c:93-106 via loadsoundrom().
|
|
|
|
|
# Filename composed as "sound" + optional board name + ".rom" (soundrom.c:27-32).
|
|
|
|
|
# Board-specific variants tried first, then sound.rom as fallback.
|
|
|
|
|
# 16 KB (0x4000). Falls back to 9-byte defsoundrom[] stub.
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
- name: "sound.rom"
|
|
|
|
|
path: "np2kai/sound.rom"
|
2026-03-24 22:31:22 +01:00
|
|
|
size: 16384
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
required: false
|
feat: hle_fallback on 39 emulator profiles (266 entries)
Batch analysis of all 273 profiles to identify HLE/embedded
fallbacks. Added hle_fallback: true where the core has verified
software replacement for missing BIOS files:
- Embedded ROMs: vice (102), ep128emu (22), fuse (18), frodo (4)
- HLE BIOS: bsnes* (33 across 3 profiles), puae (9 AROS),
noods (4), melonds* (6 FreeBIOS), flycast (3 reios)
- Open-source replacements: sameboy (8), pokemini (1), gpsp (1)
- Built-in fallbacks: np2kai (7), atari800 (6 Altirra),
picodrive (3), quasi88 (4), gambatte (2)
Conservative: only added where notes or source code confirm HLE.
Skipped 50+ profiles where files are optional alternatives, not
HLE replaceable (neocd, opera, kronos, pcem, etc.)
2026-03-19 13:03:48 +01:00
|
|
|
hle_fallback: true
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
note: >
|
2026-03-24 22:31:22 +01:00
|
|
|
FM sound board BIOS ROM (16 KB). Generic fallback for all sound boards.
|
|
|
|
|
Board-specific variants are tried first: sound26.rom (PC-9801-26K),
|
|
|
|
|
sound86.rom (86), sound118.rom (118), soundSPB.rom (Speak Board),
|
|
|
|
|
soundMO.rom (MO), sound14.rom (14).
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
source_ref: "sound/soundrom.c:15-16,21-55,93-106"
|
|
|
|
|
|
|
|
|
|
# -- YM2608 OPNA rhythm samples --
|
2026-03-24 22:31:22 +01:00
|
|
|
# Loaded by the built-in rhythm engine (rhythmc.c:60-71) using lowercase
|
|
|
|
|
# filenames, and by the fmgen engine (fmgen_opna.cpp:1413-1443) using
|
|
|
|
|
# uppercase (2608_BD.WAV etc). Both resolve via getbiospath().
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
- name: "2608_bd.wav"
|
|
|
|
|
path: "np2kai/2608_bd.wav"
|
|
|
|
|
required: false
|
2026-03-24 22:31:22 +01:00
|
|
|
aliases: ["2608_BD.WAV"]
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
note: "YM2608 OPNA rhythm sample: bass drum"
|
2026-03-24 22:31:22 +01:00
|
|
|
source_ref: "sound/rhythmc.c:11,60-71, sound/fmgen/fmgen_opna.cpp:1431"
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
|
|
|
|
|
- name: "2608_sd.wav"
|
|
|
|
|
path: "np2kai/2608_sd.wav"
|
|
|
|
|
required: false
|
2026-03-24 22:31:22 +01:00
|
|
|
aliases: ["2608_SD.WAV"]
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
note: "YM2608 OPNA rhythm sample: snare drum"
|
2026-03-24 22:31:22 +01:00
|
|
|
source_ref: "sound/rhythmc.c:12, sound/fmgen/fmgen_opna.cpp:1432"
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
|
|
|
|
|
- name: "2608_top.wav"
|
|
|
|
|
path: "np2kai/2608_top.wav"
|
|
|
|
|
required: false
|
2026-03-24 22:31:22 +01:00
|
|
|
aliases: ["2608_TOP.WAV"]
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
note: "YM2608 OPNA rhythm sample: top cymbal"
|
2026-03-24 22:31:22 +01:00
|
|
|
source_ref: "sound/rhythmc.c:13, sound/fmgen/fmgen_opna.cpp:1432"
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
|
|
|
|
|
- name: "2608_hh.wav"
|
|
|
|
|
path: "np2kai/2608_hh.wav"
|
|
|
|
|
required: false
|
2026-03-24 22:31:22 +01:00
|
|
|
aliases: ["2608_HH.WAV"]
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
note: "YM2608 OPNA rhythm sample: hi-hat"
|
2026-03-24 22:31:22 +01:00
|
|
|
source_ref: "sound/rhythmc.c:14, sound/fmgen/fmgen_opna.cpp:1432"
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
|
|
|
|
|
- name: "2608_tom.wav"
|
|
|
|
|
path: "np2kai/2608_tom.wav"
|
|
|
|
|
required: false
|
2026-03-24 22:31:22 +01:00
|
|
|
aliases: ["2608_TOM.WAV"]
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
note: "YM2608 OPNA rhythm sample: tom"
|
2026-03-24 22:31:22 +01:00
|
|
|
source_ref: "sound/rhythmc.c:15, sound/fmgen/fmgen_opna.cpp:1432"
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
|
|
|
|
|
- name: "2608_rim.wav"
|
|
|
|
|
path: "np2kai/2608_rim.wav"
|
|
|
|
|
required: false
|
2026-03-24 22:31:22 +01:00
|
|
|
aliases: ["2608_RIM.WAV", "2608_RYM.WAV"]
|
|
|
|
|
note: "YM2608 OPNA rhythm sample: rim shot. fmgen also accepts 2608_RYM.WAV."
|
|
|
|
|
source_ref: "sound/rhythmc.c:16, sound/fmgen/fmgen_opna.cpp:1431-1441"
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
|
|
|
|
|
# -- IDE BIOS ROM --
|
|
|
|
|
# Loaded by ideio.c:1913-1931. Tried in order: ide.rom, d8000.rom,
|
2026-03-24 22:31:22 +01:00
|
|
|
# bank3.bin, bios9821.rom. Only loaded when np2cfg.idebios is enabled
|
|
|
|
|
# and a real main BIOS ROM is present. Falls back to simulated IDE BIOS.
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
- name: "ide.rom"
|
|
|
|
|
path: "np2kai/ide.rom"
|
2026-03-24 22:31:22 +01:00
|
|
|
size: 8192
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
required: false
|
feat: hle_fallback on 39 emulator profiles (266 entries)
Batch analysis of all 273 profiles to identify HLE/embedded
fallbacks. Added hle_fallback: true where the core has verified
software replacement for missing BIOS files:
- Embedded ROMs: vice (102), ep128emu (22), fuse (18), frodo (4)
- HLE BIOS: bsnes* (33 across 3 profiles), puae (9 AROS),
noods (4), melonds* (6 FreeBIOS), flycast (3 reios)
- Open-source replacements: sameboy (8), pokemini (1), gpsp (1)
- Built-in fallbacks: np2kai (7), atari800 (6 Altirra),
picodrive (3), quasi88 (4), gambatte (2)
Conservative: only added where notes or source code confirm HLE.
Skipped 50+ profiles where files are optional alternatives, not
HLE replaceable (neocd, opera, kronos, pcem, etc.)
2026-03-19 13:03:48 +01:00
|
|
|
hle_fallback: true
|
feat: 4-source verified emulator profiles (A-E cores)
33 emulator profiles created or updated with systematic
verification against libretro docs, .info, core source,
and original emulator source code.
New profiles: bsnes-jg, bsnes2014, bsnes_cplusplus98,
bsnes_hd_beta, bsnes_mercury, citra2018, citra_canary.
Key fixes:
- dosbox_svn/svn_ce: not aliases of dosbox_core (no MUNT)
- beetle_psx: alt_names renamed to aliases (field bug)
- dolphin: added 15 Realtek BT firmware for Wiimote passthrough
- dosbox_core: added CM-32LN, 13 split ROM pairs for standalone
- duckstation: type standalone+libretro, 106 BIOS verified
- snes9x/np2kai: formal aliases for alternate filenames
2026-03-19 08:09:34 +01:00
|
|
|
aliases: ["d8000.rom", "bank3.bin", "bios9821.rom"]
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
note: >
|
2026-03-24 22:31:22 +01:00
|
|
|
IDE controller BIOS ROM (8 KB). For IDE HDD boot support.
|
|
|
|
|
Without this, a simulated IDE BIOS is used.
|
|
|
|
|
source_ref: "cbus/ideio.c:1913-1941"
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
|
|
|
|
|
# -- SCSI BIOS ROM --
|
2026-03-24 22:31:22 +01:00
|
|
|
# Loaded by scsiio.c:219. 16 KB (0x4000). Falls back to scsibios[] stub.
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
- name: "scsi.rom"
|
|
|
|
|
path: "np2kai/scsi.rom"
|
2026-03-24 22:31:22 +01:00
|
|
|
size: 16384
|
|
|
|
|
required: false
|
|
|
|
|
hle_fallback: true
|
|
|
|
|
note: >
|
|
|
|
|
SCSI controller BIOS ROM (16 KB). The core includes a built-in
|
|
|
|
|
SCSI BIOS stub as fallback.
|
|
|
|
|
source_ref: "cbus/scsiio.c:214-231"
|
|
|
|
|
|
|
|
|
|
# -- SASI BIOS ROM --
|
|
|
|
|
# Loaded by sasiio.c:455. 4 KB (0x1000). Falls back to sasibios[] stub.
|
|
|
|
|
- name: "sasi.rom"
|
|
|
|
|
path: "np2kai/sasi.rom"
|
|
|
|
|
size: 4096
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
required: false
|
feat: hle_fallback on 39 emulator profiles (266 entries)
Batch analysis of all 273 profiles to identify HLE/embedded
fallbacks. Added hle_fallback: true where the core has verified
software replacement for missing BIOS files:
- Embedded ROMs: vice (102), ep128emu (22), fuse (18), frodo (4)
- HLE BIOS: bsnes* (33 across 3 profiles), puae (9 AROS),
noods (4), melonds* (6 FreeBIOS), flycast (3 reios)
- Open-source replacements: sameboy (8), pokemini (1), gpsp (1)
- Built-in fallbacks: np2kai (7), atari800 (6 Altirra),
picodrive (3), quasi88 (4), gambatte (2)
Conservative: only added where notes or source code confirm HLE.
Skipped 50+ profiles where files are optional alternatives, not
HLE replaceable (neocd, opera, kronos, pcem, etc.)
2026-03-19 13:03:48 +01:00
|
|
|
hle_fallback: true
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
note: >
|
2026-03-24 22:31:22 +01:00
|
|
|
SASI controller BIOS ROM (4 KB). The core includes a built-in
|
|
|
|
|
SASI BIOS stub as fallback.
|
|
|
|
|
source_ref: "cbus/sasiio.c:451-467"
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
|
|
|
|
|
# -- PCI BIOS ROM --
|
2026-03-24 22:31:22 +01:00
|
|
|
# Loaded by pcidev.c:360-382. Tries pci.rom then bank0.bin.
|
|
|
|
|
# 32 KB (0x8000). Falls back to built-in PCI BIOS simulation.
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
- name: "pci.rom"
|
|
|
|
|
path: "np2kai/pci.rom"
|
2026-03-24 22:31:22 +01:00
|
|
|
size: 32768
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
required: false
|
feat: hle_fallback on 39 emulator profiles (266 entries)
Batch analysis of all 273 profiles to identify HLE/embedded
fallbacks. Added hle_fallback: true where the core has verified
software replacement for missing BIOS files:
- Embedded ROMs: vice (102), ep128emu (22), fuse (18), frodo (4)
- HLE BIOS: bsnes* (33 across 3 profiles), puae (9 AROS),
noods (4), melonds* (6 FreeBIOS), flycast (3 reios)
- Open-source replacements: sameboy (8), pokemini (1), gpsp (1)
- Built-in fallbacks: np2kai (7), atari800 (6 Altirra),
picodrive (3), quasi88 (4), gambatte (2)
Conservative: only added where notes or source code confirm HLE.
Skipped 50+ profiles where files are optional alternatives, not
HLE replaceable (neocd, opera, kronos, pcem, etc.)
2026-03-19 13:03:48 +01:00
|
|
|
hle_fallback: true
|
feat: 4-source verified emulator profiles (A-E cores)
33 emulator profiles created or updated with systematic
verification against libretro docs, .info, core source,
and original emulator source code.
New profiles: bsnes-jg, bsnes2014, bsnes_cplusplus98,
bsnes_hd_beta, bsnes_mercury, citra2018, citra_canary.
Key fixes:
- dosbox_svn/svn_ce: not aliases of dosbox_core (no MUNT)
- beetle_psx: alt_names renamed to aliases (field bug)
- dolphin: added 15 Realtek BT firmware for Wiimote passthrough
- dosbox_core: added CM-32LN, 13 split ROM pairs for standalone
- duckstation: type standalone+libretro, 106 BIOS verified
- snes9x/np2kai: formal aliases for alternate filenames
2026-03-19 08:09:34 +01:00
|
|
|
aliases: ["bank0.bin"]
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
note: >
|
|
|
|
|
PCI BIOS ROM (32 KB). For PC-9821 PCI bus emulation.
|
feat: 4-source verified emulator profiles (A-E cores)
33 emulator profiles created or updated with systematic
verification against libretro docs, .info, core source,
and original emulator source code.
New profiles: bsnes-jg, bsnes2014, bsnes_cplusplus98,
bsnes_hd_beta, bsnes_mercury, citra2018, citra_canary.
Key fixes:
- dosbox_svn/svn_ce: not aliases of dosbox_core (no MUNT)
- beetle_psx: alt_names renamed to aliases (field bug)
- dolphin: added 15 Realtek BT firmware for Wiimote passthrough
- dosbox_core: added CM-32LN, 13 split ROM pairs for standalone
- duckstation: type standalone+libretro, 106 BIOS verified
- snes9x/np2kai: formal aliases for alternate filenames
2026-03-19 08:09:34 +01:00
|
|
|
Without this, the built-in PCI BIOS simulator is used.
|
2026-03-24 22:31:22 +01:00
|
|
|
source_ref: "io/pcidev.c:356-382"
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
|
|
|
|
|
# -- GPIB BIOS ROM --
|
2026-03-24 22:31:22 +01:00
|
|
|
# Loaded by gpibio.c:327-356. 8 KB (0x2000). No built-in fallback:
|
|
|
|
|
# if missing, GPIB is disabled entirely (gpib.enable = 0).
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
- name: "gpib.rom"
|
|
|
|
|
path: "np2kai/gpib.rom"
|
2026-03-24 22:31:22 +01:00
|
|
|
size: 8192
|
|
|
|
|
required: false
|
|
|
|
|
note: >
|
|
|
|
|
GP-IB interface BIOS ROM (8 KB). If missing, GP-IB emulation
|
|
|
|
|
is disabled entirely.
|
|
|
|
|
source_ref: "cbus/gpibio.c:320-356"
|
|
|
|
|
|
|
|
|
|
# -- Keyboard remapping config --
|
|
|
|
|
# Loaded by keystat_initialize() in keystat.c:43 via getbiospath().
|
|
|
|
|
# Plain text file mapping keyboard scancodes. If missing, default
|
|
|
|
|
# built-in table is used.
|
|
|
|
|
- name: "key.txt"
|
|
|
|
|
path: "np2kai/key.txt"
|
feat: add 10 emulator profiles (batch 2)
a5200, prosystem (Atari 7800), atari800 (400/800/XL/XE),
vice (C64/C128/VIC-20/Plus4/PET - 10 cores, all ROMs embedded),
neocd (Neo Geo CD, 12 BIOS variants), beetle_pce (PC Engine, 6 files),
beetle_pcfx (PC-FX), np2kai (PC-9801, 14 files + YM2608 samples),
quasi88 (PC-8801, 13 ROMs + 3 hidden fonts), opera (3DO, 10 BIOS + 3 kanji)
31 total profiles. Cross-reference: 572 undeclared, 148 in repo.
2026-03-17 19:15:42 +01:00
|
|
|
required: false
|
|
|
|
|
note: >
|
2026-03-24 22:31:22 +01:00
|
|
|
Keyboard remapping configuration (text file). User-created file
|
|
|
|
|
for custom keyboard layout. The core uses built-in defaults if absent.
|
|
|
|
|
source_ref: "keystat.c:43,113-148"
|