mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-13 08:25:05 +01:00
Fix romType for Yuyu no Quiz de GO!GO!
https://github.com/sanni/cartreader/issues/922
This commit is contained in:
parent
14c3ca2a83
commit
ecc937bab3
@ -1006,6 +1006,8 @@ boolean checkcart_SNES() {
|
||||
romType = EX; // Check if ExHiROM
|
||||
} else if (romType == 0x3A) {
|
||||
romType = HI; // Check if SPC7110
|
||||
} else if (strcmp("3BB0", checksumStr) == 0) { // invalid romType due to too long ROM name (Yuyu no Quiz de GO!GO!)
|
||||
romType = LO;
|
||||
} else {
|
||||
romType &= 1; // Must be LoROM or HiROM
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user