annotate musashi/m68kops.h @ 1773:0a26f3657295 mame_interp

Remove MAME Z80 core in favor of my new Z80 core
author Michael Pavone <pavone@retrodev.com>
date Tue, 12 Mar 2019 21:59:52 -0700
parents ded16f3d7eb4
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1506
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1 // license:BSD-3-Clause
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
2 // copyright-holders:Karl Stenerud
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
3 /* ======================================================================== */
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
4 /* ============================ OPCODE HANDLERS =========================== */
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
5 /* ======================================================================== */
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
6
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
7
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
8 #ifdef OPCODE_PROTOTYPES
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
9
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
10 static void m68k_op_1010(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
11 static void m68k_op_1111(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
12 static void m68k_op_040fpu0_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
13 static void m68k_op_040fpu1_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
14 static void m68k_op_abcd_8_rr(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
15 static void m68k_op_abcd_8_mm_ax7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
16 static void m68k_op_abcd_8_mm_ay7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
17 static void m68k_op_abcd_8_mm_axy7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
18 static void m68k_op_abcd_8_mm(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
19 static void m68k_op_add_8_er_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
20 static void m68k_op_add_8_er_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
21 static void m68k_op_add_8_er_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
22 static void m68k_op_add_8_er_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
23 static void m68k_op_add_8_er_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
24 static void m68k_op_add_8_er_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
25 static void m68k_op_add_8_er_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
26 static void m68k_op_add_8_er_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
27 static void m68k_op_add_8_er_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
28 static void m68k_op_add_8_er_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
29 static void m68k_op_add_8_er_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
30 static void m68k_op_add_8_er_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
31 static void m68k_op_add_8_er_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
32 static void m68k_op_add_16_er_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
33 static void m68k_op_add_16_er_a(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
34 static void m68k_op_add_16_er_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
35 static void m68k_op_add_16_er_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
36 static void m68k_op_add_16_er_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
37 static void m68k_op_add_16_er_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
38 static void m68k_op_add_16_er_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
39 static void m68k_op_add_16_er_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
40 static void m68k_op_add_16_er_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
41 static void m68k_op_add_16_er_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
42 static void m68k_op_add_16_er_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
43 static void m68k_op_add_16_er_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
44 static void m68k_op_add_32_er_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
45 static void m68k_op_add_32_er_a(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
46 static void m68k_op_add_32_er_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
47 static void m68k_op_add_32_er_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
48 static void m68k_op_add_32_er_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
49 static void m68k_op_add_32_er_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
50 static void m68k_op_add_32_er_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
51 static void m68k_op_add_32_er_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
52 static void m68k_op_add_32_er_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
53 static void m68k_op_add_32_er_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
54 static void m68k_op_add_32_er_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
55 static void m68k_op_add_32_er_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
56 static void m68k_op_add_8_re_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
57 static void m68k_op_add_8_re_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
58 static void m68k_op_add_8_re_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
59 static void m68k_op_add_8_re_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
60 static void m68k_op_add_8_re_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
61 static void m68k_op_add_8_re_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
62 static void m68k_op_add_8_re_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
63 static void m68k_op_add_8_re_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
64 static void m68k_op_add_8_re_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
65 static void m68k_op_add_16_re_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
66 static void m68k_op_add_16_re_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
67 static void m68k_op_add_16_re_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
68 static void m68k_op_add_16_re_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
69 static void m68k_op_add_16_re_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
70 static void m68k_op_add_16_re_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
71 static void m68k_op_add_16_re_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
72 static void m68k_op_add_32_re_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
73 static void m68k_op_add_32_re_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
74 static void m68k_op_add_32_re_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
75 static void m68k_op_add_32_re_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
76 static void m68k_op_add_32_re_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
77 static void m68k_op_add_32_re_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
78 static void m68k_op_add_32_re_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
79 static void m68k_op_adda_16_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
80 static void m68k_op_adda_16_a(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
81 static void m68k_op_adda_16_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
82 static void m68k_op_adda_16_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
83 static void m68k_op_adda_16_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
84 static void m68k_op_adda_16_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
85 static void m68k_op_adda_16_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
86 static void m68k_op_adda_16_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
87 static void m68k_op_adda_16_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
88 static void m68k_op_adda_16_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
89 static void m68k_op_adda_16_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
90 static void m68k_op_adda_16_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
91 static void m68k_op_adda_32_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
92 static void m68k_op_adda_32_a(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
93 static void m68k_op_adda_32_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
94 static void m68k_op_adda_32_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
95 static void m68k_op_adda_32_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
96 static void m68k_op_adda_32_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
97 static void m68k_op_adda_32_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
98 static void m68k_op_adda_32_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
99 static void m68k_op_adda_32_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
100 static void m68k_op_adda_32_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
101 static void m68k_op_adda_32_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
102 static void m68k_op_adda_32_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
103 static void m68k_op_addi_8_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
104 static void m68k_op_addi_8_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
105 static void m68k_op_addi_8_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
106 static void m68k_op_addi_8_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
107 static void m68k_op_addi_8_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
108 static void m68k_op_addi_8_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
109 static void m68k_op_addi_8_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
110 static void m68k_op_addi_8_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
111 static void m68k_op_addi_8_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
112 static void m68k_op_addi_8_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
113 static void m68k_op_addi_16_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
114 static void m68k_op_addi_16_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
115 static void m68k_op_addi_16_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
116 static void m68k_op_addi_16_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
117 static void m68k_op_addi_16_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
118 static void m68k_op_addi_16_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
119 static void m68k_op_addi_16_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
120 static void m68k_op_addi_16_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
121 static void m68k_op_addi_32_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
122 static void m68k_op_addi_32_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
123 static void m68k_op_addi_32_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
124 static void m68k_op_addi_32_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
125 static void m68k_op_addi_32_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
126 static void m68k_op_addi_32_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
127 static void m68k_op_addi_32_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
128 static void m68k_op_addi_32_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
129 static void m68k_op_addq_8_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
130 static void m68k_op_addq_8_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
131 static void m68k_op_addq_8_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
132 static void m68k_op_addq_8_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
133 static void m68k_op_addq_8_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
134 static void m68k_op_addq_8_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
135 static void m68k_op_addq_8_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
136 static void m68k_op_addq_8_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
137 static void m68k_op_addq_8_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
138 static void m68k_op_addq_8_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
139 static void m68k_op_addq_16_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
140 static void m68k_op_addq_16_a(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
141 static void m68k_op_addq_16_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
142 static void m68k_op_addq_16_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
143 static void m68k_op_addq_16_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
144 static void m68k_op_addq_16_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
145 static void m68k_op_addq_16_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
146 static void m68k_op_addq_16_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
147 static void m68k_op_addq_16_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
148 static void m68k_op_addq_32_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
149 static void m68k_op_addq_32_a(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
150 static void m68k_op_addq_32_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
151 static void m68k_op_addq_32_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
152 static void m68k_op_addq_32_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
153 static void m68k_op_addq_32_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
154 static void m68k_op_addq_32_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
155 static void m68k_op_addq_32_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
156 static void m68k_op_addq_32_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
157 static void m68k_op_addx_8_rr(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
158 static void m68k_op_addx_16_rr(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
159 static void m68k_op_addx_32_rr(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
160 static void m68k_op_addx_8_mm_ax7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
161 static void m68k_op_addx_8_mm_ay7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
162 static void m68k_op_addx_8_mm_axy7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
163 static void m68k_op_addx_8_mm(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
164 static void m68k_op_addx_16_mm(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
165 static void m68k_op_addx_32_mm(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
166 static void m68k_op_and_8_er_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
167 static void m68k_op_and_8_er_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
168 static void m68k_op_and_8_er_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
169 static void m68k_op_and_8_er_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
170 static void m68k_op_and_8_er_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
171 static void m68k_op_and_8_er_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
172 static void m68k_op_and_8_er_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
173 static void m68k_op_and_8_er_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
174 static void m68k_op_and_8_er_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
175 static void m68k_op_and_8_er_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
176 static void m68k_op_and_8_er_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
177 static void m68k_op_and_8_er_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
178 static void m68k_op_and_8_er_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
179 static void m68k_op_and_16_er_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
180 static void m68k_op_and_16_er_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
181 static void m68k_op_and_16_er_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
182 static void m68k_op_and_16_er_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
183 static void m68k_op_and_16_er_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
184 static void m68k_op_and_16_er_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
185 static void m68k_op_and_16_er_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
186 static void m68k_op_and_16_er_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
187 static void m68k_op_and_16_er_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
188 static void m68k_op_and_16_er_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
189 static void m68k_op_and_16_er_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
190 static void m68k_op_and_32_er_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
191 static void m68k_op_and_32_er_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
192 static void m68k_op_and_32_er_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
193 static void m68k_op_and_32_er_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
194 static void m68k_op_and_32_er_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
195 static void m68k_op_and_32_er_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
196 static void m68k_op_and_32_er_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
197 static void m68k_op_and_32_er_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
198 static void m68k_op_and_32_er_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
199 static void m68k_op_and_32_er_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
200 static void m68k_op_and_32_er_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
201 static void m68k_op_and_8_re_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
202 static void m68k_op_and_8_re_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
203 static void m68k_op_and_8_re_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
204 static void m68k_op_and_8_re_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
205 static void m68k_op_and_8_re_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
206 static void m68k_op_and_8_re_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
207 static void m68k_op_and_8_re_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
208 static void m68k_op_and_8_re_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
209 static void m68k_op_and_8_re_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
210 static void m68k_op_and_16_re_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
211 static void m68k_op_and_16_re_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
212 static void m68k_op_and_16_re_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
213 static void m68k_op_and_16_re_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
214 static void m68k_op_and_16_re_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
215 static void m68k_op_and_16_re_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
216 static void m68k_op_and_16_re_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
217 static void m68k_op_and_32_re_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
218 static void m68k_op_and_32_re_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
219 static void m68k_op_and_32_re_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
220 static void m68k_op_and_32_re_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
221 static void m68k_op_and_32_re_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
222 static void m68k_op_and_32_re_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
223 static void m68k_op_and_32_re_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
224 static void m68k_op_andi_8_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
225 static void m68k_op_andi_8_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
226 static void m68k_op_andi_8_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
227 static void m68k_op_andi_8_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
228 static void m68k_op_andi_8_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
229 static void m68k_op_andi_8_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
230 static void m68k_op_andi_8_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
231 static void m68k_op_andi_8_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
232 static void m68k_op_andi_8_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
233 static void m68k_op_andi_8_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
234 static void m68k_op_andi_16_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
235 static void m68k_op_andi_16_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
236 static void m68k_op_andi_16_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
237 static void m68k_op_andi_16_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
238 static void m68k_op_andi_16_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
239 static void m68k_op_andi_16_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
240 static void m68k_op_andi_16_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
241 static void m68k_op_andi_16_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
242 static void m68k_op_andi_32_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
243 static void m68k_op_andi_32_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
244 static void m68k_op_andi_32_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
245 static void m68k_op_andi_32_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
246 static void m68k_op_andi_32_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
247 static void m68k_op_andi_32_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
248 static void m68k_op_andi_32_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
249 static void m68k_op_andi_32_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
250 static void m68k_op_andi_16_toc(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
251 static void m68k_op_andi_16_tos(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
252 static void m68k_op_asr_8_s(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
253 static void m68k_op_asr_16_s(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
254 static void m68k_op_asr_32_s(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
255 static void m68k_op_asr_8_r(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
256 static void m68k_op_asr_16_r(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
257 static void m68k_op_asr_32_r(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
258 static void m68k_op_asr_16_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
259 static void m68k_op_asr_16_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
260 static void m68k_op_asr_16_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
261 static void m68k_op_asr_16_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
262 static void m68k_op_asr_16_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
263 static void m68k_op_asr_16_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
264 static void m68k_op_asr_16_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
265 static void m68k_op_asl_8_s(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
266 static void m68k_op_asl_16_s(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
267 static void m68k_op_asl_32_s(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
268 static void m68k_op_asl_8_r(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
269 static void m68k_op_asl_16_r(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
270 static void m68k_op_asl_32_r(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
271 static void m68k_op_asl_16_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
272 static void m68k_op_asl_16_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
273 static void m68k_op_asl_16_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
274 static void m68k_op_asl_16_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
275 static void m68k_op_asl_16_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
276 static void m68k_op_asl_16_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
277 static void m68k_op_asl_16_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
278 static void m68k_op_bhi_8(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
279 static void m68k_op_bls_8(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
280 static void m68k_op_bcc_8(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
281 static void m68k_op_bcs_8(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
282 static void m68k_op_bne_8(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
283 static void m68k_op_beq_8(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
284 static void m68k_op_bvc_8(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
285 static void m68k_op_bvs_8(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
286 static void m68k_op_bpl_8(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
287 static void m68k_op_bmi_8(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
288 static void m68k_op_bge_8(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
289 static void m68k_op_blt_8(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
290 static void m68k_op_bgt_8(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
291 static void m68k_op_ble_8(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
292 static void m68k_op_bhi_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
293 static void m68k_op_bls_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
294 static void m68k_op_bcc_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
295 static void m68k_op_bcs_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
296 static void m68k_op_bne_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
297 static void m68k_op_beq_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
298 static void m68k_op_bvc_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
299 static void m68k_op_bvs_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
300 static void m68k_op_bpl_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
301 static void m68k_op_bmi_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
302 static void m68k_op_bge_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
303 static void m68k_op_blt_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
304 static void m68k_op_bgt_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
305 static void m68k_op_ble_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
306 static void m68k_op_bhi_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
307 static void m68k_op_bls_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
308 static void m68k_op_bcc_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
309 static void m68k_op_bcs_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
310 static void m68k_op_bne_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
311 static void m68k_op_beq_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
312 static void m68k_op_bvc_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
313 static void m68k_op_bvs_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
314 static void m68k_op_bpl_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
315 static void m68k_op_bmi_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
316 static void m68k_op_bge_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
317 static void m68k_op_blt_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
318 static void m68k_op_bgt_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
319 static void m68k_op_ble_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
320 static void m68k_op_bchg_32_r_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
321 static void m68k_op_bchg_8_r_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
322 static void m68k_op_bchg_8_r_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
323 static void m68k_op_bchg_8_r_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
324 static void m68k_op_bchg_8_r_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
325 static void m68k_op_bchg_8_r_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
326 static void m68k_op_bchg_8_r_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
327 static void m68k_op_bchg_8_r_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
328 static void m68k_op_bchg_8_r_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
329 static void m68k_op_bchg_8_r_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
330 static void m68k_op_bchg_32_s_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
331 static void m68k_op_bchg_8_s_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
332 static void m68k_op_bchg_8_s_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
333 static void m68k_op_bchg_8_s_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
334 static void m68k_op_bchg_8_s_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
335 static void m68k_op_bchg_8_s_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
336 static void m68k_op_bchg_8_s_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
337 static void m68k_op_bchg_8_s_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
338 static void m68k_op_bchg_8_s_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
339 static void m68k_op_bchg_8_s_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
340 static void m68k_op_bclr_32_r_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
341 static void m68k_op_bclr_8_r_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
342 static void m68k_op_bclr_8_r_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
343 static void m68k_op_bclr_8_r_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
344 static void m68k_op_bclr_8_r_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
345 static void m68k_op_bclr_8_r_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
346 static void m68k_op_bclr_8_r_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
347 static void m68k_op_bclr_8_r_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
348 static void m68k_op_bclr_8_r_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
349 static void m68k_op_bclr_8_r_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
350 static void m68k_op_bclr_32_s_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
351 static void m68k_op_bclr_8_s_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
352 static void m68k_op_bclr_8_s_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
353 static void m68k_op_bclr_8_s_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
354 static void m68k_op_bclr_8_s_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
355 static void m68k_op_bclr_8_s_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
356 static void m68k_op_bclr_8_s_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
357 static void m68k_op_bclr_8_s_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
358 static void m68k_op_bclr_8_s_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
359 static void m68k_op_bclr_8_s_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
360 static void m68k_op_bfchg_32_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
361 static void m68k_op_bfchg_32_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
362 static void m68k_op_bfchg_32_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
363 static void m68k_op_bfchg_32_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
364 static void m68k_op_bfchg_32_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
365 static void m68k_op_bfchg_32_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
366 static void m68k_op_bfclr_32_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
367 static void m68k_op_bfclr_32_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
368 static void m68k_op_bfclr_32_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
369 static void m68k_op_bfclr_32_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
370 static void m68k_op_bfclr_32_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
371 static void m68k_op_bfclr_32_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
372 static void m68k_op_bfexts_32_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
373 static void m68k_op_bfexts_32_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
374 static void m68k_op_bfexts_32_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
375 static void m68k_op_bfexts_32_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
376 static void m68k_op_bfexts_32_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
377 static void m68k_op_bfexts_32_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
378 static void m68k_op_bfexts_32_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
379 static void m68k_op_bfexts_32_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
380 static void m68k_op_bfextu_32_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
381 static void m68k_op_bfextu_32_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
382 static void m68k_op_bfextu_32_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
383 static void m68k_op_bfextu_32_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
384 static void m68k_op_bfextu_32_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
385 static void m68k_op_bfextu_32_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
386 static void m68k_op_bfextu_32_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
387 static void m68k_op_bfextu_32_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
388 static void m68k_op_bfffo_32_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
389 static void m68k_op_bfffo_32_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
390 static void m68k_op_bfffo_32_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
391 static void m68k_op_bfffo_32_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
392 static void m68k_op_bfffo_32_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
393 static void m68k_op_bfffo_32_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
394 static void m68k_op_bfffo_32_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
395 static void m68k_op_bfffo_32_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
396 static void m68k_op_bfins_32_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
397 static void m68k_op_bfins_32_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
398 static void m68k_op_bfins_32_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
399 static void m68k_op_bfins_32_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
400 static void m68k_op_bfins_32_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
401 static void m68k_op_bfins_32_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
402 static void m68k_op_bfset_32_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
403 static void m68k_op_bfset_32_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
404 static void m68k_op_bfset_32_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
405 static void m68k_op_bfset_32_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
406 static void m68k_op_bfset_32_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
407 static void m68k_op_bfset_32_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
408 static void m68k_op_bftst_32_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
409 static void m68k_op_bftst_32_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
410 static void m68k_op_bftst_32_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
411 static void m68k_op_bftst_32_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
412 static void m68k_op_bftst_32_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
413 static void m68k_op_bftst_32_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
414 static void m68k_op_bftst_32_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
415 static void m68k_op_bftst_32_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
416 static void m68k_op_bkpt(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
417 static void m68k_op_bra_8(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
418 static void m68k_op_bra_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
419 static void m68k_op_bra_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
420 static void m68k_op_bset_32_r_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
421 static void m68k_op_bset_8_r_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
422 static void m68k_op_bset_8_r_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
423 static void m68k_op_bset_8_r_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
424 static void m68k_op_bset_8_r_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
425 static void m68k_op_bset_8_r_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
426 static void m68k_op_bset_8_r_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
427 static void m68k_op_bset_8_r_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
428 static void m68k_op_bset_8_r_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
429 static void m68k_op_bset_8_r_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
430 static void m68k_op_bset_32_s_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
431 static void m68k_op_bset_8_s_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
432 static void m68k_op_bset_8_s_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
433 static void m68k_op_bset_8_s_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
434 static void m68k_op_bset_8_s_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
435 static void m68k_op_bset_8_s_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
436 static void m68k_op_bset_8_s_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
437 static void m68k_op_bset_8_s_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
438 static void m68k_op_bset_8_s_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
439 static void m68k_op_bset_8_s_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
440 static void m68k_op_bsr_8(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
441 static void m68k_op_bsr_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
442 static void m68k_op_bsr_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
443 static void m68k_op_btst_32_r_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
444 static void m68k_op_btst_8_r_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
445 static void m68k_op_btst_8_r_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
446 static void m68k_op_btst_8_r_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
447 static void m68k_op_btst_8_r_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
448 static void m68k_op_btst_8_r_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
449 static void m68k_op_btst_8_r_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
450 static void m68k_op_btst_8_r_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
451 static void m68k_op_btst_8_r_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
452 static void m68k_op_btst_8_r_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
453 static void m68k_op_btst_8_r_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
454 static void m68k_op_btst_8_r_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
455 static void m68k_op_btst_8_r_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
456 static void m68k_op_btst_32_s_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
457 static void m68k_op_btst_8_s_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
458 static void m68k_op_btst_8_s_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
459 static void m68k_op_btst_8_s_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
460 static void m68k_op_btst_8_s_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
461 static void m68k_op_btst_8_s_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
462 static void m68k_op_btst_8_s_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
463 static void m68k_op_btst_8_s_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
464 static void m68k_op_btst_8_s_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
465 static void m68k_op_btst_8_s_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
466 static void m68k_op_btst_8_s_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
467 static void m68k_op_btst_8_s_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
468 static void m68k_op_callm_32_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
469 static void m68k_op_callm_32_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
470 static void m68k_op_callm_32_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
471 static void m68k_op_callm_32_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
472 static void m68k_op_callm_32_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
473 static void m68k_op_callm_32_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
474 static void m68k_op_callm_32_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
475 static void m68k_op_cas_8_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
476 static void m68k_op_cas_8_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
477 static void m68k_op_cas_8_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
478 static void m68k_op_cas_8_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
479 static void m68k_op_cas_8_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
480 static void m68k_op_cas_8_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
481 static void m68k_op_cas_8_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
482 static void m68k_op_cas_8_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
483 static void m68k_op_cas_8_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
484 static void m68k_op_cas_16_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
485 static void m68k_op_cas_16_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
486 static void m68k_op_cas_16_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
487 static void m68k_op_cas_16_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
488 static void m68k_op_cas_16_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
489 static void m68k_op_cas_16_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
490 static void m68k_op_cas_16_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
491 static void m68k_op_cas_32_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
492 static void m68k_op_cas_32_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
493 static void m68k_op_cas_32_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
494 static void m68k_op_cas_32_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
495 static void m68k_op_cas_32_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
496 static void m68k_op_cas_32_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
497 static void m68k_op_cas_32_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
498 static void m68k_op_cas2_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
499 static void m68k_op_cas2_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
500 static void m68k_op_chk_16_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
501 static void m68k_op_chk_16_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
502 static void m68k_op_chk_16_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
503 static void m68k_op_chk_16_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
504 static void m68k_op_chk_16_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
505 static void m68k_op_chk_16_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
506 static void m68k_op_chk_16_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
507 static void m68k_op_chk_16_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
508 static void m68k_op_chk_16_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
509 static void m68k_op_chk_16_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
510 static void m68k_op_chk_16_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
511 static void m68k_op_chk_32_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
512 static void m68k_op_chk_32_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
513 static void m68k_op_chk_32_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
514 static void m68k_op_chk_32_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
515 static void m68k_op_chk_32_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
516 static void m68k_op_chk_32_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
517 static void m68k_op_chk_32_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
518 static void m68k_op_chk_32_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
519 static void m68k_op_chk_32_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
520 static void m68k_op_chk_32_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
521 static void m68k_op_chk_32_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
522 static void m68k_op_chk2cmp2_8_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
523 static void m68k_op_chk2cmp2_8_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
524 static void m68k_op_chk2cmp2_8_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
525 static void m68k_op_chk2cmp2_8_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
526 static void m68k_op_chk2cmp2_8_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
527 static void m68k_op_chk2cmp2_8_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
528 static void m68k_op_chk2cmp2_8_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
529 static void m68k_op_chk2cmp2_16_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
530 static void m68k_op_chk2cmp2_16_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
531 static void m68k_op_chk2cmp2_16_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
532 static void m68k_op_chk2cmp2_16_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
533 static void m68k_op_chk2cmp2_16_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
534 static void m68k_op_chk2cmp2_16_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
535 static void m68k_op_chk2cmp2_16_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
536 static void m68k_op_chk2cmp2_32_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
537 static void m68k_op_chk2cmp2_32_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
538 static void m68k_op_chk2cmp2_32_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
539 static void m68k_op_chk2cmp2_32_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
540 static void m68k_op_chk2cmp2_32_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
541 static void m68k_op_chk2cmp2_32_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
542 static void m68k_op_chk2cmp2_32_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
543 static void m68k_op_clr_8_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
544 static void m68k_op_clr_8_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
545 static void m68k_op_clr_8_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
546 static void m68k_op_clr_8_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
547 static void m68k_op_clr_8_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
548 static void m68k_op_clr_8_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
549 static void m68k_op_clr_8_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
550 static void m68k_op_clr_8_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
551 static void m68k_op_clr_8_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
552 static void m68k_op_clr_8_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
553 static void m68k_op_clr_16_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
554 static void m68k_op_clr_16_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
555 static void m68k_op_clr_16_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
556 static void m68k_op_clr_16_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
557 static void m68k_op_clr_16_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
558 static void m68k_op_clr_16_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
559 static void m68k_op_clr_16_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
560 static void m68k_op_clr_16_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
561 static void m68k_op_clr_32_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
562 static void m68k_op_clr_32_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
563 static void m68k_op_clr_32_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
564 static void m68k_op_clr_32_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
565 static void m68k_op_clr_32_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
566 static void m68k_op_clr_32_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
567 static void m68k_op_clr_32_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
568 static void m68k_op_clr_32_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
569 static void m68k_op_cmp_8_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
570 static void m68k_op_cmp_8_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
571 static void m68k_op_cmp_8_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
572 static void m68k_op_cmp_8_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
573 static void m68k_op_cmp_8_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
574 static void m68k_op_cmp_8_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
575 static void m68k_op_cmp_8_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
576 static void m68k_op_cmp_8_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
577 static void m68k_op_cmp_8_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
578 static void m68k_op_cmp_8_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
579 static void m68k_op_cmp_8_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
580 static void m68k_op_cmp_8_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
581 static void m68k_op_cmp_8_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
582 static void m68k_op_cmp_16_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
583 static void m68k_op_cmp_16_a(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
584 static void m68k_op_cmp_16_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
585 static void m68k_op_cmp_16_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
586 static void m68k_op_cmp_16_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
587 static void m68k_op_cmp_16_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
588 static void m68k_op_cmp_16_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
589 static void m68k_op_cmp_16_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
590 static void m68k_op_cmp_16_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
591 static void m68k_op_cmp_16_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
592 static void m68k_op_cmp_16_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
593 static void m68k_op_cmp_16_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
594 static void m68k_op_cmp_32_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
595 static void m68k_op_cmp_32_a(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
596 static void m68k_op_cmp_32_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
597 static void m68k_op_cmp_32_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
598 static void m68k_op_cmp_32_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
599 static void m68k_op_cmp_32_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
600 static void m68k_op_cmp_32_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
601 static void m68k_op_cmp_32_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
602 static void m68k_op_cmp_32_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
603 static void m68k_op_cmp_32_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
604 static void m68k_op_cmp_32_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
605 static void m68k_op_cmp_32_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
606 static void m68k_op_cmpa_16_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
607 static void m68k_op_cmpa_16_a(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
608 static void m68k_op_cmpa_16_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
609 static void m68k_op_cmpa_16_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
610 static void m68k_op_cmpa_16_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
611 static void m68k_op_cmpa_16_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
612 static void m68k_op_cmpa_16_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
613 static void m68k_op_cmpa_16_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
614 static void m68k_op_cmpa_16_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
615 static void m68k_op_cmpa_16_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
616 static void m68k_op_cmpa_16_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
617 static void m68k_op_cmpa_16_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
618 static void m68k_op_cmpa_32_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
619 static void m68k_op_cmpa_32_a(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
620 static void m68k_op_cmpa_32_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
621 static void m68k_op_cmpa_32_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
622 static void m68k_op_cmpa_32_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
623 static void m68k_op_cmpa_32_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
624 static void m68k_op_cmpa_32_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
625 static void m68k_op_cmpa_32_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
626 static void m68k_op_cmpa_32_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
627 static void m68k_op_cmpa_32_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
628 static void m68k_op_cmpa_32_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
629 static void m68k_op_cmpa_32_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
630 static void m68k_op_cmpi_8_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
631 static void m68k_op_cmpi_8_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
632 static void m68k_op_cmpi_8_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
633 static void m68k_op_cmpi_8_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
634 static void m68k_op_cmpi_8_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
635 static void m68k_op_cmpi_8_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
636 static void m68k_op_cmpi_8_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
637 static void m68k_op_cmpi_8_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
638 static void m68k_op_cmpi_8_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
639 static void m68k_op_cmpi_8_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
640 static void m68k_op_cmpi_8_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
641 static void m68k_op_cmpi_8_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
642 static void m68k_op_cmpi_16_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
643 static void m68k_op_cmpi_16_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
644 static void m68k_op_cmpi_16_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
645 static void m68k_op_cmpi_16_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
646 static void m68k_op_cmpi_16_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
647 static void m68k_op_cmpi_16_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
648 static void m68k_op_cmpi_16_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
649 static void m68k_op_cmpi_16_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
650 static void m68k_op_cmpi_16_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
651 static void m68k_op_cmpi_16_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
652 static void m68k_op_cmpi_32_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
653 static void m68k_op_cmpi_32_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
654 static void m68k_op_cmpi_32_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
655 static void m68k_op_cmpi_32_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
656 static void m68k_op_cmpi_32_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
657 static void m68k_op_cmpi_32_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
658 static void m68k_op_cmpi_32_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
659 static void m68k_op_cmpi_32_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
660 static void m68k_op_cmpi_32_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
661 static void m68k_op_cmpi_32_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
662 static void m68k_op_cmpm_8_ax7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
663 static void m68k_op_cmpm_8_ay7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
664 static void m68k_op_cmpm_8_axy7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
665 static void m68k_op_cmpm_8(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
666 static void m68k_op_cmpm_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
667 static void m68k_op_cmpm_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
668 static void m68k_op_cpbcc_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
669 static void m68k_op_cpdbcc_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
670 static void m68k_op_cpgen_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
671 static void m68k_op_cpscc_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
672 static void m68k_op_cptrapcc_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
673 static void m68k_op_ftrapcc_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
674 static void m68k_op_dbt_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
675 static void m68k_op_dbf_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
676 static void m68k_op_dbhi_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
677 static void m68k_op_dbls_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
678 static void m68k_op_dbcc_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
679 static void m68k_op_dbcs_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
680 static void m68k_op_dbne_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
681 static void m68k_op_dbeq_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
682 static void m68k_op_dbvc_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
683 static void m68k_op_dbvs_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
684 static void m68k_op_dbpl_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
685 static void m68k_op_dbmi_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
686 static void m68k_op_dbge_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
687 static void m68k_op_dblt_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
688 static void m68k_op_dbgt_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
689 static void m68k_op_dble_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
690 static void m68k_op_divs_16_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
691 static void m68k_op_divs_16_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
692 static void m68k_op_divs_16_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
693 static void m68k_op_divs_16_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
694 static void m68k_op_divs_16_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
695 static void m68k_op_divs_16_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
696 static void m68k_op_divs_16_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
697 static void m68k_op_divs_16_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
698 static void m68k_op_divs_16_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
699 static void m68k_op_divs_16_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
700 static void m68k_op_divs_16_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
701 static void m68k_op_divu_16_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
702 static void m68k_op_divu_16_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
703 static void m68k_op_divu_16_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
704 static void m68k_op_divu_16_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
705 static void m68k_op_divu_16_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
706 static void m68k_op_divu_16_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
707 static void m68k_op_divu_16_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
708 static void m68k_op_divu_16_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
709 static void m68k_op_divu_16_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
710 static void m68k_op_divu_16_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
711 static void m68k_op_divu_16_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
712 static void m68k_op_divl_32_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
713 static void m68k_op_divl_32_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
714 static void m68k_op_divl_32_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
715 static void m68k_op_divl_32_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
716 static void m68k_op_divl_32_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
717 static void m68k_op_divl_32_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
718 static void m68k_op_divl_32_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
719 static void m68k_op_divl_32_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
720 static void m68k_op_divl_32_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
721 static void m68k_op_divl_32_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
722 static void m68k_op_divl_32_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
723 static void m68k_op_eor_8_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
724 static void m68k_op_eor_8_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
725 static void m68k_op_eor_8_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
726 static void m68k_op_eor_8_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
727 static void m68k_op_eor_8_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
728 static void m68k_op_eor_8_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
729 static void m68k_op_eor_8_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
730 static void m68k_op_eor_8_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
731 static void m68k_op_eor_8_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
732 static void m68k_op_eor_8_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
733 static void m68k_op_eor_16_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
734 static void m68k_op_eor_16_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
735 static void m68k_op_eor_16_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
736 static void m68k_op_eor_16_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
737 static void m68k_op_eor_16_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
738 static void m68k_op_eor_16_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
739 static void m68k_op_eor_16_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
740 static void m68k_op_eor_16_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
741 static void m68k_op_eor_32_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
742 static void m68k_op_eor_32_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
743 static void m68k_op_eor_32_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
744 static void m68k_op_eor_32_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
745 static void m68k_op_eor_32_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
746 static void m68k_op_eor_32_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
747 static void m68k_op_eor_32_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
748 static void m68k_op_eor_32_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
749 static void m68k_op_eori_8_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
750 static void m68k_op_eori_8_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
751 static void m68k_op_eori_8_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
752 static void m68k_op_eori_8_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
753 static void m68k_op_eori_8_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
754 static void m68k_op_eori_8_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
755 static void m68k_op_eori_8_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
756 static void m68k_op_eori_8_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
757 static void m68k_op_eori_8_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
758 static void m68k_op_eori_8_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
759 static void m68k_op_eori_16_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
760 static void m68k_op_eori_16_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
761 static void m68k_op_eori_16_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
762 static void m68k_op_eori_16_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
763 static void m68k_op_eori_16_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
764 static void m68k_op_eori_16_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
765 static void m68k_op_eori_16_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
766 static void m68k_op_eori_16_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
767 static void m68k_op_eori_32_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
768 static void m68k_op_eori_32_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
769 static void m68k_op_eori_32_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
770 static void m68k_op_eori_32_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
771 static void m68k_op_eori_32_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
772 static void m68k_op_eori_32_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
773 static void m68k_op_eori_32_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
774 static void m68k_op_eori_32_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
775 static void m68k_op_eori_16_toc(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
776 static void m68k_op_eori_16_tos(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
777 static void m68k_op_exg_32_dd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
778 static void m68k_op_exg_32_aa(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
779 static void m68k_op_exg_32_da(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
780 static void m68k_op_ext_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
781 static void m68k_op_ext_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
782 static void m68k_op_extb_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
783 static void m68k_op_illegal(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
784 static void m68k_op_jmp_32_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
785 static void m68k_op_jmp_32_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
786 static void m68k_op_jmp_32_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
787 static void m68k_op_jmp_32_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
788 static void m68k_op_jmp_32_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
789 static void m68k_op_jmp_32_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
790 static void m68k_op_jmp_32_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
791 static void m68k_op_jsr_32_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
792 static void m68k_op_jsr_32_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
793 static void m68k_op_jsr_32_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
794 static void m68k_op_jsr_32_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
795 static void m68k_op_jsr_32_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
796 static void m68k_op_jsr_32_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
797 static void m68k_op_jsr_32_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
798 static void m68k_op_lea_32_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
799 static void m68k_op_lea_32_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
800 static void m68k_op_lea_32_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
801 static void m68k_op_lea_32_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
802 static void m68k_op_lea_32_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
803 static void m68k_op_lea_32_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
804 static void m68k_op_lea_32_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
805 static void m68k_op_link_16_a7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
806 static void m68k_op_link_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
807 static void m68k_op_link_32_a7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
808 static void m68k_op_link_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
809 static void m68k_op_lsr_8_s(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
810 static void m68k_op_lsr_16_s(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
811 static void m68k_op_lsr_32_s(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
812 static void m68k_op_lsr_8_r(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
813 static void m68k_op_lsr_16_r(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
814 static void m68k_op_lsr_32_r(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
815 static void m68k_op_lsr_16_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
816 static void m68k_op_lsr_16_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
817 static void m68k_op_lsr_16_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
818 static void m68k_op_lsr_16_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
819 static void m68k_op_lsr_16_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
820 static void m68k_op_lsr_16_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
821 static void m68k_op_lsr_16_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
822 static void m68k_op_lsl_8_s(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
823 static void m68k_op_lsl_16_s(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
824 static void m68k_op_lsl_32_s(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
825 static void m68k_op_lsl_8_r(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
826 static void m68k_op_lsl_16_r(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
827 static void m68k_op_lsl_32_r(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
828 static void m68k_op_lsl_16_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
829 static void m68k_op_lsl_16_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
830 static void m68k_op_lsl_16_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
831 static void m68k_op_lsl_16_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
832 static void m68k_op_lsl_16_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
833 static void m68k_op_lsl_16_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
834 static void m68k_op_lsl_16_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
835 static void m68k_op_move_8_d_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
836 static void m68k_op_move_8_d_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
837 static void m68k_op_move_8_d_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
838 static void m68k_op_move_8_d_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
839 static void m68k_op_move_8_d_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
840 static void m68k_op_move_8_d_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
841 static void m68k_op_move_8_d_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
842 static void m68k_op_move_8_d_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
843 static void m68k_op_move_8_d_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
844 static void m68k_op_move_8_d_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
845 static void m68k_op_move_8_d_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
846 static void m68k_op_move_8_d_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
847 static void m68k_op_move_8_d_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
848 static void m68k_op_move_8_ai_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
849 static void m68k_op_move_8_ai_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
850 static void m68k_op_move_8_ai_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
851 static void m68k_op_move_8_ai_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
852 static void m68k_op_move_8_ai_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
853 static void m68k_op_move_8_ai_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
854 static void m68k_op_move_8_ai_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
855 static void m68k_op_move_8_ai_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
856 static void m68k_op_move_8_ai_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
857 static void m68k_op_move_8_ai_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
858 static void m68k_op_move_8_ai_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
859 static void m68k_op_move_8_ai_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
860 static void m68k_op_move_8_ai_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
861 static void m68k_op_move_8_pi7_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
862 static void m68k_op_move_8_pi_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
863 static void m68k_op_move_8_pi7_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
864 static void m68k_op_move_8_pi7_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
865 static void m68k_op_move_8_pi7_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
866 static void m68k_op_move_8_pi7_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
867 static void m68k_op_move_8_pi7_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
868 static void m68k_op_move_8_pi7_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
869 static void m68k_op_move_8_pi7_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
870 static void m68k_op_move_8_pi7_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
871 static void m68k_op_move_8_pi7_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
872 static void m68k_op_move_8_pi7_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
873 static void m68k_op_move_8_pi7_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
874 static void m68k_op_move_8_pi7_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
875 static void m68k_op_move_8_pi_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
876 static void m68k_op_move_8_pi_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
877 static void m68k_op_move_8_pi_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
878 static void m68k_op_move_8_pi_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
879 static void m68k_op_move_8_pi_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
880 static void m68k_op_move_8_pi_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
881 static void m68k_op_move_8_pi_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
882 static void m68k_op_move_8_pi_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
883 static void m68k_op_move_8_pi_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
884 static void m68k_op_move_8_pi_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
885 static void m68k_op_move_8_pi_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
886 static void m68k_op_move_8_pi_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
887 static void m68k_op_move_8_pd7_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
888 static void m68k_op_move_8_pd_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
889 static void m68k_op_move_8_pd7_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
890 static void m68k_op_move_8_pd7_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
891 static void m68k_op_move_8_pd7_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
892 static void m68k_op_move_8_pd7_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
893 static void m68k_op_move_8_pd7_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
894 static void m68k_op_move_8_pd7_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
895 static void m68k_op_move_8_pd7_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
896 static void m68k_op_move_8_pd7_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
897 static void m68k_op_move_8_pd7_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
898 static void m68k_op_move_8_pd7_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
899 static void m68k_op_move_8_pd7_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
900 static void m68k_op_move_8_pd7_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
901 static void m68k_op_move_8_pd_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
902 static void m68k_op_move_8_pd_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
903 static void m68k_op_move_8_pd_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
904 static void m68k_op_move_8_pd_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
905 static void m68k_op_move_8_pd_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
906 static void m68k_op_move_8_pd_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
907 static void m68k_op_move_8_pd_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
908 static void m68k_op_move_8_pd_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
909 static void m68k_op_move_8_pd_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
910 static void m68k_op_move_8_pd_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
911 static void m68k_op_move_8_pd_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
912 static void m68k_op_move_8_pd_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
913 static void m68k_op_move_8_di_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
914 static void m68k_op_move_8_di_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
915 static void m68k_op_move_8_di_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
916 static void m68k_op_move_8_di_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
917 static void m68k_op_move_8_di_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
918 static void m68k_op_move_8_di_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
919 static void m68k_op_move_8_di_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
920 static void m68k_op_move_8_di_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
921 static void m68k_op_move_8_di_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
922 static void m68k_op_move_8_di_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
923 static void m68k_op_move_8_di_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
924 static void m68k_op_move_8_di_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
925 static void m68k_op_move_8_di_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
926 static void m68k_op_move_8_ix_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
927 static void m68k_op_move_8_ix_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
928 static void m68k_op_move_8_ix_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
929 static void m68k_op_move_8_ix_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
930 static void m68k_op_move_8_ix_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
931 static void m68k_op_move_8_ix_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
932 static void m68k_op_move_8_ix_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
933 static void m68k_op_move_8_ix_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
934 static void m68k_op_move_8_ix_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
935 static void m68k_op_move_8_ix_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
936 static void m68k_op_move_8_ix_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
937 static void m68k_op_move_8_ix_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
938 static void m68k_op_move_8_ix_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
939 static void m68k_op_move_8_aw_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
940 static void m68k_op_move_8_aw_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
941 static void m68k_op_move_8_aw_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
942 static void m68k_op_move_8_aw_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
943 static void m68k_op_move_8_aw_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
944 static void m68k_op_move_8_aw_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
945 static void m68k_op_move_8_aw_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
946 static void m68k_op_move_8_aw_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
947 static void m68k_op_move_8_aw_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
948 static void m68k_op_move_8_aw_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
949 static void m68k_op_move_8_aw_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
950 static void m68k_op_move_8_aw_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
951 static void m68k_op_move_8_aw_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
952 static void m68k_op_move_8_al_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
953 static void m68k_op_move_8_al_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
954 static void m68k_op_move_8_al_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
955 static void m68k_op_move_8_al_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
956 static void m68k_op_move_8_al_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
957 static void m68k_op_move_8_al_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
958 static void m68k_op_move_8_al_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
959 static void m68k_op_move_8_al_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
960 static void m68k_op_move_8_al_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
961 static void m68k_op_move_8_al_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
962 static void m68k_op_move_8_al_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
963 static void m68k_op_move_8_al_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
964 static void m68k_op_move_8_al_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
965 static void m68k_op_move_16_d_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
966 static void m68k_op_move_16_d_a(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
967 static void m68k_op_move_16_d_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
968 static void m68k_op_move_16_d_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
969 static void m68k_op_move_16_d_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
970 static void m68k_op_move_16_d_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
971 static void m68k_op_move_16_d_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
972 static void m68k_op_move_16_d_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
973 static void m68k_op_move_16_d_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
974 static void m68k_op_move_16_d_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
975 static void m68k_op_move_16_d_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
976 static void m68k_op_move_16_d_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
977 static void m68k_op_move_16_ai_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
978 static void m68k_op_move_16_ai_a(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
979 static void m68k_op_move_16_ai_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
980 static void m68k_op_move_16_ai_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
981 static void m68k_op_move_16_ai_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
982 static void m68k_op_move_16_ai_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
983 static void m68k_op_move_16_ai_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
984 static void m68k_op_move_16_ai_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
985 static void m68k_op_move_16_ai_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
986 static void m68k_op_move_16_ai_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
987 static void m68k_op_move_16_ai_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
988 static void m68k_op_move_16_ai_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
989 static void m68k_op_move_16_pi_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
990 static void m68k_op_move_16_pi_a(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
991 static void m68k_op_move_16_pi_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
992 static void m68k_op_move_16_pi_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
993 static void m68k_op_move_16_pi_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
994 static void m68k_op_move_16_pi_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
995 static void m68k_op_move_16_pi_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
996 static void m68k_op_move_16_pi_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
997 static void m68k_op_move_16_pi_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
998 static void m68k_op_move_16_pi_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
999 static void m68k_op_move_16_pi_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1000 static void m68k_op_move_16_pi_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1001 static void m68k_op_move_16_pd_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1002 static void m68k_op_move_16_pd_a(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1003 static void m68k_op_move_16_pd_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1004 static void m68k_op_move_16_pd_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1005 static void m68k_op_move_16_pd_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1006 static void m68k_op_move_16_pd_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1007 static void m68k_op_move_16_pd_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1008 static void m68k_op_move_16_pd_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1009 static void m68k_op_move_16_pd_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1010 static void m68k_op_move_16_pd_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1011 static void m68k_op_move_16_pd_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1012 static void m68k_op_move_16_pd_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1013 static void m68k_op_move_16_di_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1014 static void m68k_op_move_16_di_a(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1015 static void m68k_op_move_16_di_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1016 static void m68k_op_move_16_di_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1017 static void m68k_op_move_16_di_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1018 static void m68k_op_move_16_di_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1019 static void m68k_op_move_16_di_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1020 static void m68k_op_move_16_di_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1021 static void m68k_op_move_16_di_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1022 static void m68k_op_move_16_di_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1023 static void m68k_op_move_16_di_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1024 static void m68k_op_move_16_di_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1025 static void m68k_op_move_16_ix_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1026 static void m68k_op_move_16_ix_a(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1027 static void m68k_op_move_16_ix_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1028 static void m68k_op_move_16_ix_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1029 static void m68k_op_move_16_ix_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1030 static void m68k_op_move_16_ix_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1031 static void m68k_op_move_16_ix_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1032 static void m68k_op_move_16_ix_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1033 static void m68k_op_move_16_ix_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1034 static void m68k_op_move_16_ix_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1035 static void m68k_op_move_16_ix_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1036 static void m68k_op_move_16_ix_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1037 static void m68k_op_move_16_aw_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1038 static void m68k_op_move_16_aw_a(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1039 static void m68k_op_move_16_aw_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1040 static void m68k_op_move_16_aw_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1041 static void m68k_op_move_16_aw_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1042 static void m68k_op_move_16_aw_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1043 static void m68k_op_move_16_aw_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1044 static void m68k_op_move_16_aw_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1045 static void m68k_op_move_16_aw_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1046 static void m68k_op_move_16_aw_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1047 static void m68k_op_move_16_aw_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1048 static void m68k_op_move_16_aw_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1049 static void m68k_op_move_16_al_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1050 static void m68k_op_move_16_al_a(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1051 static void m68k_op_move_16_al_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1052 static void m68k_op_move_16_al_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1053 static void m68k_op_move_16_al_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1054 static void m68k_op_move_16_al_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1055 static void m68k_op_move_16_al_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1056 static void m68k_op_move_16_al_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1057 static void m68k_op_move_16_al_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1058 static void m68k_op_move_16_al_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1059 static void m68k_op_move_16_al_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1060 static void m68k_op_move_16_al_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1061 static void m68k_op_move_32_d_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1062 static void m68k_op_move_32_d_a(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1063 static void m68k_op_move_32_d_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1064 static void m68k_op_move_32_d_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1065 static void m68k_op_move_32_d_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1066 static void m68k_op_move_32_d_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1067 static void m68k_op_move_32_d_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1068 static void m68k_op_move_32_d_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1069 static void m68k_op_move_32_d_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1070 static void m68k_op_move_32_d_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1071 static void m68k_op_move_32_d_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1072 static void m68k_op_move_32_d_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1073 static void m68k_op_move_32_ai_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1074 static void m68k_op_move_32_ai_a(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1075 static void m68k_op_move_32_ai_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1076 static void m68k_op_move_32_ai_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1077 static void m68k_op_move_32_ai_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1078 static void m68k_op_move_32_ai_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1079 static void m68k_op_move_32_ai_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1080 static void m68k_op_move_32_ai_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1081 static void m68k_op_move_32_ai_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1082 static void m68k_op_move_32_ai_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1083 static void m68k_op_move_32_ai_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1084 static void m68k_op_move_32_ai_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1085 static void m68k_op_move_32_pi_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1086 static void m68k_op_move_32_pi_a(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1087 static void m68k_op_move_32_pi_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1088 static void m68k_op_move_32_pi_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1089 static void m68k_op_move_32_pi_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1090 static void m68k_op_move_32_pi_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1091 static void m68k_op_move_32_pi_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1092 static void m68k_op_move_32_pi_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1093 static void m68k_op_move_32_pi_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1094 static void m68k_op_move_32_pi_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1095 static void m68k_op_move_32_pi_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1096 static void m68k_op_move_32_pi_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1097 static void m68k_op_move_32_pd_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1098 static void m68k_op_move_32_pd_a(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1099 static void m68k_op_move_32_pd_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1100 static void m68k_op_move_32_pd_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1101 static void m68k_op_move_32_pd_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1102 static void m68k_op_move_32_pd_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1103 static void m68k_op_move_32_pd_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1104 static void m68k_op_move_32_pd_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1105 static void m68k_op_move_32_pd_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1106 static void m68k_op_move_32_pd_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1107 static void m68k_op_move_32_pd_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1108 static void m68k_op_move_32_pd_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1109 static void m68k_op_move_32_di_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1110 static void m68k_op_move_32_di_a(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1111 static void m68k_op_move_32_di_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1112 static void m68k_op_move_32_di_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1113 static void m68k_op_move_32_di_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1114 static void m68k_op_move_32_di_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1115 static void m68k_op_move_32_di_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1116 static void m68k_op_move_32_di_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1117 static void m68k_op_move_32_di_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1118 static void m68k_op_move_32_di_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1119 static void m68k_op_move_32_di_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1120 static void m68k_op_move_32_di_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1121 static void m68k_op_move_32_ix_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1122 static void m68k_op_move_32_ix_a(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1123 static void m68k_op_move_32_ix_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1124 static void m68k_op_move_32_ix_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1125 static void m68k_op_move_32_ix_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1126 static void m68k_op_move_32_ix_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1127 static void m68k_op_move_32_ix_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1128 static void m68k_op_move_32_ix_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1129 static void m68k_op_move_32_ix_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1130 static void m68k_op_move_32_ix_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1131 static void m68k_op_move_32_ix_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1132 static void m68k_op_move_32_ix_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1133 static void m68k_op_move_32_aw_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1134 static void m68k_op_move_32_aw_a(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1135 static void m68k_op_move_32_aw_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1136 static void m68k_op_move_32_aw_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1137 static void m68k_op_move_32_aw_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1138 static void m68k_op_move_32_aw_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1139 static void m68k_op_move_32_aw_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1140 static void m68k_op_move_32_aw_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1141 static void m68k_op_move_32_aw_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1142 static void m68k_op_move_32_aw_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1143 static void m68k_op_move_32_aw_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1144 static void m68k_op_move_32_aw_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1145 static void m68k_op_move_32_al_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1146 static void m68k_op_move_32_al_a(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1147 static void m68k_op_move_32_al_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1148 static void m68k_op_move_32_al_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1149 static void m68k_op_move_32_al_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1150 static void m68k_op_move_32_al_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1151 static void m68k_op_move_32_al_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1152 static void m68k_op_move_32_al_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1153 static void m68k_op_move_32_al_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1154 static void m68k_op_move_32_al_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1155 static void m68k_op_move_32_al_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1156 static void m68k_op_move_32_al_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1157 static void m68k_op_movea_16_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1158 static void m68k_op_movea_16_a(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1159 static void m68k_op_movea_16_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1160 static void m68k_op_movea_16_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1161 static void m68k_op_movea_16_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1162 static void m68k_op_movea_16_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1163 static void m68k_op_movea_16_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1164 static void m68k_op_movea_16_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1165 static void m68k_op_movea_16_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1166 static void m68k_op_movea_16_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1167 static void m68k_op_movea_16_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1168 static void m68k_op_movea_16_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1169 static void m68k_op_movea_32_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1170 static void m68k_op_movea_32_a(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1171 static void m68k_op_movea_32_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1172 static void m68k_op_movea_32_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1173 static void m68k_op_movea_32_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1174 static void m68k_op_movea_32_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1175 static void m68k_op_movea_32_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1176 static void m68k_op_movea_32_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1177 static void m68k_op_movea_32_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1178 static void m68k_op_movea_32_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1179 static void m68k_op_movea_32_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1180 static void m68k_op_movea_32_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1181 static void m68k_op_move_16_frc_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1182 static void m68k_op_move_16_frc_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1183 static void m68k_op_move_16_frc_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1184 static void m68k_op_move_16_frc_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1185 static void m68k_op_move_16_frc_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1186 static void m68k_op_move_16_frc_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1187 static void m68k_op_move_16_frc_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1188 static void m68k_op_move_16_frc_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1189 static void m68k_op_move_16_toc_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1190 static void m68k_op_move_16_toc_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1191 static void m68k_op_move_16_toc_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1192 static void m68k_op_move_16_toc_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1193 static void m68k_op_move_16_toc_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1194 static void m68k_op_move_16_toc_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1195 static void m68k_op_move_16_toc_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1196 static void m68k_op_move_16_toc_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1197 static void m68k_op_move_16_toc_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1198 static void m68k_op_move_16_toc_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1199 static void m68k_op_move_16_toc_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1200 static void m68k_op_move_16_frs_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1201 static void m68k_op_move_16_frs_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1202 static void m68k_op_move_16_frs_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1203 static void m68k_op_move_16_frs_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1204 static void m68k_op_move_16_frs_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1205 static void m68k_op_move_16_frs_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1206 static void m68k_op_move_16_frs_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1207 static void m68k_op_move_16_frs_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1208 static void m68k_op_move_16_tos_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1209 static void m68k_op_move_16_tos_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1210 static void m68k_op_move_16_tos_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1211 static void m68k_op_move_16_tos_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1212 static void m68k_op_move_16_tos_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1213 static void m68k_op_move_16_tos_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1214 static void m68k_op_move_16_tos_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1215 static void m68k_op_move_16_tos_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1216 static void m68k_op_move_16_tos_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1217 static void m68k_op_move_16_tos_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1218 static void m68k_op_move_16_tos_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1219 static void m68k_op_move_32_fru(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1220 static void m68k_op_move_32_tou(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1221 static void m68k_op_movec_32_cr(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1222 static void m68k_op_movec_32_rc(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1223 static void m68k_op_movem_16_re_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1224 static void m68k_op_movem_16_re_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1225 static void m68k_op_movem_16_re_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1226 static void m68k_op_movem_16_re_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1227 static void m68k_op_movem_16_re_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1228 static void m68k_op_movem_16_re_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1229 static void m68k_op_movem_32_re_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1230 static void m68k_op_movem_32_re_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1231 static void m68k_op_movem_32_re_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1232 static void m68k_op_movem_32_re_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1233 static void m68k_op_movem_32_re_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1234 static void m68k_op_movem_32_re_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1235 static void m68k_op_movem_16_er_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1236 static void m68k_op_movem_16_er_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1237 static void m68k_op_movem_16_er_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1238 static void m68k_op_movem_16_er_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1239 static void m68k_op_movem_16_er_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1240 static void m68k_op_movem_16_er_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1241 static void m68k_op_movem_16_er_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1242 static void m68k_op_movem_16_er_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1243 static void m68k_op_movem_32_er_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1244 static void m68k_op_movem_32_er_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1245 static void m68k_op_movem_32_er_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1246 static void m68k_op_movem_32_er_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1247 static void m68k_op_movem_32_er_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1248 static void m68k_op_movem_32_er_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1249 static void m68k_op_movem_32_er_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1250 static void m68k_op_movem_32_er_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1251 static void m68k_op_movep_16_re(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1252 static void m68k_op_movep_32_re(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1253 static void m68k_op_movep_16_er(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1254 static void m68k_op_movep_32_er(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1255 static void m68k_op_moves_8_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1256 static void m68k_op_moves_8_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1257 static void m68k_op_moves_8_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1258 static void m68k_op_moves_8_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1259 static void m68k_op_moves_8_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1260 static void m68k_op_moves_8_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1261 static void m68k_op_moves_8_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1262 static void m68k_op_moves_8_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1263 static void m68k_op_moves_8_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1264 static void m68k_op_moves_16_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1265 static void m68k_op_moves_16_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1266 static void m68k_op_moves_16_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1267 static void m68k_op_moves_16_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1268 static void m68k_op_moves_16_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1269 static void m68k_op_moves_16_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1270 static void m68k_op_moves_16_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1271 static void m68k_op_moves_32_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1272 static void m68k_op_moves_32_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1273 static void m68k_op_moves_32_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1274 static void m68k_op_moves_32_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1275 static void m68k_op_moves_32_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1276 static void m68k_op_moves_32_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1277 static void m68k_op_moves_32_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1278 static void m68k_op_moveq_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1279 static void m68k_op_move16_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1280 static void m68k_op_muls_16_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1281 static void m68k_op_muls_16_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1282 static void m68k_op_muls_16_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1283 static void m68k_op_muls_16_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1284 static void m68k_op_muls_16_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1285 static void m68k_op_muls_16_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1286 static void m68k_op_muls_16_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1287 static void m68k_op_muls_16_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1288 static void m68k_op_muls_16_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1289 static void m68k_op_muls_16_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1290 static void m68k_op_muls_16_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1291 static void m68k_op_mulu_16_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1292 static void m68k_op_mulu_16_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1293 static void m68k_op_mulu_16_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1294 static void m68k_op_mulu_16_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1295 static void m68k_op_mulu_16_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1296 static void m68k_op_mulu_16_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1297 static void m68k_op_mulu_16_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1298 static void m68k_op_mulu_16_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1299 static void m68k_op_mulu_16_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1300 static void m68k_op_mulu_16_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1301 static void m68k_op_mulu_16_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1302 static void m68k_op_mull_32_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1303 static void m68k_op_mull_32_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1304 static void m68k_op_mull_32_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1305 static void m68k_op_mull_32_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1306 static void m68k_op_mull_32_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1307 static void m68k_op_mull_32_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1308 static void m68k_op_mull_32_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1309 static void m68k_op_mull_32_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1310 static void m68k_op_mull_32_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1311 static void m68k_op_mull_32_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1312 static void m68k_op_mull_32_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1313 static void m68k_op_nbcd_8_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1314 static void m68k_op_nbcd_8_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1315 static void m68k_op_nbcd_8_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1316 static void m68k_op_nbcd_8_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1317 static void m68k_op_nbcd_8_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1318 static void m68k_op_nbcd_8_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1319 static void m68k_op_nbcd_8_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1320 static void m68k_op_nbcd_8_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1321 static void m68k_op_nbcd_8_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1322 static void m68k_op_nbcd_8_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1323 static void m68k_op_neg_8_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1324 static void m68k_op_neg_8_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1325 static void m68k_op_neg_8_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1326 static void m68k_op_neg_8_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1327 static void m68k_op_neg_8_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1328 static void m68k_op_neg_8_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1329 static void m68k_op_neg_8_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1330 static void m68k_op_neg_8_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1331 static void m68k_op_neg_8_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1332 static void m68k_op_neg_8_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1333 static void m68k_op_neg_16_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1334 static void m68k_op_neg_16_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1335 static void m68k_op_neg_16_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1336 static void m68k_op_neg_16_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1337 static void m68k_op_neg_16_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1338 static void m68k_op_neg_16_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1339 static void m68k_op_neg_16_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1340 static void m68k_op_neg_16_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1341 static void m68k_op_neg_32_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1342 static void m68k_op_neg_32_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1343 static void m68k_op_neg_32_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1344 static void m68k_op_neg_32_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1345 static void m68k_op_neg_32_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1346 static void m68k_op_neg_32_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1347 static void m68k_op_neg_32_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1348 static void m68k_op_neg_32_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1349 static void m68k_op_negx_8_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1350 static void m68k_op_negx_8_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1351 static void m68k_op_negx_8_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1352 static void m68k_op_negx_8_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1353 static void m68k_op_negx_8_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1354 static void m68k_op_negx_8_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1355 static void m68k_op_negx_8_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1356 static void m68k_op_negx_8_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1357 static void m68k_op_negx_8_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1358 static void m68k_op_negx_8_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1359 static void m68k_op_negx_16_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1360 static void m68k_op_negx_16_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1361 static void m68k_op_negx_16_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1362 static void m68k_op_negx_16_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1363 static void m68k_op_negx_16_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1364 static void m68k_op_negx_16_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1365 static void m68k_op_negx_16_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1366 static void m68k_op_negx_16_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1367 static void m68k_op_negx_32_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1368 static void m68k_op_negx_32_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1369 static void m68k_op_negx_32_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1370 static void m68k_op_negx_32_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1371 static void m68k_op_negx_32_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1372 static void m68k_op_negx_32_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1373 static void m68k_op_negx_32_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1374 static void m68k_op_negx_32_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1375 static void m68k_op_nop(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1376 static void m68k_op_not_8_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1377 static void m68k_op_not_8_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1378 static void m68k_op_not_8_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1379 static void m68k_op_not_8_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1380 static void m68k_op_not_8_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1381 static void m68k_op_not_8_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1382 static void m68k_op_not_8_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1383 static void m68k_op_not_8_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1384 static void m68k_op_not_8_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1385 static void m68k_op_not_8_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1386 static void m68k_op_not_16_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1387 static void m68k_op_not_16_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1388 static void m68k_op_not_16_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1389 static void m68k_op_not_16_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1390 static void m68k_op_not_16_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1391 static void m68k_op_not_16_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1392 static void m68k_op_not_16_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1393 static void m68k_op_not_16_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1394 static void m68k_op_not_32_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1395 static void m68k_op_not_32_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1396 static void m68k_op_not_32_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1397 static void m68k_op_not_32_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1398 static void m68k_op_not_32_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1399 static void m68k_op_not_32_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1400 static void m68k_op_not_32_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1401 static void m68k_op_not_32_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1402 static void m68k_op_or_8_er_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1403 static void m68k_op_or_8_er_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1404 static void m68k_op_or_8_er_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1405 static void m68k_op_or_8_er_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1406 static void m68k_op_or_8_er_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1407 static void m68k_op_or_8_er_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1408 static void m68k_op_or_8_er_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1409 static void m68k_op_or_8_er_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1410 static void m68k_op_or_8_er_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1411 static void m68k_op_or_8_er_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1412 static void m68k_op_or_8_er_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1413 static void m68k_op_or_8_er_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1414 static void m68k_op_or_8_er_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1415 static void m68k_op_or_16_er_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1416 static void m68k_op_or_16_er_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1417 static void m68k_op_or_16_er_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1418 static void m68k_op_or_16_er_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1419 static void m68k_op_or_16_er_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1420 static void m68k_op_or_16_er_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1421 static void m68k_op_or_16_er_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1422 static void m68k_op_or_16_er_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1423 static void m68k_op_or_16_er_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1424 static void m68k_op_or_16_er_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1425 static void m68k_op_or_16_er_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1426 static void m68k_op_or_32_er_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1427 static void m68k_op_or_32_er_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1428 static void m68k_op_or_32_er_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1429 static void m68k_op_or_32_er_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1430 static void m68k_op_or_32_er_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1431 static void m68k_op_or_32_er_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1432 static void m68k_op_or_32_er_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1433 static void m68k_op_or_32_er_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1434 static void m68k_op_or_32_er_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1435 static void m68k_op_or_32_er_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1436 static void m68k_op_or_32_er_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1437 static void m68k_op_or_8_re_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1438 static void m68k_op_or_8_re_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1439 static void m68k_op_or_8_re_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1440 static void m68k_op_or_8_re_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1441 static void m68k_op_or_8_re_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1442 static void m68k_op_or_8_re_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1443 static void m68k_op_or_8_re_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1444 static void m68k_op_or_8_re_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1445 static void m68k_op_or_8_re_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1446 static void m68k_op_or_16_re_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1447 static void m68k_op_or_16_re_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1448 static void m68k_op_or_16_re_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1449 static void m68k_op_or_16_re_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1450 static void m68k_op_or_16_re_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1451 static void m68k_op_or_16_re_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1452 static void m68k_op_or_16_re_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1453 static void m68k_op_or_32_re_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1454 static void m68k_op_or_32_re_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1455 static void m68k_op_or_32_re_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1456 static void m68k_op_or_32_re_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1457 static void m68k_op_or_32_re_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1458 static void m68k_op_or_32_re_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1459 static void m68k_op_or_32_re_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1460 static void m68k_op_ori_8_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1461 static void m68k_op_ori_8_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1462 static void m68k_op_ori_8_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1463 static void m68k_op_ori_8_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1464 static void m68k_op_ori_8_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1465 static void m68k_op_ori_8_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1466 static void m68k_op_ori_8_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1467 static void m68k_op_ori_8_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1468 static void m68k_op_ori_8_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1469 static void m68k_op_ori_8_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1470 static void m68k_op_ori_16_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1471 static void m68k_op_ori_16_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1472 static void m68k_op_ori_16_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1473 static void m68k_op_ori_16_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1474 static void m68k_op_ori_16_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1475 static void m68k_op_ori_16_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1476 static void m68k_op_ori_16_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1477 static void m68k_op_ori_16_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1478 static void m68k_op_ori_32_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1479 static void m68k_op_ori_32_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1480 static void m68k_op_ori_32_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1481 static void m68k_op_ori_32_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1482 static void m68k_op_ori_32_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1483 static void m68k_op_ori_32_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1484 static void m68k_op_ori_32_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1485 static void m68k_op_ori_32_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1486 static void m68k_op_ori_16_toc(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1487 static void m68k_op_ori_16_tos(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1488 static void m68k_op_pack_16_rr(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1489 static void m68k_op_pack_16_mm_ax7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1490 static void m68k_op_pack_16_mm_ay7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1491 static void m68k_op_pack_16_mm_axy7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1492 static void m68k_op_pack_16_mm(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1493 static void m68k_op_pea_32_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1494 static void m68k_op_pea_32_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1495 static void m68k_op_pea_32_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1496 static void m68k_op_pea_32_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1497 static void m68k_op_pea_32_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1498 static void m68k_op_pea_32_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1499 static void m68k_op_pea_32_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1500 static void m68k_op_pflusha_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1501 static void m68k_op_pflushan_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1502 static void m68k_op_pmmu_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1503 static void m68k_op_ptest_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1504 static void m68k_op_reset(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1505 static void m68k_op_ror_8_s(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1506 static void m68k_op_ror_16_s(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1507 static void m68k_op_ror_32_s(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1508 static void m68k_op_ror_8_r(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1509 static void m68k_op_ror_16_r(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1510 static void m68k_op_ror_32_r(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1511 static void m68k_op_ror_16_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1512 static void m68k_op_ror_16_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1513 static void m68k_op_ror_16_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1514 static void m68k_op_ror_16_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1515 static void m68k_op_ror_16_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1516 static void m68k_op_ror_16_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1517 static void m68k_op_ror_16_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1518 static void m68k_op_rol_8_s(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1519 static void m68k_op_rol_16_s(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1520 static void m68k_op_rol_32_s(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1521 static void m68k_op_rol_8_r(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1522 static void m68k_op_rol_16_r(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1523 static void m68k_op_rol_32_r(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1524 static void m68k_op_rol_16_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1525 static void m68k_op_rol_16_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1526 static void m68k_op_rol_16_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1527 static void m68k_op_rol_16_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1528 static void m68k_op_rol_16_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1529 static void m68k_op_rol_16_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1530 static void m68k_op_rol_16_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1531 static void m68k_op_roxr_8_s(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1532 static void m68k_op_roxr_16_s(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1533 static void m68k_op_roxr_32_s(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1534 static void m68k_op_roxr_8_r(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1535 static void m68k_op_roxr_16_r(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1536 static void m68k_op_roxr_32_r(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1537 static void m68k_op_roxr_16_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1538 static void m68k_op_roxr_16_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1539 static void m68k_op_roxr_16_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1540 static void m68k_op_roxr_16_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1541 static void m68k_op_roxr_16_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1542 static void m68k_op_roxr_16_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1543 static void m68k_op_roxr_16_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1544 static void m68k_op_roxl_8_s(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1545 static void m68k_op_roxl_16_s(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1546 static void m68k_op_roxl_32_s(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1547 static void m68k_op_roxl_8_r(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1548 static void m68k_op_roxl_16_r(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1549 static void m68k_op_roxl_32_r(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1550 static void m68k_op_roxl_16_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1551 static void m68k_op_roxl_16_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1552 static void m68k_op_roxl_16_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1553 static void m68k_op_roxl_16_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1554 static void m68k_op_roxl_16_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1555 static void m68k_op_roxl_16_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1556 static void m68k_op_roxl_16_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1557 static void m68k_op_rtd_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1558 static void m68k_op_rte_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1559 static void m68k_op_rtm_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1560 static void m68k_op_rtr_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1561 static void m68k_op_rts_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1562 static void m68k_op_sbcd_8_rr(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1563 static void m68k_op_sbcd_8_mm_ax7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1564 static void m68k_op_sbcd_8_mm_ay7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1565 static void m68k_op_sbcd_8_mm_axy7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1566 static void m68k_op_sbcd_8_mm(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1567 static void m68k_op_st_8_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1568 static void m68k_op_st_8_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1569 static void m68k_op_st_8_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1570 static void m68k_op_st_8_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1571 static void m68k_op_st_8_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1572 static void m68k_op_st_8_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1573 static void m68k_op_st_8_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1574 static void m68k_op_st_8_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1575 static void m68k_op_st_8_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1576 static void m68k_op_st_8_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1577 static void m68k_op_sf_8_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1578 static void m68k_op_sf_8_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1579 static void m68k_op_sf_8_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1580 static void m68k_op_sf_8_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1581 static void m68k_op_sf_8_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1582 static void m68k_op_sf_8_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1583 static void m68k_op_sf_8_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1584 static void m68k_op_sf_8_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1585 static void m68k_op_sf_8_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1586 static void m68k_op_sf_8_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1587 static void m68k_op_shi_8_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1588 static void m68k_op_sls_8_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1589 static void m68k_op_scc_8_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1590 static void m68k_op_scs_8_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1591 static void m68k_op_sne_8_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1592 static void m68k_op_seq_8_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1593 static void m68k_op_svc_8_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1594 static void m68k_op_svs_8_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1595 static void m68k_op_spl_8_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1596 static void m68k_op_smi_8_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1597 static void m68k_op_sge_8_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1598 static void m68k_op_slt_8_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1599 static void m68k_op_sgt_8_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1600 static void m68k_op_sle_8_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1601 static void m68k_op_shi_8_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1602 static void m68k_op_shi_8_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1603 static void m68k_op_shi_8_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1604 static void m68k_op_shi_8_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1605 static void m68k_op_shi_8_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1606 static void m68k_op_shi_8_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1607 static void m68k_op_shi_8_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1608 static void m68k_op_shi_8_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1609 static void m68k_op_shi_8_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1610 static void m68k_op_sls_8_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1611 static void m68k_op_sls_8_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1612 static void m68k_op_sls_8_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1613 static void m68k_op_sls_8_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1614 static void m68k_op_sls_8_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1615 static void m68k_op_sls_8_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1616 static void m68k_op_sls_8_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1617 static void m68k_op_sls_8_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1618 static void m68k_op_sls_8_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1619 static void m68k_op_scc_8_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1620 static void m68k_op_scc_8_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1621 static void m68k_op_scc_8_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1622 static void m68k_op_scc_8_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1623 static void m68k_op_scc_8_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1624 static void m68k_op_scc_8_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1625 static void m68k_op_scc_8_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1626 static void m68k_op_scc_8_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1627 static void m68k_op_scc_8_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1628 static void m68k_op_scs_8_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1629 static void m68k_op_scs_8_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1630 static void m68k_op_scs_8_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1631 static void m68k_op_scs_8_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1632 static void m68k_op_scs_8_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1633 static void m68k_op_scs_8_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1634 static void m68k_op_scs_8_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1635 static void m68k_op_scs_8_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1636 static void m68k_op_scs_8_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1637 static void m68k_op_sne_8_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1638 static void m68k_op_sne_8_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1639 static void m68k_op_sne_8_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1640 static void m68k_op_sne_8_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1641 static void m68k_op_sne_8_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1642 static void m68k_op_sne_8_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1643 static void m68k_op_sne_8_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1644 static void m68k_op_sne_8_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1645 static void m68k_op_sne_8_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1646 static void m68k_op_seq_8_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1647 static void m68k_op_seq_8_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1648 static void m68k_op_seq_8_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1649 static void m68k_op_seq_8_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1650 static void m68k_op_seq_8_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1651 static void m68k_op_seq_8_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1652 static void m68k_op_seq_8_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1653 static void m68k_op_seq_8_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1654 static void m68k_op_seq_8_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1655 static void m68k_op_svc_8_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1656 static void m68k_op_svc_8_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1657 static void m68k_op_svc_8_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1658 static void m68k_op_svc_8_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1659 static void m68k_op_svc_8_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1660 static void m68k_op_svc_8_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1661 static void m68k_op_svc_8_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1662 static void m68k_op_svc_8_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1663 static void m68k_op_svc_8_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1664 static void m68k_op_svs_8_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1665 static void m68k_op_svs_8_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1666 static void m68k_op_svs_8_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1667 static void m68k_op_svs_8_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1668 static void m68k_op_svs_8_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1669 static void m68k_op_svs_8_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1670 static void m68k_op_svs_8_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1671 static void m68k_op_svs_8_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1672 static void m68k_op_svs_8_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1673 static void m68k_op_spl_8_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1674 static void m68k_op_spl_8_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1675 static void m68k_op_spl_8_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1676 static void m68k_op_spl_8_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1677 static void m68k_op_spl_8_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1678 static void m68k_op_spl_8_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1679 static void m68k_op_spl_8_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1680 static void m68k_op_spl_8_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1681 static void m68k_op_spl_8_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1682 static void m68k_op_smi_8_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1683 static void m68k_op_smi_8_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1684 static void m68k_op_smi_8_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1685 static void m68k_op_smi_8_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1686 static void m68k_op_smi_8_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1687 static void m68k_op_smi_8_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1688 static void m68k_op_smi_8_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1689 static void m68k_op_smi_8_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1690 static void m68k_op_smi_8_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1691 static void m68k_op_sge_8_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1692 static void m68k_op_sge_8_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1693 static void m68k_op_sge_8_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1694 static void m68k_op_sge_8_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1695 static void m68k_op_sge_8_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1696 static void m68k_op_sge_8_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1697 static void m68k_op_sge_8_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1698 static void m68k_op_sge_8_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1699 static void m68k_op_sge_8_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1700 static void m68k_op_slt_8_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1701 static void m68k_op_slt_8_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1702 static void m68k_op_slt_8_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1703 static void m68k_op_slt_8_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1704 static void m68k_op_slt_8_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1705 static void m68k_op_slt_8_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1706 static void m68k_op_slt_8_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1707 static void m68k_op_slt_8_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1708 static void m68k_op_slt_8_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1709 static void m68k_op_sgt_8_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1710 static void m68k_op_sgt_8_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1711 static void m68k_op_sgt_8_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1712 static void m68k_op_sgt_8_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1713 static void m68k_op_sgt_8_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1714 static void m68k_op_sgt_8_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1715 static void m68k_op_sgt_8_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1716 static void m68k_op_sgt_8_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1717 static void m68k_op_sgt_8_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1718 static void m68k_op_sle_8_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1719 static void m68k_op_sle_8_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1720 static void m68k_op_sle_8_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1721 static void m68k_op_sle_8_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1722 static void m68k_op_sle_8_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1723 static void m68k_op_sle_8_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1724 static void m68k_op_sle_8_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1725 static void m68k_op_sle_8_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1726 static void m68k_op_sle_8_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1727 static void m68k_op_stop(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1728 static void m68k_op_sub_8_er_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1729 static void m68k_op_sub_8_er_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1730 static void m68k_op_sub_8_er_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1731 static void m68k_op_sub_8_er_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1732 static void m68k_op_sub_8_er_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1733 static void m68k_op_sub_8_er_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1734 static void m68k_op_sub_8_er_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1735 static void m68k_op_sub_8_er_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1736 static void m68k_op_sub_8_er_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1737 static void m68k_op_sub_8_er_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1738 static void m68k_op_sub_8_er_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1739 static void m68k_op_sub_8_er_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1740 static void m68k_op_sub_8_er_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1741 static void m68k_op_sub_16_er_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1742 static void m68k_op_sub_16_er_a(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1743 static void m68k_op_sub_16_er_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1744 static void m68k_op_sub_16_er_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1745 static void m68k_op_sub_16_er_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1746 static void m68k_op_sub_16_er_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1747 static void m68k_op_sub_16_er_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1748 static void m68k_op_sub_16_er_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1749 static void m68k_op_sub_16_er_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1750 static void m68k_op_sub_16_er_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1751 static void m68k_op_sub_16_er_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1752 static void m68k_op_sub_16_er_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1753 static void m68k_op_sub_32_er_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1754 static void m68k_op_sub_32_er_a(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1755 static void m68k_op_sub_32_er_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1756 static void m68k_op_sub_32_er_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1757 static void m68k_op_sub_32_er_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1758 static void m68k_op_sub_32_er_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1759 static void m68k_op_sub_32_er_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1760 static void m68k_op_sub_32_er_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1761 static void m68k_op_sub_32_er_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1762 static void m68k_op_sub_32_er_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1763 static void m68k_op_sub_32_er_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1764 static void m68k_op_sub_32_er_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1765 static void m68k_op_sub_8_re_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1766 static void m68k_op_sub_8_re_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1767 static void m68k_op_sub_8_re_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1768 static void m68k_op_sub_8_re_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1769 static void m68k_op_sub_8_re_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1770 static void m68k_op_sub_8_re_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1771 static void m68k_op_sub_8_re_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1772 static void m68k_op_sub_8_re_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1773 static void m68k_op_sub_8_re_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1774 static void m68k_op_sub_16_re_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1775 static void m68k_op_sub_16_re_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1776 static void m68k_op_sub_16_re_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1777 static void m68k_op_sub_16_re_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1778 static void m68k_op_sub_16_re_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1779 static void m68k_op_sub_16_re_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1780 static void m68k_op_sub_16_re_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1781 static void m68k_op_sub_32_re_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1782 static void m68k_op_sub_32_re_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1783 static void m68k_op_sub_32_re_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1784 static void m68k_op_sub_32_re_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1785 static void m68k_op_sub_32_re_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1786 static void m68k_op_sub_32_re_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1787 static void m68k_op_sub_32_re_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1788 static void m68k_op_suba_16_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1789 static void m68k_op_suba_16_a(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1790 static void m68k_op_suba_16_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1791 static void m68k_op_suba_16_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1792 static void m68k_op_suba_16_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1793 static void m68k_op_suba_16_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1794 static void m68k_op_suba_16_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1795 static void m68k_op_suba_16_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1796 static void m68k_op_suba_16_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1797 static void m68k_op_suba_16_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1798 static void m68k_op_suba_16_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1799 static void m68k_op_suba_16_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1800 static void m68k_op_suba_32_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1801 static void m68k_op_suba_32_a(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1802 static void m68k_op_suba_32_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1803 static void m68k_op_suba_32_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1804 static void m68k_op_suba_32_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1805 static void m68k_op_suba_32_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1806 static void m68k_op_suba_32_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1807 static void m68k_op_suba_32_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1808 static void m68k_op_suba_32_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1809 static void m68k_op_suba_32_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1810 static void m68k_op_suba_32_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1811 static void m68k_op_suba_32_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1812 static void m68k_op_subi_8_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1813 static void m68k_op_subi_8_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1814 static void m68k_op_subi_8_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1815 static void m68k_op_subi_8_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1816 static void m68k_op_subi_8_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1817 static void m68k_op_subi_8_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1818 static void m68k_op_subi_8_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1819 static void m68k_op_subi_8_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1820 static void m68k_op_subi_8_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1821 static void m68k_op_subi_8_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1822 static void m68k_op_subi_16_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1823 static void m68k_op_subi_16_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1824 static void m68k_op_subi_16_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1825 static void m68k_op_subi_16_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1826 static void m68k_op_subi_16_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1827 static void m68k_op_subi_16_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1828 static void m68k_op_subi_16_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1829 static void m68k_op_subi_16_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1830 static void m68k_op_subi_32_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1831 static void m68k_op_subi_32_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1832 static void m68k_op_subi_32_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1833 static void m68k_op_subi_32_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1834 static void m68k_op_subi_32_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1835 static void m68k_op_subi_32_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1836 static void m68k_op_subi_32_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1837 static void m68k_op_subi_32_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1838 static void m68k_op_subq_8_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1839 static void m68k_op_subq_8_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1840 static void m68k_op_subq_8_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1841 static void m68k_op_subq_8_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1842 static void m68k_op_subq_8_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1843 static void m68k_op_subq_8_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1844 static void m68k_op_subq_8_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1845 static void m68k_op_subq_8_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1846 static void m68k_op_subq_8_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1847 static void m68k_op_subq_8_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1848 static void m68k_op_subq_16_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1849 static void m68k_op_subq_16_a(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1850 static void m68k_op_subq_16_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1851 static void m68k_op_subq_16_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1852 static void m68k_op_subq_16_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1853 static void m68k_op_subq_16_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1854 static void m68k_op_subq_16_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1855 static void m68k_op_subq_16_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1856 static void m68k_op_subq_16_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1857 static void m68k_op_subq_32_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1858 static void m68k_op_subq_32_a(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1859 static void m68k_op_subq_32_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1860 static void m68k_op_subq_32_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1861 static void m68k_op_subq_32_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1862 static void m68k_op_subq_32_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1863 static void m68k_op_subq_32_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1864 static void m68k_op_subq_32_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1865 static void m68k_op_subq_32_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1866 static void m68k_op_subx_8_rr(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1867 static void m68k_op_subx_16_rr(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1868 static void m68k_op_subx_32_rr(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1869 static void m68k_op_subx_8_mm_ax7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1870 static void m68k_op_subx_8_mm_ay7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1871 static void m68k_op_subx_8_mm_axy7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1872 static void m68k_op_subx_8_mm(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1873 static void m68k_op_subx_16_mm(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1874 static void m68k_op_subx_32_mm(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1875 static void m68k_op_swap_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1876 static void m68k_op_tas_8_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1877 static void m68k_op_tas_8_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1878 static void m68k_op_tas_8_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1879 static void m68k_op_tas_8_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1880 static void m68k_op_tas_8_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1881 static void m68k_op_tas_8_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1882 static void m68k_op_tas_8_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1883 static void m68k_op_tas_8_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1884 static void m68k_op_tas_8_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1885 static void m68k_op_tas_8_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1886 static void m68k_op_trap(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1887 static void m68k_op_trapt(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1888 static void m68k_op_trapt_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1889 static void m68k_op_trapt_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1890 static void m68k_op_trapf(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1891 static void m68k_op_trapf_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1892 static void m68k_op_trapf_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1893 static void m68k_op_traphi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1894 static void m68k_op_trapls(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1895 static void m68k_op_trapcc(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1896 static void m68k_op_trapcs(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1897 static void m68k_op_trapne(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1898 static void m68k_op_trapeq(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1899 static void m68k_op_trapvc(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1900 static void m68k_op_trapvs(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1901 static void m68k_op_trappl(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1902 static void m68k_op_trapmi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1903 static void m68k_op_trapge(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1904 static void m68k_op_traplt(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1905 static void m68k_op_trapgt(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1906 static void m68k_op_traple(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1907 static void m68k_op_traphi_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1908 static void m68k_op_trapls_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1909 static void m68k_op_trapcc_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1910 static void m68k_op_trapcs_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1911 static void m68k_op_trapne_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1912 static void m68k_op_trapeq_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1913 static void m68k_op_trapvc_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1914 static void m68k_op_trapvs_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1915 static void m68k_op_trappl_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1916 static void m68k_op_trapmi_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1917 static void m68k_op_trapge_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1918 static void m68k_op_traplt_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1919 static void m68k_op_trapgt_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1920 static void m68k_op_traple_16(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1921 static void m68k_op_traphi_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1922 static void m68k_op_trapls_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1923 static void m68k_op_trapcc_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1924 static void m68k_op_trapcs_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1925 static void m68k_op_trapne_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1926 static void m68k_op_trapeq_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1927 static void m68k_op_trapvc_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1928 static void m68k_op_trapvs_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1929 static void m68k_op_trappl_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1930 static void m68k_op_trapmi_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1931 static void m68k_op_trapge_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1932 static void m68k_op_traplt_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1933 static void m68k_op_trapgt_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1934 static void m68k_op_traple_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1935 static void m68k_op_trapv(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1936 static void m68k_op_tst_8_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1937 static void m68k_op_tst_8_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1938 static void m68k_op_tst_8_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1939 static void m68k_op_tst_8_pi7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1940 static void m68k_op_tst_8_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1941 static void m68k_op_tst_8_pd7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1942 static void m68k_op_tst_8_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1943 static void m68k_op_tst_8_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1944 static void m68k_op_tst_8_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1945 static void m68k_op_tst_8_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1946 static void m68k_op_tst_8_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1947 static void m68k_op_tst_8_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1948 static void m68k_op_tst_8_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1949 static void m68k_op_tst_16_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1950 static void m68k_op_tst_16_a(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1951 static void m68k_op_tst_16_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1952 static void m68k_op_tst_16_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1953 static void m68k_op_tst_16_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1954 static void m68k_op_tst_16_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1955 static void m68k_op_tst_16_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1956 static void m68k_op_tst_16_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1957 static void m68k_op_tst_16_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1958 static void m68k_op_tst_16_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1959 static void m68k_op_tst_16_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1960 static void m68k_op_tst_16_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1961 static void m68k_op_tst_32_d(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1962 static void m68k_op_tst_32_a(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1963 static void m68k_op_tst_32_ai(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1964 static void m68k_op_tst_32_pi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1965 static void m68k_op_tst_32_pd(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1966 static void m68k_op_tst_32_di(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1967 static void m68k_op_tst_32_ix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1968 static void m68k_op_tst_32_aw(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1969 static void m68k_op_tst_32_al(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1970 static void m68k_op_tst_32_pcdi(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1971 static void m68k_op_tst_32_pcix(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1972 static void m68k_op_tst_32_i(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1973 static void m68k_op_unlk_32_a7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1974 static void m68k_op_unlk_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1975 static void m68k_op_unpk_16_rr(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1976 static void m68k_op_unpk_16_mm_ax7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1977 static void m68k_op_unpk_16_mm_ay7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1978 static void m68k_op_unpk_16_mm_axy7(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1979 static void m68k_op_unpk_16_mm(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1980 static void m68k_op_cinv_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1981 static void m68k_op_cpush_32(m68000_base_device* mc68kcpu);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1982 #else
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1983 /* Build the opcode handler table */
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1984 void m68ki_build_opcode_table(void);
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1985
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1986 extern void (*m68ki_instruction_jump_table[][0x10000])(m68000_base_device *m68k); /* opcode handler jump table */
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1987 extern unsigned char m68ki_cycles[][0x10000];
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1988
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1989
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1990 /* ======================================================================== */
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1991 /* ============================== END OF FILE ============================= */
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1992 /* ======================================================================== */
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1993
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1994
ded16f3d7eb4 Super hacky integration of the version of Musashi from MAME
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1995 #endif