Update Cart_Reader.ino

This commit is contained in:
sanni 2022-03-14 17:48:35 +01:00 committed by GitHub
parent 430f8e3952
commit e61191ae05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -354,7 +354,7 @@ static const char modeItem4[] PROGMEM = "Game Boy";
static const char modeItem5[] PROGMEM = "NES/Famicom"; static const char modeItem5[] PROGMEM = "NES/Famicom";
static const char modeItem6[] PROGMEM = "Flashrom Programmer"; static const char modeItem6[] PROGMEM = "Flashrom Programmer";
static const char modeItem7[] PROGMEM = "PC Engine/TG16"; static const char modeItem7[] PROGMEM = "PC Engine/TG16";
static const char modeItem8[] PROGMEM = "SMS/GG/MIII/SG-1000"; static const char modeItem8[] PROGMEM = "SMS/GG/Mark III";
static const char modeItem9[] PROGMEM = "WonderSwan"; static const char modeItem9[] PROGMEM = "WonderSwan";
static const char modeItem10[] PROGMEM = "NeoGeo Pocket"; static const char modeItem10[] PROGMEM = "NeoGeo Pocket";
static const char modeItem11[] PROGMEM = "About"; static const char modeItem11[] PROGMEM = "About";