From e4cab438cad9b42ec3a4b7409061282c59e692e7 Mon Sep 17 00:00:00 2001 From: sanni Date: Fri, 20 Dec 2019 16:02:57 +0100 Subject: [PATCH] Update GBA.ino --- Cart_Reader/GBA.ino | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); } }