From 828062963c26c0781d8b078565092201ab7b0e5a Mon Sep 17 00:00:00 2001 From: sanni Date: Sun, 21 Aug 2022 07:54:13 +0200 Subject: [PATCH] Add "(3V)" label to N64 and GBA menu entries --- Cart_Reader/Cart_Reader.ino | 4 ++-- Cart_Reader/GB.ino | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cart_Reader/Cart_Reader.ino b/Cart_Reader/Cart_Reader.ino index bfc71f2..5e5b985 100644 --- a/Cart_Reader/Cart_Reader.ino +++ b/Cart_Reader/Cart_Reader.ino @@ -798,7 +798,7 @@ byte starting_letter() { static const char modeItem1[] PROGMEM = "Game Boy"; static const char modeItem2[] PROGMEM = "NES/Famicom"; static const char modeItem3[] PROGMEM = "Super Nintendo"; -static const char modeItem4[] PROGMEM = "Nintendo 64"; +static const char modeItem4[] PROGMEM = "Nintendo 64 (3V)"; static const char modeItem5[] PROGMEM = "Mega Drive"; static const char modeItem6[] PROGMEM = "SMS/GG/MIII/SG-1000"; static const char modeItem7[] PROGMEM = "PC Engine/TG16"; @@ -971,7 +971,7 @@ void mainMenu() { static const char modeItem1[] PROGMEM = "Add-ons"; static const char modeItem2[] PROGMEM = "Super Nintendo"; static const char modeItem3[] PROGMEM = "Mega Drive"; -static const char modeItem4[] PROGMEM = "Nintendo 64"; +static const char modeItem4[] PROGMEM = "Nintendo 64 (3V)"; static const char modeItem5[] PROGMEM = "Game Boy"; static const char modeItem6[] PROGMEM = "About"; static const char modeItem7[] PROGMEM = "Reset"; diff --git a/Cart_Reader/GB.ino b/Cart_Reader/GB.ino index cc080c0..a4d3b8f 100644 --- a/Cart_Reader/GB.ino +++ b/Cart_Reader/GB.ino @@ -16,7 +16,7 @@ word lastByte = 0; *****************************************/ // GBx start menu static const char gbxMenuItem1[] PROGMEM = "Game Boy (Color)"; -static const char gbxMenuItem2[] PROGMEM = "Game Boy Advance"; +static const char gbxMenuItem2[] PROGMEM = "GB Advance (3V)"; static const char gbxMenuItem3[] PROGMEM = "Flash GBC Cart"; static const char gbxMenuItem4[] PROGMEM = "NPower GB Memory"; static const char gbxMenuItem5[] PROGMEM = "Reset";