mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-17 06:12:33 -05:00
feat: add category field to emulator profiles, source missing BIOS
Add category: game_data to sdlpal, nxengine, opentyrian, easyrpg, mkxp_z profiles. verify.py separates game_data from bios in core gap metrics for cleaner coverage numbers. New BIOS files: Cemu fonts (4), QEMU bios-256k + vgabios-stdvga, GAM4980 ROMs (2), SC-3000 Export variant.
This commit is contained in:
@@ -43,6 +43,7 @@ notes: |
|
||||
|
||||
files:
|
||||
- name: "Doukutsu.exe"
|
||||
category: game_data
|
||||
system: cave-story
|
||||
description: "Cave Story freeware executable (data source for music, sfx, bitmaps, wavetable)"
|
||||
required: true
|
||||
@@ -53,6 +54,7 @@ files:
|
||||
notes: "Placed in system/nxengine/. The core extracts ORG music, PXT sounds, stage tile attributes, BMP graphics, and wavetable.dat from this binary at each launch."
|
||||
|
||||
- name: "data/npc.tbl"
|
||||
category: game_data
|
||||
system: cave-story
|
||||
description: "NPC attribute table (entity behavior flags, HP, damage, display rect offsets)"
|
||||
required: true
|
||||
@@ -60,6 +62,7 @@ files:
|
||||
notes: "Located in system/nxengine/data/. The core uses this file to verify the data directory is present."
|
||||
|
||||
- name: "data/"
|
||||
category: game_data
|
||||
system: cave-story
|
||||
description: "Full game asset directory tree (399 files: sprites, NPC sheets, stage maps, scripts, backgrounds)"
|
||||
required: true
|
||||
|
||||
Reference in New Issue
Block a user