-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8069e70
commit 697c72d
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# STATUS: 10% | ||
|
||
references: | ||
- https://atarigamer.com/lynx/lnxhdrgen | ||
|
||
kind: executable | ||
name: Atari Lynx headered rom | ||
extensions: [.lnx] | ||
endian: little | ||
|
||
magic: | ||
- offset: 0000 | ||
match: c'LYNX' | ||
|
||
structs: | ||
header: | ||
ascii[4] Signature: ?? | ||
u16 Bank0PageSize: ?? | ||
u16 Bank1PageSize: ?? | ||
u16 Version: ?? | ||
ascii[32] Cart name: ?? | ||
ascii[16] Manufacturer: ?? | ||
u8 Rotation: | ||
eq 01: Left | ||
eq 02: Right | ||
u8 AUDIN used: | ||
eq 00: "No" | ||
eq 01: "Yes" | ||
u8 EEPROM detail: # XXX bitmask | ||
bit b0000_0111: EEPROMType | ||
bit b0011_1000: Reserved | ||
bit b0100_0000: REAL/SD | ||
bit b1000_0000: 8/16 BIT | ||
u8[3] Reserved: ?? | ||
|
||
layout: | ||
- header Header |