diff options
author | yenatch <yenatch@gmail.com> | 2017-07-17 19:52:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-17 19:52:52 -0400 |
commit | cc3da4cdc00eb0c1ed36f50780b00c0d843884a1 (patch) | |
tree | ded87aae0570892c2718b0969957249b68736637 /asm/rom_header.inc | |
parent | d5c9a02e514d8bd75cbe192d6465ab4bb5af43ad (diff) | |
parent | c6e9dd8a2a56e13cf93ca3b7ad0dae73918771df (diff) |
Merge pull request #358 from marijnvdwerf/sapphire
Build German Sapphire (1.0)
Diffstat (limited to 'asm/rom_header.inc')
-rw-r--r-- | asm/rom_header.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/asm/rom_header.inc b/asm/rom_header.inc index 43eec30bb..a852a9f23 100644 --- a/asm/rom_header.inc +++ b/asm/rom_header.inc @@ -66,8 +66,12 @@ RomHeaderChecksum: .byte 0x41 - REVISION .endif .else + .ifdef SAPPHIRE + .byte 0x56 + .else .byte 0x42 .endif + .endif RomHeaderReserved2: .space 2 |