mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-10 23:15:08 +01:00
Update GB.ino
Add GBC to Gameshark menu labels
This commit is contained in:
parent
2143fe71af
commit
b2c5999380
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user