From 23824795f6df88271625c1a0d56a4e26d93e0916 Mon Sep 17 00:00:00 2001 From: Dabomstew Date: Fri, 29 Sep 2017 13:54:18 +1300 Subject: [PATCH] Typos are fun --- libgambatte/src/memory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();