summaryrefslogtreecommitdiff
path: root/blastem.c
diff options
context:
space:
mode:
Diffstat (limited to 'blastem.c')
-rw-r--r--blastem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/blastem.c b/blastem.c
index 2f9249d..d2b111b 100644
--- a/blastem.c
+++ b/blastem.c
@@ -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) {