diff --git a/src/GBACart.cpp b/src/GBACart.cpp index c3550207..4f7b418a 100644 --- a/src/GBACart.cpp +++ b/src/GBACart.cpp @@ -242,8 +242,6 @@ u16 CartGame::ROMRead(u32 addr) const case 0xC8: return GPIO.control; } } - else - return 0; } // CHECKME: does ROM mirror?