diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-01-03 16:08:23 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-01-03 16:08:23 -0800 |
commit | 8ac1e753e1af481b2090a4c1b7395853f30b5e8f (patch) | |
tree | d339264039eb87b68c8630cdb605991ee119f7e7 /backend.h | |
parent | 172a8961d9ebb577668dcb150c56b3f2c6da0419 (diff) |
All cycle counters are now based off the master clock. This seems to have messed up Z80 interrupt timing (music in Sonic 2 is too slow for instance), but things are generally working
Diffstat (limited to 'backend.h')
-rw-r--r-- | backend.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -89,6 +89,7 @@ typedef struct { uint32_t address_mask; uint32_t max_address; uint32_t bus_cycles; + uint32_t clock_divider; int32_t mem_ptr_off; int32_t ram_flags_off; uint8_t ram_flags_shift; |