diff --git a/Cart_Reader/GB.ino b/Cart_Reader/GB.ino index 2ca62ed..2204a16 100644 --- a/Cart_Reader/GB.ino +++ b/Cart_Reader/GB.ino @@ -185,6 +185,10 @@ void setup_GB() { // Print start page getCartInfo_GB(); + showCartInfo_GB(); +} + +void showCartInfo_GB() { display_Clear(); if (strcmp(checksumStr, "00") != 0) { println_Msg(F("GB Cart Info")); diff --git a/Cart_Reader/GBSmart.ino b/Cart_Reader/GBSmart.ino index 79b037e..1bcc5dc 100644 --- a/Cart_Reader/GBSmart.ino +++ b/Cart_Reader/GBSmart.ino @@ -220,6 +220,7 @@ gb_smart_load_more_games: // select a game gbSmartRemapStartBank(gbSmartGames[gameSubMenu].start_bank, gbSmartGames[gameSubMenu].rom_size, gbSmartGames[gameSubMenu].sram_size); getCartInfo_GB(); + showCartInfo_GB(); mode = mode_GB_GBSmart_Game; }