From d39a438c4d648d15095d88134a0e2305a0d4f7a5 Mon Sep 17 00:00:00 2001 From: sanni Date: Mon, 2 Sep 2019 18:34:25 +0200 Subject: [PATCH] Update MD.ino --- Cart_Reader/MD.ino | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cart_Reader/MD.ino b/Cart_Reader/MD.ino index 878c480..4ef21ef 100644 --- a/Cart_Reader/MD.ino +++ b/Cart_Reader/MD.ino @@ -109,7 +109,7 @@ static const char* const menuOptionsSCD[] PROGMEM = {SCDMenuItem1, SCDMenuItem2, // Sega start menu void mdMenu() { - // create menu with title and 3 options to choose from + // create menu with title and 4 options to choose from unsigned char mdDev; // Copy menuOptions out of progmem convertPgm(menuOptionsMD, 4); @@ -184,10 +184,10 @@ void mdMenu() { } void mdCartMenu() { - // create menu with title and 7 options to choose from + // create menu with title and 6 options to choose from unsigned char mainMenu; // Copy menuOptions out of progmem - convertPgm(menuOptionsMD, 6); + convertPgm(menuOptionsMDCart, 6); mainMenu = question_box(F("MEGA DRIVE Reader"), menuOptions, 6, 0); // wait for user choice to come back from the question box menu