6502 disasm: accidentally lost this fix
This commit is contained in:
parent
09d765e853
commit
f9cef46bd7
|
@ -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());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue