diff z80_to_x86.h @ 243:2f069a0b487e

Implement EI, DI and IM in the Z80 core
author Mike Pavone <pavone@retrodev.com>
date Sun, 28 Apr 2013 14:32:45 -0700
parents 2586d49ddd46
children df8a36bf5e1d
line wrap: on
line diff
--- a/z80_to_x86.h	Sun Apr 28 14:05:02 2013 -0700
+++ b/z80_to_x86.h	Sun Apr 28 14:32:45 2013 -0700
@@ -35,6 +35,8 @@
 	uint32_t          current_cycle;
 	uint8_t           alt_flags[ZF_NUM];
 	uint8_t *         mem_pointers[ZNUM_MEM_AREAS];
+	uint8_t           iff1;
+	uint8_t           iff2;
 	native_map_slot * static_code_map;
 	native_map_slot * banked_code_map;
 	void *            options;