summaryrefslogtreecommitdiff
path: root/m68k_internal.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2017-03-03 23:51:29 -0800
committerMichael Pavone <pavone@retrodev.com>2017-03-03 23:51:29 -0800
commitb933af364fff4b627930ccfb176332240f391d8e (patch)
tree087b9944c47b4c7b90fbbfcd97c7b5dd7db05635 /m68k_internal.h
parenta8f00a798faacf15dcfd3939fc55abb921031853 (diff)
Cycle accurate divu and undefined flags for overflow case
Diffstat (limited to 'm68k_internal.h')
-rw-r--r--m68k_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/m68k_internal.h b/m68k_internal.h
index 981cbfb..6d6895b 100644
--- a/m68k_internal.h
+++ b/m68k_internal.h
@@ -72,6 +72,7 @@ void translate_m68k_lsr(m68k_options *opts, m68kinst *inst, host_ea *src_op, hos
void translate_m68k_bit(m68k_options *opts, m68kinst *inst, host_ea *src_op, host_ea *dst_op);
void translate_m68k_chk(m68k_options *opts, m68kinst *inst, host_ea *src_op, host_ea *dst_op);
void translate_m68k_div(m68k_options *opts, m68kinst *inst, host_ea *src_op, host_ea *dst_op);
+void translate_m68k_divu(m68k_options *opts, m68kinst *inst, host_ea *src_op, host_ea *dst_op);
void translate_m68k_exg(m68k_options *opts, m68kinst *inst, host_ea *src_op, host_ea *dst_op);
void translate_m68k_mul(m68k_options *opts, m68kinst *inst, host_ea *src_op, host_ea *dst_op);
void translate_m68k_negx(m68k_options *opts, m68kinst *inst, host_ea *src_op, host_ea *dst_op);