summaryrefslogtreecommitdiff
path: root/backend.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2014-12-29 23:08:39 -0800
committerMichael Pavone <pavone@retrodev.com>2014-12-29 23:08:39 -0800
commitc61ca95add7b82aadef09aea8b4c48774e079069 (patch)
tree7710ffc0c0f1a5d86949af8171558dbc434ddc91 /backend.h
parentc6beba019312aaaf7bd8718bb239b7c632477852 (diff)
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.
Diffstat (limited to 'backend.h')
-rw-r--r--backend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend.h b/backend.h
index 58f8a47..18c3752 100644
--- a/backend.h
+++ b/backend.h
@@ -62,6 +62,7 @@ typedef struct {
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;