A7800Hawk: more lag detection

This commit is contained in:
alyosha-tas 2017-07-19 15:03:50 -04:00 committed by GitHub
parent 4b79525e8d
commit 8796269d6b
1 changed files with 2 additions and 0 deletions

View File

@ -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);