Stop logging all the time
This commit is contained in:
parent
ae8caf4546
commit
68028d9c1d
|
@ -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
|
|||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue