mirror of
https://github.com/sanni/cartreader.git
synced 2024-12-26 04:51:52 +01:00
Fix Derby Stallion 96
This commit is contained in:
parent
3a38b4b1e3
commit
ff31141f7e
@ -1295,7 +1295,7 @@ void readROM_SNES() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//Dump Derby Stallion '96 (Japan) Actual Size is 24Mb
|
//Dump Derby Stallion '96 (Japan) Actual Size is 24Mb
|
||||||
if ((romType == LO) && (numBanks == 128) && (strcmp("CC86", checksumStr) == 0)) {
|
if ((romType == LO) && (numBanks == 96) && (strcmp("CC86", checksumStr) == 0)) {
|
||||||
// Read Banks 0x00-0x3F for the 1st/2nd MB
|
// Read Banks 0x00-0x3F for the 1st/2nd MB
|
||||||
for (int currBank = 0; currBank < 64; currBank++) {
|
for (int currBank = 0; currBank < 64; currBank++) {
|
||||||
// Dump the bytes to SD 512B at a time
|
// Dump the bytes to SD 512B at a time
|
||||||
|
Loading…
Reference in New Issue
Block a user