diff --git a/BizHawk.Emulation.Cores/Consoles/Intellivision/Intellivision.cs b/BizHawk.Emulation.Cores/Consoles/Intellivision/Intellivision.cs index bc1c4920ae..70376c41a1 100644 --- a/BizHawk.Emulation.Cores/Consoles/Intellivision/Intellivision.cs +++ b/BizHawk.Emulation.Cores/Consoles/Intellivision/Intellivision.cs @@ -48,7 +48,7 @@ namespace BizHawk.Emulation.Cores.Intellivision Connect(); - _cpu.LogData(); + //_cpu.LogData(); LoadExecutiveRom(CoreComm.CoreFileProvider.GetFirmware("INTV", "EROM", true, "Executive ROM is required.")); LoadGraphicsRom(CoreComm.CoreFileProvider.GetFirmware("INTV", "GROM", true, "Graphics ROM is required.")); @@ -120,4 +120,4 @@ namespace BizHawk.Emulation.Cores.Intellivision } }; } -} \ No newline at end of file +}