diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-11-01 01:42:02 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-11-01 01:42:02 -0400 |
commit | ef2971d8dcc0768265d9b8c0eec40ea55251db8b (patch) | |
tree | 6d7ff64d528aa8241a28ee0a99247a8a28e6f487 /src/rom_header.s | |
parent | dac4192fd3b875706a7f1ce8bfb97c813ea503de (diff) |
Convert GF ROM header to C
Diffstat (limited to 'src/rom_header.s')
-rw-r--r-- | src/rom_header.s | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/rom_header.s b/src/rom_header.s index 596fd379f..5ed45124d 100644 --- a/src/rom_header.s +++ b/src/rom_header.s @@ -40,3 +40,24 @@ RomHeaderChecksum: RomHeaderReserved2: .space 2 + +@ 80000C0 + .word 0 + + .global GPIOPortData +GPIOPortData: @ 80000C4 + .2byte 0 + + .global GPIOPortDirection +GPIOPortDirection: @ 80000C6 + .2byte 0 + + .global GPIOPortReadEnable +GPIOPortReadEnable: @ 80000C8 + .2byte 0 + +@ 80000CA + .2byte 0 + +@ 80000CC + .space 0x34 |