mirror of
https://github.com/sanni/cartreader.git
synced 2025-01-11 20:49:06 +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 modeItem2[] PROGMEM = "NES/Famicom";
|
||||||
static const char modeItem3[] PROGMEM = "Super Nintendo/SFC";
|
static const char modeItem3[] PROGMEM = "Super Nintendo/SFC";
|
||||||
static const char modeItem4[] PROGMEM = "Nintendo 64 (3V)";
|
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 modeItem6[] PROGMEM = "SMS/GG/MIII/SG-1000";
|
||||||
static const char modeItem7[] PROGMEM = "PC Engine/TG16";
|
static const char modeItem7[] PROGMEM = "PC Engine/TG16";
|
||||||
static const char modeItem8[] PROGMEM = "WonderSwan";
|
static const char modeItem8[] PROGMEM = "WonderSwan";
|
||||||
@ -978,11 +978,11 @@ void mainMenu() {
|
|||||||
// Main menu
|
// Main menu
|
||||||
static const char modeItem1[] PROGMEM = "Add-ons";
|
static const char modeItem1[] PROGMEM = "Add-ons";
|
||||||
#if defined(clockgen_installed)
|
#if defined(clockgen_installed)
|
||||||
static const char modeItem2[] PROGMEM = "SNES & SFC (CLK0+1)";
|
static const char modeItem2[] PROGMEM = "SNES/SFC (CLK0+1)";
|
||||||
#else
|
#else
|
||||||
static const char modeItem2[] PROGMEM = "SNES & SFC";
|
static const char modeItem2[] PROGMEM = "Super Nintendo/SFC";
|
||||||
#endif
|
#endif
|
||||||
static const char modeItem3[] PROGMEM = "Mega Drive";
|
static const char modeItem3[] PROGMEM = "Mega Drive/Genesis";
|
||||||
#if defined(clockgen_installed)
|
#if defined(clockgen_installed)
|
||||||
static const char modeItem4[] PROGMEM = "N64 (3V EEP CLK1)";
|
static const char modeItem4[] PROGMEM = "N64 (3V EEP CLK1)";
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user