From b186e0443ff5e52613a396a8e0ea66a00042004c Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Wed, 15 Mar 2017 19:05:27 -0700 Subject: Cycle accurate implementation of divs --- m68k_internal.h | 1 - 1 file changed, 1 deletion(-) (limited to 'm68k_internal.h') 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); -- cgit v1.2.3