mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-10 23:15:08 +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) {
|
||||
cx4Type = readBank_SNES(0, 65481) & 0xF;
|
||||
if (cx4Type == 3) { // X3
|
||||
romSize = 16;
|
||||
numBanks = 64;
|
||||
}
|
||||
else { // X2
|
||||
if (cx4Type == 2) { // X2
|
||||
romSize = 12;
|
||||
numBanks = 48;
|
||||
}
|
||||
else if (cx4Type == 3){ // X3
|
||||
romSize = 16;
|
||||
numBanks = 64;
|
||||
}
|
||||
}
|
||||
else if ((romChips == 245) && (romType == HI)) {
|
||||
romSize = 24;
|
||||
|
Loading…
Reference in New Issue
Block a user