Set Everdrive ROM ID and save configuration in the ROM header

This commit is contained in:
Ryan Dwyer
2023-05-02 22:27:49 +10:00
parent 60947bfdfd
commit fcc63f7638
+2 -2
View File
@@ -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