mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-23 21:19:16 +01:00
Merge pull request #120 from sdhizumi/sms-improve
SMS: add a strange checksum from The Pro Yakyuu '91 (Game Gear).
This commit is contained in:
commit
f5ceacf35c
@ -312,6 +312,10 @@ void getCartInfo_SMS() {
|
||||
case 0x2:
|
||||
cartSize = 512 * 1024UL;
|
||||
break;
|
||||
case 0x3:
|
||||
// 0x3 is (only?) used in The Pro Yakyuu '91 (Game Gear)
|
||||
cartSize = 128 * 1024UL;
|
||||
break;
|
||||
default:
|
||||
cartSize = 48 * 1024UL;
|
||||
// LED Error
|
||||
|
Loading…
Reference in New Issue
Block a user