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:
Abdessamad Derraz
2026-03-29 10:02:20 +02:00
parent b7528a71e7
commit e13e8734b9
67 changed files with 240 additions and 240 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ files:
validation: [size]
aliases: ["BS-X.bios"]
source_ref: "src/bsx.c:959-993 (BSX_LoadBIOS), src/bsx.c:1068 (caller in S9xInitBSX)"
notes: |
note: |
Loaded when a BS game is auto-detected (is_bsx checks ROM header at
0x7FC0/0xFFC0). Without this file, BSX.bootup is set to FALSE and
BIOSROM is zeroed. BS games still load but lack the boot menu.