Mercurial > repos > blastem
diff m68k_internal.h @ 1262:462d9770d467
Cycle accurate divu and undefined flags for overflow case
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Fri, 03 Mar 2017 23:51:29 -0800 |
parents | c15896605bf2 |
children | c5821f9de325 |
line wrap: on
line diff
--- a/m68k_internal.h Thu Mar 02 22:22:54 2017 -0800 +++ b/m68k_internal.h Fri Mar 03 23:51:29 2017 -0800 @@ -72,6 +72,7 @@ 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);