mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-11 07:25:07 +01:00
SMS: add a strange checksum from The Pro Yakyuu '91 (Game Gear).
This commit is contained in:
parent
202057879e
commit
540542ab23
@ -312,6 +312,10 @@ void getCartInfo_SMS() {
|
|||||||
case 0x2:
|
case 0x2:
|
||||||
cartSize = 512 * 1024UL;
|
cartSize = 512 * 1024UL;
|
||||||
break;
|
break;
|
||||||
|
case 0x3:
|
||||||
|
// 0x3 is (only?) used in The Pro Yakyuu '91 (Game Gear)
|
||||||
|
cartSize = 128 * 1024UL;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
cartSize = 48 * 1024UL;
|
cartSize = 48 * 1024UL;
|
||||||
// LED Error
|
// LED Error
|
||||||
|
Loading…
Reference in New Issue
Block a user