mirror of
https://github.com/sanni/cartreader.git
synced 2024-12-26 21:11:54 +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"));
|
println_Msg(F("Intel PC28F256M29"));
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
println_Msg(romType);
|
print_Msg(F("romType: 0x"));
|
||||||
|
println_Msg(romType, HEX);
|
||||||
print_Error(F("Unknown manufacturer"), true);
|
print_Error(F("Unknown manufacturer"), true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user