From 15b6f9038a33cdab77f7fe380d6f41fd284fd9c5 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Thu, 19 Oct 2017 03:21:24 -0700 Subject: Implemented Z80 IM 2 and attempted correct intack cycle delay --- z80_to_x86.h | 1 + 1 file changed, 1 insertion(+) (limited to 'z80_to_x86.h') diff --git a/z80_to_x86.h b/z80_to_x86.h index 0a1f09c..85626de 100644 --- a/z80_to_x86.h +++ b/z80_to_x86.h @@ -87,6 +87,7 @@ struct z80_context { uint8_t busreq; uint8_t busack; uint8_t int_is_nmi; + uint8_t im2_vector; uint8_t ram_code_flags[]; }; -- cgit v1.2.3