# HG changeset patch # User Michael Pavone # Date 1552453540 25200 # Node ID ddcd59a6122ecf136e54650bc0a9c1594510b127 # Parent 0a26f3657295ba274f139c6a252f5da1a68ca54d Remove debug printf diff -r 0a26f3657295 -r ddcd59a6122e musashi/m68kcpu.c --- a/musashi/m68kcpu.c Tue Mar 12 21:59:52 2019 -0700 +++ b/musashi/m68kcpu.c Tue Mar 12 22:05:40 2019 -0700 @@ -686,7 +686,7 @@ /* Record previous program counter */ REG_PPC(this) = REG_PC(this); - printf("M68K: %X @ %d\n", this->pc, this->c.current_cycle); + this->run_mode = RUN_MODE_NORMAL; /* Read an instruction and call its handler */