diff options
author | PsyK0p4T <[email protected]> | 2023-03-07 01:18:02 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2023-03-07 01:18:02 +0100 |
commit | 2efa1f0d48f6887c86b78da7dac37cf77397fee0 (patch) | |
tree | 16d6b5d0aaae64ede737bcf20baeee9fe0b086db | |
parent | 77327ab9a2e6dc75f60f3dab75212937774c04d9 (diff) | |
download | cartreader-2efa1f0d48f6887c86b78da7dac37cf77397fee0.tar.gz cartreader-2efa1f0d48f6887c86b78da7dac37cf77397fee0.zip |
Update Cart_Reader.ino
Fix "Intellivision" wording in LCD menu
-rw-r--r-- | Cart_Reader/Cart_Reader.ino | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cart_Reader/Cart_Reader.ino b/Cart_Reader/Cart_Reader.ino index e8b43a0..2ee35fc 100644 --- a/Cart_Reader/Cart_Reader.ino +++ b/Cart_Reader/Cart_Reader.ino @@ -996,7 +996,7 @@ static const char modeItem6[] PROGMEM = "SMS/GG/MIII/SG-1000"; static const char modeItem7[] PROGMEM = "PC Engine/TG16";
static const char modeItem8[] PROGMEM = "WonderSwan";
static const char modeItem9[] PROGMEM = "NeoGeo Pocket";
-static const char modeItem10[] PROGMEM = "Intellvision";
+static const char modeItem10[] PROGMEM = "Intellivision";
static const char modeItem11[] PROGMEM = "Colecovision";
static const char modeItem12[] PROGMEM = "Virtual Boy";
static const char modeItem13[] PROGMEM = "Watara Supervision";
@@ -3586,4 +3586,4 @@ void loop() { //******************************************
// End of File
-//******************************************
\ No newline at end of file +//******************************************
|