Stop logging all the time

This commit is contained in:
alyosha-tas 2016-11-12 16:10:41 -05:00 committed by GitHub
parent 68028d9c1d
commit 61112a0027
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ namespace BizHawk.Emulation.Cores.Intellivision
int cycles = _cpu.Execute();
_stic.Execute(cycles);
Connect();
_cpu.LogData();
//_cpu.LogData();
}
_stic.Background();