mirror of https://github.com/mgba-emu/mgba.git
GB Memory: Remove debugging code that got left in by accident
This commit is contained in:
parent
59938208ab
commit
c313f09518
|
@ -959,7 +959,6 @@ void _GBHuC3(struct GBMemory* memory, uint16_t address, uint8_t value) {
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 0x1:
|
case 0x1:
|
||||||
mLOG(GB_MBC, STUB, "Bank switch %02X", value);
|
|
||||||
_switchBank(memory, bank);
|
_switchBank(memory, bank);
|
||||||
break;
|
break;
|
||||||
case 0x2:
|
case 0x2:
|
||||||
|
|
Loading…
Reference in New Issue