diff --git a/libgambatte/src/memory.cpp b/libgambatte/src/memory.cpp index d7dbe85c..53594aba 100644 --- a/libgambatte/src/memory.cpp +++ b/libgambatte/src/memory.cpp @@ -351,7 +351,7 @@ unsigned long Memory::stop(unsigned long cc) { } else { - if(ioamhram_[0x100] & 0x30) == 0x30) { + if((ioamhram_[0x100] & 0x30) == 0x30) { // hang if a joypad press can't come di(); intreq_.halt();