mirror of
https://github.com/mwpenny/portal64-still-alive.git
synced 2024-11-23 04:19:50 +00:00
Use universal region in header
This commit is contained in:
parent
72bc200294
commit
834e5da85a
@ -19,5 +19,5 @@
|
||||
.word 0x01000000 /* Unused officially / Advanced homebrew ROM header controller config */
|
||||
.word 0x0000004E /* Cartridge Type (N; cart)*/
|
||||
.ascii "ED" /* Cartridge ID (ED) / Advanced homebrew ROM header magic value */
|
||||
.byte 0x45 /* Region (E; North America)*/
|
||||
.byte 0x41 /* Region (A; All)*/
|
||||
.byte 0x32 /* Version / Advanced homebrew ROM header misc. (region-free + 256K SRAM) */
|
||||
|
Loading…
Reference in New Issue
Block a user