mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-16 22:02:31 -05: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:
@@ -43,7 +43,7 @@ platform_details:
|
||||
bios_mapping:
|
||||
target: "none"
|
||||
source_ref: "mach/chip8.c:40-57, mach/chip8.c:98-115"
|
||||
notes: |
|
||||
note: |
|
||||
No external BIOS. The 80-byte character font is compiled into the
|
||||
binary as char_mem[] and memcpy'd into RAM[0x000] on every reset.
|
||||
This is standard CHIP-8 behavior -- all interpreters embed the font.
|
||||
|
||||
Reference in New Issue
Block a user