From 2a3a7fa8a09368ae511191b76d17e9d16e87dc78 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Mon, 15 Nov 2021 16:00:35 -0500 Subject: [PATCH] Reset `will_request_interrupt`. --- Machines/Amiga/Audio.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Machines/Amiga/Audio.cpp b/Machines/Amiga/Audio.cpp index 302147356..a8b5f1bd2 100644 --- a/Machines/Amiga/Audio.cpp +++ b/Machines/Amiga/Audio.cpp @@ -426,6 +426,7 @@ template <> bool Audio::Channel::transit< } if(dma_enabled && will_request_interrupt) { + will_request_interrupt = false; return true; }