summaryrefslogtreecommitdiff
path: root/sms.c
diff options
context:
space:
mode:
Diffstat (limited to 'sms.c')
-rw-r--r--sms.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sms.c b/sms.c
index 7ceb7a4..1f9b888 100644
--- a/sms.c
+++ b/sms.c
@@ -72,6 +72,7 @@ static void update_interrupts(sms_context *sms)
uint32_t hint = vdp_next_hint(sms->vdp);
#ifdef NEW_CORE
sms->z80->int_cycle = vint < hint ? vint : hint;
+ z80_sync_cycle(sms->z80, sms->z80->sync_cycle);
#else
sms->z80->int_pulse_start = vint < hint ? vint : hint;
#endif