mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-27 23:14:14 +01:00
Add files via upload
This commit is contained in:
parent
2ae765276d
commit
32734db2cb
@ -613,14 +613,14 @@ boolean checkcart_SNES() {
|
|||||||
}
|
}
|
||||||
else if (romChips == 243) {
|
else if (romChips == 243) {
|
||||||
cx4Type = readBank_SNES(0, 65481) & 0xF;
|
cx4Type = readBank_SNES(0, 65481) & 0xF;
|
||||||
if (cx4Type == 3) { // X3
|
if (cx4Type == 2) { // X2
|
||||||
romSize = 16;
|
|
||||||
numBanks = 64;
|
|
||||||
}
|
|
||||||
else { // X2
|
|
||||||
romSize = 12;
|
romSize = 12;
|
||||||
numBanks = 48;
|
numBanks = 48;
|
||||||
}
|
}
|
||||||
|
else if (cx4Type == 3){ // X3
|
||||||
|
romSize = 16;
|
||||||
|
numBanks = 64;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else if ((romChips == 245) && (romType == HI)) {
|
else if ((romChips == 245) && (romType == HI)) {
|
||||||
romSize = 24;
|
romSize = 24;
|
||||||
|
Loading…
Reference in New Issue
Block a user