comparison m68k_internal.h @ 1648:b7ecd0d6a77b mame_interp

Merge from default
author Michael Pavone <pavone@retrodev.com>
date Tue, 25 Dec 2018 11:12:26 -0800
parents e01adbe1a75b
children 8ee7ecbf3f21
comparison
equal deleted inserted replaced
1509:36732f5c2281 1648:b7ecd0d6a77b
64 void translate_m68k_movep(m68k_options * opts, m68kinst * inst); 64 void translate_m68k_movep(m68k_options * opts, m68kinst * inst);
65 void translate_m68k_arith(m68k_options *opts, m68kinst * inst, uint32_t flag_mask, host_ea *src_op, host_ea *dst_op); 65 void translate_m68k_arith(m68k_options *opts, m68kinst * inst, uint32_t flag_mask, host_ea *src_op, host_ea *dst_op);
66 void translate_m68k_unary(m68k_options *opts, m68kinst *inst, uint32_t flag_mask, host_ea *dst_op); 66 void translate_m68k_unary(m68k_options *opts, m68kinst *inst, uint32_t flag_mask, host_ea *dst_op);
67 void translate_m68k_cmp(m68k_options * opts, m68kinst * inst); 67 void translate_m68k_cmp(m68k_options * opts, m68kinst * inst);
68 void translate_m68k_tas(m68k_options * opts, m68kinst * inst); 68 void translate_m68k_tas(m68k_options * opts, m68kinst * inst);
69 void translate_m68k_clr(m68k_options * opts, m68kinst * inst);
70 void translate_m68k_ext(m68k_options * opts, m68kinst * inst); 69 void translate_m68k_ext(m68k_options * opts, m68kinst * inst);
71 void translate_m68k_abcd_sbcd(m68k_options *opts, m68kinst *inst, host_ea *src_op, host_ea *dst_op); 70 void translate_m68k_abcd_sbcd(m68k_options *opts, m68kinst *inst, host_ea *src_op, host_ea *dst_op);
72 void translate_m68k_sl(m68k_options *opts, m68kinst *inst, host_ea *src_op, host_ea *dst_op); 71 void translate_m68k_sl(m68k_options *opts, m68kinst *inst, host_ea *src_op, host_ea *dst_op);
73 void translate_m68k_asr(m68k_options *opts, m68kinst *inst, host_ea *src_op, host_ea *dst_op); 72 void translate_m68k_asr(m68k_options *opts, m68kinst *inst, host_ea *src_op, host_ea *dst_op);
74 void translate_m68k_lsr(m68k_options *opts, m68kinst *inst, host_ea *src_op, host_ea *dst_op); 73 void translate_m68k_lsr(m68k_options *opts, m68kinst *inst, host_ea *src_op, host_ea *dst_op);