Use universal region in header

This commit is contained in:
Matt Penny 2023-12-11 16:36:22 -05:00
parent 72bc200294
commit 834e5da85a

View File

@ -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) */