summaryrefslogtreecommitdiff
path: root/m68k_internal.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2015-10-28 19:45:24 -0700
committerMichael Pavone <pavone@retrodev.com>2015-10-28 19:45:24 -0700
commit0a372b26313bf60fe7afedfcfeea20149f2b4399 (patch)
tree277a76d229f40f2e5341fdc9d586e3a9e6dcc81d /m68k_internal.h
parent2d194bb1c94eb4eb4901d8cfa14cacb67450d833 (diff)
Implement TAS
Diffstat (limited to 'm68k_internal.h')
-rw-r--r--m68k_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/m68k_internal.h b/m68k_internal.h
index 13b7c15..b0c162e 100644
--- a/m68k_internal.h
+++ b/m68k_internal.h
@@ -66,6 +66,7 @@ void translate_m68k_arith(m68k_options *opts, m68kinst * inst, uint32_t flag_mas
void translate_m68k_unary(m68k_options *opts, m68kinst *inst, uint32_t flag_mask, host_ea *dst_op);
void translate_m68k_invalid(m68k_options *opts, m68kinst *inst);
void translate_m68k_cmp(m68k_options * opts, m68kinst * inst);
+void translate_m68k_tas(m68k_options * opts, m68kinst * inst);
void translate_m68k_clr(m68k_options * opts, m68kinst * inst);
void translate_m68k_ext(m68k_options * opts, m68kinst * inst);
void translate_m68k_abcd_sbcd(m68k_options *opts, m68kinst *inst, host_ea *src_op, host_ea *dst_op);