pal momento

pal momento
This commit is contained in:
Fazana
2021-09-03 13:40:57 +01:00
parent 35cb92b940
commit 5be32f1c24

View File

@@ -26,13 +26,13 @@
.ascii "E" /* NTSC-U (North America) */
#endif
#if defined(SRAM)
.byte 0x32 /* Version */
.byte 0x30 /* Version */
#elif defined(EEP16K)
.byte 0x22 /* Version */
.byte 0x20 /* Version */
#elif defined(SRAM768K)
.byte 0x42 /* Version */
.byte 0x40 /* Version */
#elif defined(FLASHRAM)
.byte 0x52 /* Version */
.byte 0x50 /* Version */
#else
.byte 0x12 /* Version */
.byte 0x10 /* Version */
#endif