mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-27 23:14:14 +01:00
Correct menu item count
This commit is contained in:
parent
423f8dfb19
commit
dcc0fa88d2
@ -108,8 +108,8 @@ void wsMenu()
|
|||||||
{
|
{
|
||||||
uint8_t mainMenu;
|
uint8_t mainMenu;
|
||||||
|
|
||||||
convertPgm(menuOptionsWS, 6);
|
convertPgm(menuOptionsWS, 4);
|
||||||
mainMenu = question_box(F("WonderSwan Menu"), menuOptions, 6, 0);
|
mainMenu = question_box(F("WonderSwan Menu"), menuOptions, 4, 0);
|
||||||
|
|
||||||
switch (mainMenu)
|
switch (mainMenu)
|
||||||
{
|
{
|
||||||
@ -187,7 +187,8 @@ uint8_t getCartInfo_WS()
|
|||||||
// patch here
|
// patch here
|
||||||
switch (wsGameChecksum)
|
switch (wsGameChecksum)
|
||||||
{
|
{
|
||||||
// games with 256kbits SRAM installed
|
// games with wrong save type/size
|
||||||
|
// 256kbits sram
|
||||||
case 0xe600: // BAN007
|
case 0xe600: // BAN007
|
||||||
case 0x8eed: // BANC16
|
case 0x8eed: // BANC16
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user