diff options
author | sanni <[email protected]> | 2022-03-14 17:48:35 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-03-14 17:48:35 +0100 |
commit | e61191ae0587e7720c7ce8713221189f6cfd092d (patch) | |
tree | 854cccc064858c725132927995d2dab383afbf82 /Cart_Reader/Cart_Reader.ino | |
parent | 430f8e395290e74c88e5ce570c5c3e22530d8068 (diff) | |
download | cartreader-e61191ae0587e7720c7ce8713221189f6cfd092d.tar.gz cartreader-e61191ae0587e7720c7ce8713221189f6cfd092d.zip |
Update Cart_Reader.ino
Diffstat (limited to 'Cart_Reader/Cart_Reader.ino')
-rw-r--r-- | Cart_Reader/Cart_Reader.ino | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cart_Reader/Cart_Reader.ino b/Cart_Reader/Cart_Reader.ino index 21e327b..1e377a4 100644 --- a/Cart_Reader/Cart_Reader.ino +++ b/Cart_Reader/Cart_Reader.ino @@ -354,7 +354,7 @@ static const char modeItem4[] PROGMEM = "Game Boy"; static const char modeItem5[] PROGMEM = "NES/Famicom";
static const char modeItem6[] PROGMEM = "Flashrom Programmer";
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 modeItem10[] PROGMEM = "NeoGeo Pocket";
static const char modeItem11[] PROGMEM = "About";
|