From 2ff3e84d6fa08e7bdf6f63173f82d1b8e2b639b3 Mon Sep 17 00:00:00 2001 From: sanni Date: Wed, 16 Feb 2022 16:24:06 +0100 Subject: [PATCH] Update GB.ino --- Cart_Reader/GB.ino | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Cart_Reader/GB.ino b/Cart_Reader/GB.ino index a99766e..f239533 100644 --- a/Cart_Reader/GB.ino +++ b/Cart_Reader/GB.ino @@ -381,7 +381,8 @@ void showCartInfo_GB() { print_Msg(F("512KB")); break; - case 5: print_Msg(F("1MB")); + case 5: + print_Msg(F("1MB")); break; case 6: @@ -420,8 +421,7 @@ void showCartInfo_GB() { break; case 4: - print_Msg - (F("128KB")); + print_Msg(F("128KB")); break; default: print_Msg(F("none")); @@ -554,8 +554,7 @@ void getCartInfo_GB() { sramSize = readByte_GB(0x0149); // ROM banks - switch (romSize) - { + switch (romSize){ case 0x00: romBanks = 2; break;