]> git.sesse.net Git - pistorm/commitdiff
disable this debug to prevent unusual timing issues
authorjust nine <nine@aphlor.org>
Sat, 27 Feb 2021 14:32:37 +0000 (14:32 +0000)
committerjust nine <nine@aphlor.org>
Sat, 27 Feb 2021 14:32:37 +0000 (14:32 +0000)
emulator.c

index 24be0c2101bebf81dac6cd256c58f6e45ffb8795..a09ad467427120979691eb4b4871eaca78d6e90d 100644 (file)
@@ -569,7 +569,7 @@ unsigned int m68k_read_memory_8(unsigned int address) {
           send_keypress = 1;
       }
       if (send_keypress == 2) {
-        result |= 0x02;
+        // result |= 0x02;
         send_keypress = 0;
       }
       return result;