ROM header now contains correct savetype data

Should you change what save type you use, the rom will have the correct savetype in the header.
This commit is contained in:
Fazana
2021-09-02 20:47:09 +01:00
parent beb854b2ea
commit 3a0a7f9ddb

View File

@@ -8,7 +8,17 @@
.word entry_point /* Entrypoint */
/* Revision */
#if defined(SRAM)
.word 0x0000344C
#elif defined(EEP16K)
.word 0x0000244C
#elif defined(SRAM768K)
.word 0x0000444C
#elif defined(FLASHRAM)
.word 0x0000544C
#else
.word 0x0000144C
#endif
.word 0x00000000 /* Checksum 1 */
.word 0x00000000 /* Checksum 2 */