index
:
blastem.git
gdb
libretro
vdp-hacking
Oxore's fork of "blastem" emulator for ROM hacking (C)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
z80inst.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'z80inst.h')
-rw-r--r--
z80inst.h
2
1 files changed, 2 insertions, 0 deletions
diff --git a/z80inst.h b/z80inst.h
index b5f0e9f..607d68c 100644
--- a/
z80inst.h
+++ b/
z80inst.h
@@ -81,6 +81,8 @@ enum {
Z80_A=7,
Z80_IXH,
Z80_IXL,
+ Z80_IYH,
+ Z80_IYL,
Z80_I,
Z80_R,
Z80_BC,