mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-10 22:01:43 -04:00
Set Everdrive ROM ID and save configuration in the ROM header
This commit is contained in:
@@ -42,14 +42,14 @@
|
||||
.elseif VERSION == VERSION_PAL_FINAL
|
||||
.ascii "NPDP"
|
||||
.else
|
||||
.ascii "NPDE"
|
||||
.ascii "NEDE"
|
||||
.endif
|
||||
|
||||
# ROM version byte
|
||||
.if VERSION == VERSION_NTSC_BETA
|
||||
.byte 0x01
|
||||
.elseif VERSION == VERSION_NTSC_FINAL
|
||||
.byte 0x01
|
||||
.byte 0x20
|
||||
.else
|
||||
.byte 0x00
|
||||
.endif
|
||||
|
||||
Reference in New Issue
Block a user