Whoops: correct accidental fall through in GameBoyBus handler.

Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
Adrian Conlon 2017-10-23 21:39:31 +01:00
parent 727ef5e86d
commit 774b181008

View File

@ -67,6 +67,7 @@ void EightBit::GameBoy::Bus::Bus_WrittenByte(const uint16_t address) {
if (m_banked) {
assert(false);
}
break;
case 0x6000:
// Register 3: ROM/RAM change
if (m_banked) {