Make Everdrive configure the EEPROM correctly

This commit is contained in:
Ryan Dwyer 2022-11-10 17:22:39 +10:00
parent 216c04307d
commit 5cbe94fe2c
1 changed files with 2 additions and 2 deletions

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