From dcc0fa88d29e65cb501f4f6343af9d3eb8c86503 Mon Sep 17 00:00:00 2001 From: splash5 <2173030+splash5@users.noreply.github.com> Date: Mon, 14 Oct 2019 11:19:01 +0800 Subject: [PATCH] Correct menu item count --- Cart_Reader/WS.ino | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Cart_Reader/WS.ino b/Cart_Reader/WS.ino index 6bf5697..b9e1ed0 100644 --- a/Cart_Reader/WS.ino +++ b/Cart_Reader/WS.ino @@ -108,8 +108,8 @@ void wsMenu() { uint8_t mainMenu; - convertPgm(menuOptionsWS, 6); - mainMenu = question_box(F("WonderSwan Menu"), menuOptions, 6, 0); + convertPgm(menuOptionsWS, 4); + mainMenu = question_box(F("WonderSwan Menu"), menuOptions, 4, 0); switch (mainMenu) { @@ -187,7 +187,8 @@ uint8_t getCartInfo_WS() // patch here switch (wsGameChecksum) { - // games with 256kbits SRAM installed + // games with wrong save type/size + // 256kbits sram case 0xe600: // BAN007 case 0x8eed: // BANC16 {