mirror of
https://github.com/sanni/cartreader.git
synced 2024-12-24 12:01:53 +01:00
Update Cart_Reader.ino
This commit is contained in:
parent
21e7468dfd
commit
1769d2f273
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user