changeset 1774:ddcd59a6122e mame_interp

Remove debug printf
author Michael Pavone <pavone@retrodev.com>
date Tue, 12 Mar 2019 22:05:40 -0700
parents 0a26f3657295
children a9fc826c6a9d
files musashi/m68kcpu.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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 */