Stop logging all the time

This commit is contained in:
alyosha-tas 2016-11-12 16:09:51 -05:00 committed by GitHub
parent ae8caf4546
commit 68028d9c1d
1 changed files with 2 additions and 2 deletions

View File

@ -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
}
};
}
}
}