Correct menu item count

This commit is contained in:
splash5 2019-10-14 11:19:01 +08:00
parent 423f8dfb19
commit dcc0fa88d2

View File

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