SMS: add a strange checksum from The Pro Yakyuu '91 (Game Gear).

This commit is contained in:
sdhizumi 2021-04-11 00:21:08 +09:00
parent 202057879e
commit 540542ab23

View File

@ -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