erp, disable insanely slow 68000 logging in the checked-in version

This commit is contained in:
beirich 2011-10-11 04:03:06 +00:00
parent 5b5c7c2890
commit 04b93b5b8b
1 changed files with 1 additions and 1 deletions

View File

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