diff genesis.h @ 1931:374a5ae694e8 mame_interp

Merge from default
author Michael Pavone <pavone@retrodev.com>
date Sat, 18 Apr 2020 11:42:53 -0700
parents 0a26f3657295 b021ca0bc375
children a7b753e260a2
line wrap: on
line diff
--- a/genesis.h	Thu Apr 18 22:06:47 2019 -0700
+++ b/genesis.h	Sat Apr 18 11:42:53 2020 -0700
@@ -9,7 +9,7 @@
 #include <stdint.h>
 #include "system.h"
 #include "m68k_core.h"
-#ifdef USE_NATIVE
+#ifndef NEW_CORE
 #include "z80_to_x86.h"
 #else
 #include "z80.h"
@@ -53,6 +53,7 @@
 	uint32_t        reset_cycle;
 	uint8_t         bank_regs[8];
 	uint16_t        z80_bank_reg;
+	uint16_t        tmss_lock[2];
 	uint16_t        mapper_start_index;
 	uint8_t         mapper_type;
 	uint8_t         save_type;
@@ -60,6 +61,7 @@
 	uint8_t         version_reg;
 	uint8_t         bus_busy;
 	uint8_t         reset_requested;
+	uint8_t         tmss;
 	eeprom_state    eeprom;
 	nor_state       nor;
 };