Update GB.ino

This commit is contained in:
sanni 2019-09-22 08:33:55 +02:00 committed by GitHub
parent 5ff1705faa
commit 5d49302305
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -777,6 +777,13 @@ void writeFlash_GB(byte MBC) {
println_Msg(F("/128")); println_Msg(F("/128"));
display_Update(); display_Update();
} }
else if (strcmp(flashid, "04AD") == 0) {
println_Msg(F("AM29F016D"));
print_Msg(F("Banks: "));
print_Msg(romBanks);
println_Msg(F("/128"));
display_Update();
}
else if (strcmp(flashid, "01D5") == 0) { else if (strcmp(flashid, "01D5") == 0) {
println_Msg(F("AM29F080B")); println_Msg(F("AM29F080B"));
print_Msg(F("Banks: ")); print_Msg(F("Banks: "));