diff backend.h @ 620:9d6fed6501ba

Fix handling of code writes for Z80 core. This seems to get things close to being back to where they were before the big refactor that broke the Z80 core. Some problems remain. Notably the sound driver in Sonic 2 is still quite broken.
author Michael Pavone <pavone@retrodev.com>
date Mon, 29 Dec 2014 23:08:39 -0800
parents 39d7d463ed5b
children a18e3923481e
line wrap: on
line diff
--- a/backend.h	Mon Dec 29 21:36:17 2014 -0800
+++ b/backend.h	Mon Dec 29 23:08:39 2014 -0800
@@ -62,6 +62,7 @@
 	uint32_t        bus_cycles;
 	int32_t         mem_ptr_off;
 	int32_t         ram_flags_off;
+	uint8_t         ram_flags_shift;
 	uint8_t         address_size;
 	uint8_t         byte_swap;
 	uint8_t         context_reg;