summaryrefslogtreecommitdiff
path: root/apps/plugins/zxbox/z80_op5.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/zxbox/z80_op5.h')
-rw-r--r--apps/plugins/zxbox/z80_op5.h109
1 files changed, 109 insertions, 0 deletions
diff --git a/apps/plugins/zxbox/z80_op5.h b/apps/plugins/zxbox/z80_op5.h
new file mode 100644
index 0000000000..251954cf69
--- /dev/null
+++ b/apps/plugins/zxbox/z80_op5.h
@@ -0,0 +1,109 @@
1/*
2 * Copyright (C) 1996-1998 Szeredi Miklos
3 * Email: mszeredi@inf.bme.hu
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version. See the file COPYING.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18 *
19 */
20
21extern z80t z80op_ill_ed(z80t);
22
23extern z80t z80op_in_b_ic(z80t);
24extern z80t z80op_out_ic_b(z80t);
25extern z80t z80op_sbc_hl_bc(z80t);
26extern z80t z80op_ld_inn_bc(z80t);
27extern z80t z80op_neg(z80t);
28extern z80t z80op_retn(z80t);
29extern z80t z80op_im_0(z80t);
30extern z80t z80op_ld_i_a(z80t);
31extern z80t z80op_in_c_ic(z80t);
32extern z80t z80op_out_ic_c(z80t);
33extern z80t z80op_adc_hl_bc(z80t);
34extern z80t z80op_ld_bc_inn(z80t);
35/* extern z80t z80op_neg(z80t); */
36extern z80t z80op_reti(z80t);
37/*extern z80t z80op_im_0(z80t); */
38extern z80t z80op_ld_r_a(z80t);
39
40extern z80t z80op_in_d_ic(z80t);
41extern z80t z80op_out_ic_d(z80t);
42extern z80t z80op_sbc_hl_de(z80t);
43extern z80t z80op_ld_inn_de(z80t);
44/* extern z80t z80op_neg(z80t); */
45/* extern z80t z80op_retn(z80t); */
46extern z80t z80op_im_1(z80t);
47extern z80t z80op_ld_a_i(z80t);
48extern z80t z80op_in_e_ic(z80t);
49extern z80t z80op_out_ic_e(z80t);
50extern z80t z80op_adc_hl_de(z80t);
51extern z80t z80op_ld_de_inn(z80t);
52/* extern z80t z80op_neg(z80t); */
53/* extern z80t z80op_retn(z80t); */
54extern z80t z80op_im_2(z80t);
55extern z80t z80op_ld_a_r(z80t);
56
57extern z80t z80op_in_h_ic(z80t);
58extern z80t z80op_out_ic_h(z80t);
59extern z80t z80op_sbc_hl_hl(z80t);
60extern z80t z80op_ld_inn_hl_ed(z80t);
61/* extern z80t z80op_neg(z80t); */
62/* extern z80t z80op_retn(z80t); */
63/* extern z80t z80op_im_0(z80t); */
64extern z80t z80op_rrd(z80t);
65extern z80t z80op_in_l_ic(z80t);
66extern z80t z80op_out_ic_l(z80t);
67extern z80t z80op_adc_hl_hl(z80t);
68extern z80t z80op_ld_hl_inn_ed(z80t);
69/* extern z80t z80op_neg(z80t); */
70/* extern z80t z80op_retn(z80t); */
71/* extern z80t z80op_im_0(z80t); */
72extern z80t z80op_rld(z80t);
73
74extern z80t z80op_in_f_ic(z80t);
75extern z80t z80op_out_ic_0(z80t);
76extern z80t z80op_sbc_hl_sp(z80t);
77extern z80t z80op_ld_inn_sp(z80t);
78/* extern z80t z80op_neg(z80t); */
79/* extern z80t z80op_retn(z80t); */
80/* extern z80t z80op_im_1(z80t); */
81/* extern z80t z80op_ill_ed(z80t); */
82extern z80t z80op_in_a_ic(z80t);
83extern z80t z80op_out_ic_a(z80t);
84extern z80t z80op_adc_hl_sp(z80t);
85extern z80t z80op_ld_sp_inn(z80t);
86/* extern z80t z80op_neg(z80t); */
87/* extern z80t z80op_retn(z80t); */
88/* extern z80t z80op_im_2(z80t); */
89/* extern z80t z80op_ill_ed(z80t); */
90
91extern z80t z80op_ldi(z80t);
92extern z80t z80op_cpi(z80t);
93extern z80t z80op_ini(z80t);
94extern z80t z80op_outi(z80t);
95
96extern z80t z80op_ldd(z80t);
97extern z80t z80op_cpd(z80t);
98extern z80t z80op_ind(z80t);
99extern z80t z80op_outd(z80t);
100
101extern z80t z80op_ldir(z80t);
102extern z80t z80op_cpir(z80t);
103extern z80t z80op_inir(z80t);
104extern z80t z80op_otir(z80t);
105
106extern z80t z80op_lddr(z80t);
107extern z80t z80op_cpdr(z80t);
108extern z80t z80op_indr(z80t);
109extern z80t z80op_otdr(z80t);