diff m68k_core.c @ 697:7f96bd1cb1be

Sync fixes and logging to fix more sync issues
author Michael Pavone <pavone@retrodev.com>
date Mon, 11 May 2015 00:28:47 -0700
parents e11e68918691
children 200ee73c7210
line wrap: on
line diff
--- a/m68k_core.c	Tue May 05 08:42:27 2015 -0700
+++ b/m68k_core.c	Mon May 11 00:28:47 2015 -0700
@@ -801,6 +801,7 @@
 void translate_m68k(m68k_options * opts, m68kinst * inst)
 {
 	check_cycles_int(&opts->gen, inst->address);
+	log_address(&opts->gen, inst->address, "M68K: %X @ %d\n");
 	impl_info * info = m68k_impls + inst->op;
 	if (info->itype == RAW_FUNC) {
 		info->impl.raw(opts, inst);