Update GB.ino

Add GBC to Gameshark menu labels
This commit is contained in:
Richard Weick 2023-08-19 22:24:28 -05:00 committed by GitHub
parent 2143fe71af
commit b2c5999380
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,8 +49,8 @@ static const char* const menuOptionsGBPelican[] PROGMEM = { PelicanRead, Pelican
// Datel Device Operation Menu
static const char MegaMemRead[] PROGMEM = "Read Mega Memory";
static const char MegaMemWrite[] PROGMEM = "Write Mega Memory";
static const char GameSharkRead[] PROGMEM = "Read GameShark";
static const char GameSharkWrite[] PROGMEM = "Write GameShark";
static const char GameSharkRead[] PROGMEM = "Read GBC GameShark";
static const char GameSharkWrite[] PROGMEM = "Write GBC GameShark";
static const char* const menuOptionsGBDatel[] PROGMEM = { MegaMemRead, MegaMemWrite, GameSharkRead, GameSharkWrite };
// Start menu for both GB and GBA