diff --git a/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.Core.cs b/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.Core.cs index ebd2a9257c..ff8f6ac680 100644 --- a/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.Core.cs +++ b/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.Core.cs @@ -344,7 +344,6 @@ namespace BizHawk.Emulation.Cores.Atari.Atari2600 { _frame++; _islag = true; - _tia.LineCount = 0; if (Controller["Power"]) { @@ -364,6 +363,8 @@ namespace BizHawk.Emulation.Cores.Atari.Atari2600 { LagCount++; } + + _tia.LineCount = 0; } public void CycleAdvance()