From: Toni Wilen Date: Sat, 10 Feb 2018 18:05:40 +0000 (+0200) Subject: Missing safe interrupt update. X-Git-Tag: 4000~194 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=7f80510884d9de9a49421d683be6224c772fbd8d;p=francis%2Fwinuae.git Missing safe interrupt update. --- 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)