diff genesis.h @ 1769:8fe162bdb038 mame_interp

Merge from default
author Michael Pavone <pavone@retrodev.com>
date Fri, 01 Mar 2019 14:17:29 -0800
parents 956c1cce05e2 bb4d19c7c047
children 0a26f3657295
line wrap: on
line diff
--- a/genesis.h	Fri Mar 01 08:17:57 2019 -0800
+++ b/genesis.h	Fri Mar 01 14:17:29 2019 -0800
@@ -9,11 +9,15 @@
 #include <stdint.h>
 #include "system.h"
 #include "m68k_core.h"
+#ifdef NEW_CORE
+#include "z80.h"
+#else
 #ifdef USE_NATIVE
 #include "z80_to_x86.h"
 #else
 #include "mame_z80/z80.h"
 #endif
+#endif
 #include "ym2612.h"
 #include "vdp.h"
 #include "psg.h"
@@ -52,6 +56,7 @@
 	uint32_t        int_latency_prev2;
 	uint32_t        reset_cycle;
 	uint8_t         bank_regs[8];
+	uint16_t        z80_bank_reg;
 	uint16_t        mapper_start_index;
 	uint8_t         mapper_type;
 	uint8_t         save_type;