diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-03-15 19:05:27 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-03-15 19:05:27 -0700 |
commit | b186e0443ff5e52613a396a8e0ea66a00042004c (patch) | |
tree | 2cf781ae450c4a25b2cf72a23219922f5e00ddaa /m68k_internal.h | |
parent | 926bcf6bcb4b661a78e0a30fc087bb409be7228e (diff) |
Cycle accurate implementation of divs
Diffstat (limited to 'm68k_internal.h')
-rw-r--r-- | m68k_internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/m68k_internal.h b/m68k_internal.h index 6d6895b..981cbfb 100644 --- a/m68k_internal.h +++ b/m68k_internal.h @@ -72,7 +72,6 @@ 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); |