erp, disable insanely slow 68000 logging in the checked-in version
This commit is contained in:
parent
5b5c7c2890
commit
04b93b5b8b
|
@ -142,7 +142,7 @@ namespace BizHawk.Emulation.CPUs.M68000
|
|||
}
|
||||
|
||||
int prevCycles = PendingCycles;
|
||||
Log.Note("CPU", State());
|
||||
//Log.Note("CPU", State());
|
||||
op = (ushort)ReadWord(PC);
|
||||
if (Opcodes[op] == null) throw new Exception(string.Format("unhandled opcode at pc={0:X6}",PC));
|
||||
PC += 2;
|
||||
|
|
Loading…
Reference in New Issue