A7800Hawk: more lag detection
This commit is contained in:
parent
4b79525e8d
commit
8796269d6b
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue