diff --git a/Cart_Reader/GBA.ino b/Cart_Reader/GBA.ino index 1a48f50..e7d8866 100644 --- a/Cart_Reader/GBA.ino +++ b/Cart_Reader/GBA.ino @@ -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); } }