diff z80_to_x86.h @ 1692:5dacaef602a7 segacd

Merge from default
author Michael Pavone <pavone@retrodev.com>
date Sat, 05 Jan 2019 00:58:08 -0800
parents 2e6320d261ff
children f6d5bde4d07f
line wrap: on
line diff
--- a/z80_to_x86.h	Tue Dec 19 00:49:13 2017 -0800
+++ b/z80_to_x86.h	Sat Jan 05 00:58:08 2019 -0800
@@ -87,6 +87,7 @@
 	uint8_t           busreq;
 	uint8_t           busack;
 	uint8_t           int_is_nmi;
+	uint8_t           im2_vector;
 	uint8_t           ram_code_flags[];
 };