diff options
author | Michael Pavone <pavone@retrodev.com> | 2014-02-03 09:18:10 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2014-02-03 09:18:10 -0800 |
commit | e14e901df89aa1823b1479366b58196247c16bd2 (patch) | |
tree | 14e076b4b2a409974b73dd15278c8394833ad89c /blastem.h | |
parent | efcdc09b1c58be04a53fa84ea34981d4231c1a78 (diff) |
Initial attempt at emulating extended bank area access delays when 68K bus is busy with VDP stuff. Also emulate the extra delay on the second access of a word-wide read to the bank area. Needs work as it seems to break stuff.
Diffstat (limited to 'blastem.h')
-rw-r--r-- | blastem.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ typedef struct { uint32_t normal_clock; //Normal master clock (used to restore master clock after turbo mode) uint8_t bank_regs[8]; io_port ports[3]; + uint8_t bus_busy; } genesis_context; extern genesis_context * genesis; |