From 8879587eec807613ff4555eb8d3abfff1bb1bce4 Mon Sep 17 00:00:00 2001 From: just nine Date: Sat, 27 Feb 2021 14:32:37 +0000 Subject: [PATCH] disable this debug to prevent unusual timing issues --- emulator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulator.c b/emulator.c index 24be0c2..a09ad46 100644 --- a/emulator.c +++ b/emulator.c @@ -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; -- 2.39.2