Make Everdrive configure the EEPROM correctly
This commit is contained in:
parent
216c04307d
commit
5cbe94fe2c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue