mirror of
https://github.com/Abdess/retrobios.git
synced 2026-06-29 13:52:48 +00:00
chore: standardize notes: to note: in file entries
240 file-level entries used notes: instead of the canonical note: field. verify.py and cross_reference.py only read note:, so these were silently ignored.
This commit is contained in:
parent
b7528a71e7
commit
e13e8734b9
67 changed files with 240 additions and 240 deletions
|
|
@ -39,7 +39,7 @@ files:
|
|||
required: false
|
||||
aliases: ["BIOS.sms"]
|
||||
source_ref: "smsplus_libretro.c:211-229"
|
||||
notes: |
|
||||
note: |
|
||||
Loaded into bios.rom (up to 1 MB allocated). Only active when core
|
||||
option smsplus_sms_bios is "auto". Displays SMS startup screen
|
||||
before game execution. Standalone ports use BIOS.sms (uppercase).
|
||||
|
|
@ -50,7 +50,7 @@ files:
|
|||
required: true
|
||||
size: 8192
|
||||
source_ref: "smsplus_libretro.c:232-248"
|
||||
notes: |
|
||||
note: |
|
||||
Required for ColecoVision games. Read as 0x2000 (8192) bytes into
|
||||
coleco.rom. Without this file, retro_load_game() returns false for
|
||||
.col files.
|
||||
|
|
@ -62,7 +62,7 @@ files:
|
|||
size: 8192
|
||||
mode: standalone
|
||||
source_ref: "ports/sdl/smsplus.c:321-329"
|
||||
notes: |
|
||||
note: |
|
||||
Read as 0x2000 (8192) bytes into coleco.rom (shared buffer). Only
|
||||
in standalone builds (SORDM5_EMU define). Not compiled in libretro.
|
||||
Code does not enforce presence but system needs BIOS to function.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue