From 540542ab23ba61da3034b9ff0248c3e194eef3f7 Mon Sep 17 00:00:00 2001 From: sdhizumi Date: Sun, 11 Apr 2021 00:21:08 +0900 Subject: [PATCH] SMS: add a strange checksum from The Pro Yakyuu '91 (Game Gear). --- Cart_Reader/SMS.ino | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cart_Reader/SMS.ino b/Cart_Reader/SMS.ino index 29b1145..d18167d 100644 --- a/Cart_Reader/SMS.ino +++ b/Cart_Reader/SMS.ino @@ -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