diff options
author | Michael Pavone <pavone@retrodev.com> | 2018-03-30 22:01:05 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2018-03-30 22:01:05 -0700 |
commit | 1c1fe2663b69ffd17f676ed1aa35bd9e032c02ae (patch) | |
tree | 16eb4ac4a5fac9aa35f4edd2972d6ed2136e1594 /genesis.h | |
parent | 6409b9654c78328d03c4ced4f4b651a303497873 (diff) |
Randomize soft reset timing and fix silly bug that was accidentally clearing IO state on soft reset
Diffstat (limited to 'genesis.h')
-rw-r--r-- | genesis.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +44,7 @@ struct genesis_context { uint32_t max_cycles; uint32_t int_latency_prev1; uint32_t int_latency_prev2; + uint32_t reset_cycle; uint8_t bank_regs[8]; uint16_t mapper_start_index; uint8_t mapper_type; |