mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-24 05:29:17 +01:00
Add "showCartInfo_GB" function
This commit is contained in:
parent
6fcd374e2a
commit
0712e8e5ae
@ -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"));
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user