Stop logging all the time
This commit is contained in:
parent
68028d9c1d
commit
61112a0027
|
@ -53,7 +53,7 @@ namespace BizHawk.Emulation.Cores.Intellivision
|
|||
int cycles = _cpu.Execute();
|
||||
_stic.Execute(cycles);
|
||||
Connect();
|
||||
_cpu.LogData();
|
||||
//_cpu.LogData();
|
||||
}
|
||||
|
||||
_stic.Background();
|
||||
|
|
Loading…
Reference in New Issue