Intellivision - turn off logging
This commit is contained in:
parent
2868d921e0
commit
eb1f477f9d
|
@ -32,7 +32,7 @@ namespace BizHawk.Emulation.Cores.Components.CP1610
|
||||||
public Func<ushort, ushort> ReadMemory;
|
public Func<ushort, ushort> ReadMemory;
|
||||||
public Func<ushort, ushort, bool> WriteMemory;
|
public Func<ushort, ushort, bool> WriteMemory;
|
||||||
|
|
||||||
private static bool Logging = true;
|
private static bool Logging = false;
|
||||||
private static readonly StreamWriter Log;
|
private static readonly StreamWriter Log;
|
||||||
|
|
||||||
public void SyncState(Serializer ser)
|
public void SyncState(Serializer ser)
|
||||||
|
|
Loading…
Reference in New Issue