diff options
author | Michael Pavone <pavone@retrodev.com> | 2014-12-29 23:08:39 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2014-12-29 23:08:39 -0800 |
commit | c61ca95add7b82aadef09aea8b4c48774e079069 (patch) | |
tree | 7710ffc0c0f1a5d86949af8171558dbc434ddc91 /backend.h | |
parent | c6beba019312aaaf7bd8718bb239b7c632477852 (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |