From 7f80510884d9de9a49421d683be6224c772fbd8d Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sat, 10 Feb 2018 20:05:40 +0200 Subject: [PATCH] Missing safe interrupt update. --- custom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom.cpp b/custom.cpp index 59d3119e..1aea1608 100644 --- a/custom.cpp +++ b/custom.cpp @@ -5235,7 +5235,7 @@ void rethink_uae_int(void) uae_u16 mask = (irq6 ? 0x2000 : 0) | (irq2 ? 0x0008 : 0); if (mask) - INTREQ_0(0x8000 | mask); + safe_interrupt_set(mask); } static void rethink_intreq (void) -- 2.47.3