diff --git a/Cart_Reader/Cart_Reader.ino b/Cart_Reader/Cart_Reader.ino index 5c6e8cc..d3b962a 100644 --- a/Cart_Reader/Cart_Reader.ino +++ b/Cart_Reader/Cart_Reader.ino @@ -791,7 +791,7 @@ static const char modeItem1[] PROGMEM = "Game Boy"; static const char modeItem2[] PROGMEM = "NES/Famicom"; static const char modeItem3[] PROGMEM = "Super Nintendo/SFC"; static const char modeItem4[] PROGMEM = "Nintendo 64 (3V)"; -static const char modeItem5[] PROGMEM = "Mega Drive"; +static const char modeItem5[] PROGMEM = "Mega Drive/Genesis"; static const char modeItem6[] PROGMEM = "SMS/GG/MIII/SG-1000"; static const char modeItem7[] PROGMEM = "PC Engine/TG16"; static const char modeItem8[] PROGMEM = "WonderSwan"; @@ -978,11 +978,11 @@ void mainMenu() { // Main menu static const char modeItem1[] PROGMEM = "Add-ons"; #if defined(clockgen_installed) -static const char modeItem2[] PROGMEM = "SNES & SFC (CLK0+1)"; +static const char modeItem2[] PROGMEM = "SNES/SFC (CLK0+1)"; #else -static const char modeItem2[] PROGMEM = "SNES & SFC"; +static const char modeItem2[] PROGMEM = "Super Nintendo/SFC"; #endif -static const char modeItem3[] PROGMEM = "Mega Drive"; +static const char modeItem3[] PROGMEM = "Mega Drive/Genesis"; #if defined(clockgen_installed) static const char modeItem4[] PROGMEM = "N64 (3V EEP CLK1)"; #else