summaryrefslogtreecommitdiff
path: root/z80inst.h
diff options
context:
space:
mode:
Diffstat (limited to 'z80inst.h')
-rw-r--r--z80inst.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/z80inst.h b/z80inst.h
index 26ccfbc..0359a9c 100644
--- a/z80inst.h
+++ b/z80inst.h
@@ -59,6 +59,7 @@ enum {
Z80_IN,
Z80_INI,
Z80_INIR,
+ Z80_IND,
Z80_INDR,
Z80_OUT,
Z80_OUTI,
@@ -75,6 +76,8 @@ enum {
Z80_H,
Z80_L,
Z80_A=7,
+ Z80_I,
+ Z80_R,
Z80_BC,
Z80_DE,
Z80_HL,