From 8796269d6b0bcebc0d40850a74a7e71e52f2d039 Mon Sep 17 00:00:00 2001 From: alyosha-tas Date: Wed, 19 Jul 2017 15:03:50 -0400 Subject: [PATCH] A7800Hawk: more lag detection --- BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/M6532.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/M6532.cs b/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/M6532.cs index bb21eed8db..6ead2370e3 100644 --- a/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/M6532.cs +++ b/BizHawk.Emulation.Cores/Consoles/Atari/A7800Hawk/M6532.cs @@ -54,6 +54,8 @@ namespace BizHawk.Emulation.Cores.Atari.A7800Hawk if (registerAddr == 0x02) { + Core._islag = false; + // Read Output reg B byte temp = Core.con_state; temp = (byte)(temp & ~_ddRb);