Display mapper names for MBC7, HuC-1 and HuC-3 (these are currently supported at least for ROM reading)

This commit is contained in:
Lesserkuma 2022-09-23 21:57:06 +02:00
parent eed3324a56
commit 37c9f2f026

View File

@ -418,9 +418,15 @@ void showCartInfo_GB() {
print_Msg(F("MBC4"));
else if ((romType == 25) || (romType == 26) || (romType == 27) || (romType == 28) || (romType == 29) || (romType == 309))
print_Msg(F("MBC5"));
if (romType == 252)
else if (romType == 34)
print_Msg(F("MBC7"));
else if (romType == 252)
print_Msg(F("Camera"));
else if (romType == 254)
print_Msg(F("HuC-3"));
else if (romType == 255)
print_Msg(F("HuC-1"));
println_Msg(F(" "));
print_Msg(F("Rom Size: "));
switch (romSize) {