diff options
author | Michael Pavone <pavone@retrodev.com> | 2016-04-30 09:45:53 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2016-04-30 09:45:53 -0700 |
commit | 6c33f42e4a0f90401b28367ebd1892ec8387e81b (patch) | |
tree | 7d41d04e20712c278f98191c37abc2aa238d8eed /blastem.c | |
parent | 0d30787be2f11de293cf372a1c4b89321da68aee (diff) |
Fix 68K interrupt handling some more. Fatal Rewind is working again.
Diffstat (limited to 'blastem.c')
-rw-r--r-- | blastem.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -175,7 +175,7 @@ void adjust_int_cycle(m68k_context * context, vdp_context * v_context) } } } - if (context->int_cycle > context->current_cycle) { + if (context->int_cycle > context->current_cycle && context->int_pending == INT_PENDING_SR_CHANGE) { context->int_pending = 0; } /*if (context->int_cycle != old_int_cycle) { |