diff options
author | Mike Pavone <pavone@retrodev.com> | 2013-01-20 21:32:13 -0800 |
---|---|---|
committer | Mike Pavone <pavone@retrodev.com> | 2013-01-20 21:32:13 -0800 |
commit | f0fe9c5acc0cfcb66ab9f95ab0a3a94045ce1950 (patch) | |
tree | 1c14fc791c8dc8c47531739bec1267ba2ff9a5e0 /z80inst.h | |
parent | d8323b8b6d24835bbb0089e1da1d3446ca4fc76d (diff) |
Add support for EXTD group 2-byte Z80 instructions in decoder
Diffstat (limited to 'z80inst.h')
-rw-r--r-- | z80inst.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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, |