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

View File

@@ -26,7 +26,7 @@ platform_details:
bios_size: 16384
hle_bios: true
source_ref: "ameteor/source/bios.cpp, ameteor/source/cpu.cpp:245-311"
notes: |
note: |
Full HLE BIOS. The libretro port never loads an external BIOS file.
Cpu::SoftwareInterrupt() checks HasBios() — if false (always in
libretro), SWI calls are routed to C++ reimplementations.