mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-18 23:02:33 -05:00
fix: source-verified corrections from review
dosbox/dosbox_pure: added validation: [sha1, size] to MT-32 ROM entries — MUNT rejects unrecognized SHA1 (ROMInfo.cpp:171-180). duckstation: fixed BIOS count to 105 (24 PS1 + 80 PS2 + 1 OpenBIOS). added exclusion_note to 6 profiles with files: [] (dosbox_svn, dosbox_svn_ce, doukutsu_rs, emux_chip8, emux_nes, fake08).
This commit is contained in:
@@ -20,7 +20,7 @@ notes: |
|
||||
ref: src/core/bios.h:24-26 (BIOS_SIZE, BIOS_SIZE_PS2, BIOS_SIZE_PS3)
|
||||
Only the first 512 KB are mapped (bios.cpp:212).
|
||||
|
||||
104 known BIOS entries (24 PS1 + 80 PS2) identified by MD5.
|
||||
105 known BIOS entries: 24 PS1 + 80 PS2 (identified by MD5) + 1 OpenBIOS (by signature).
|
||||
ref: src/core/bios.cpp:34-139 (s_image_info_by_hash)
|
||||
Each image has: region, region_check, fast_boot_patch type, priority score.
|
||||
Lower priority = preferred. PS2 deprioritized (>= 100) for dynamic fast boot.
|
||||
|
||||
Reference in New Issue
Block a user