6502 disasm: accidentally lost this fix

This commit is contained in:
feos 2018-03-15 22:20:23 +03:00
parent 09d765e853
commit f9cef46bd7
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ namespace BizHawk.Emulation.Cores.Atari.Atari2600
if (cyc_counter == 3)
{
_m6532.Timer.Tick();
if (Tracer.Enabled)
if (Tracer.Enabled && Cpu.AtStart)
{
Tracer.Put(Cpu.TraceState());
}