diff options
author | Mike Pavone <pavone@retrodev.com> | 2013-01-22 20:24:14 -0800 |
---|---|---|
committer | Mike Pavone <pavone@retrodev.com> | 2013-01-22 20:24:14 -0800 |
commit | 532920c4aa8b2ecbabc0901e2d6fe1c609605f81 (patch) | |
tree | cfb71a9aa855694fa91630fcb1aa4fdc76715c1d /z80inst.h | |
parent | 5b37f044e00102230263c33d0b45b55d0716671b (diff) |
Add support for 2-byte IY instructions to decoder
Diffstat (limited to 'z80inst.h')
-rw-r--r-- | z80inst.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -81,6 +81,8 @@ enum { Z80_A=7, Z80_IXH, Z80_IXL, + Z80_IYH, + Z80_IYL, Z80_I, Z80_R, Z80_BC, |