diff musashi/m68kcpu.c @ 1774:ddcd59a6122e mame_interp

Remove debug printf
author Michael Pavone <pavone@retrodev.com>
date Tue, 12 Mar 2019 22:05:40 -0700
parents a81db00e171a
children 30b5952fd32e
line wrap: on
line diff
--- 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 */