Add 32x database

This commit is contained in:
sanni 2022-09-18 20:43:18 +02:00
parent c1bc2aa093
commit 96f984c1ac

View File

@ -1313,7 +1313,11 @@ void readROM_MD() {
}
// Calculate and compare CRC32 with no-intro
compareCRC("md.txt", 0, 1, 0);
if (readWord_MD(0x105) == 0x3332)
//database, crcString, renamerom, offset
compareCRC("32x.txt", 0, 1, 0);
else
compareCRC("md.txt", 0, 1, 0);
// More checksums
if (SnKmode >= 2) {