summaryrefslogtreecommitdiff
path: root/m68k_core.c
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2015-05-11 00:28:47 -0700
committerMichael Pavone <pavone@retrodev.com>2015-05-11 00:28:47 -0700
commitb3e40bd29176e1c4cf53f8542628e48e1eb5dcb0 (patch)
treee1571120d6b1f62b29bbe4973d719c8c7ff25889 /m68k_core.c
parent89ca3bce585f06927569ed1f18ad433d33e320e9 (diff)
Sync fixes and logging to fix more sync issues
Diffstat (limited to 'm68k_core.c')
-rw-r--r--m68k_core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/m68k_core.c b/m68k_core.c
index d3125a9..b56b58b 100644
--- a/m68k_core.c
+++ b/m68k_core.c
@@ -801,6 +801,7 @@ impl_info m68k_impls[] = {
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);