diff z80_to_x86.h @ 335:14a937097c2b

Some Z80 interrupt fixes
author Mike Pavone <pavone@retrodev.com>
date Tue, 14 May 2013 21:59:56 -0700
parents 171f97e70d85
children 836585d389b8
line wrap: on
line diff
--- a/z80_to_x86.h	Tue May 14 00:46:34 2013 -0700
+++ b/z80_to_x86.h	Tue May 14 21:59:56 2013 -0700
@@ -49,6 +49,7 @@
 	void *            options;
 	void *            system;
 	uint8_t           ram_code_flags[(8 * 1024)/128/8];
+	uint32_t          int_enable_cycle;
 } z80_context;
 
 void translate_z80_stream(z80_context * context, uint32_t address);