diff z80_to_x86.h @ 1471:2e6320d261ff

Implemented Z80 IM 2 and attempted correct intack cycle delay
author Michael Pavone <pavone@retrodev.com>
date Thu, 19 Oct 2017 03:21:24 -0700
parents 4e5797b3935a
children f6d5bde4d07f
line wrap: on
line diff
--- a/z80_to_x86.h	Sat Oct 14 05:03:38 2017 -0700
+++ b/z80_to_x86.h	Thu Oct 19 03:21:24 2017 -0700
@@ -87,6 +87,7 @@
 	uint8_t           busreq;
 	uint8_t           busack;
 	uint8_t           int_is_nmi;
+	uint8_t           im2_vector;
 	uint8_t           ram_code_flags[];
 };