mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-27 23:14:14 +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
|
// Print start page
|
||||||
getCartInfo_GB();
|
getCartInfo_GB();
|
||||||
|
showCartInfo_GB();
|
||||||
|
}
|
||||||
|
|
||||||
|
void showCartInfo_GB() {
|
||||||
display_Clear();
|
display_Clear();
|
||||||
if (strcmp(checksumStr, "00") != 0) {
|
if (strcmp(checksumStr, "00") != 0) {
|
||||||
println_Msg(F("GB Cart Info"));
|
println_Msg(F("GB Cart Info"));
|
||||||
|
@ -220,6 +220,7 @@ gb_smart_load_more_games:
|
|||||||
// select a game
|
// select a game
|
||||||
gbSmartRemapStartBank(gbSmartGames[gameSubMenu].start_bank, gbSmartGames[gameSubMenu].rom_size, gbSmartGames[gameSubMenu].sram_size);
|
gbSmartRemapStartBank(gbSmartGames[gameSubMenu].start_bank, gbSmartGames[gameSubMenu].rom_size, gbSmartGames[gameSubMenu].sram_size);
|
||||||
getCartInfo_GB();
|
getCartInfo_GB();
|
||||||
|
showCartInfo_GB();
|
||||||
|
|
||||||
mode = mode_GB_GBSmart_Game;
|
mode = mode_GB_GBSmart_Game;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user