From 532920c4aa8b2ecbabc0901e2d6fe1c609605f81 Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Tue, 22 Jan 2013 20:24:14 -0800 Subject: Add support for 2-byte IY instructions to decoder --- z80inst.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'z80inst.h') 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, -- cgit v1.2.3