mirror of
https://github.com/sanni/cartreader.git
synced 2024-12-26 04:51:52 +01:00
Update GBA.ino
This commit is contained in:
parent
dd6b805d5b
commit
e4cab438ca
@ -2486,7 +2486,8 @@ void flashRepro_GBA() {
|
||||
println_Msg(F("Intel PC28F256M29"));
|
||||
}
|
||||
else {
|
||||
println_Msg(romType);
|
||||
print_Msg(F("romType: 0x"));
|
||||
println_Msg(romType, HEX);
|
||||
print_Error(F("Unknown manufacturer"), true);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user