diff m68k_internal.h @ 1282:c5821f9de325

Cycle accurate implementation of divs
author Michael Pavone <pavone@retrodev.com>
date Wed, 15 Mar 2017 19:05:27 -0700
parents 462d9770d467
children 85a90964b557
line wrap: on
line diff
--- a/m68k_internal.h	Tue Mar 14 00:06:19 2017 -0700
+++ b/m68k_internal.h	Wed Mar 15 19:05:27 2017 -0700
@@ -72,7 +72,6 @@
 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);