mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-04-10 23:41:09 +00:00
Whoops: correct accidental fall through in GameBoyBus handler.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
parent
727ef5e86d
commit
774b181008
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user