From 33492ac9a2f9ac003c8862c9a25394ab63fce6a6 Mon Sep 17 00:00:00 2001 From: tomcw Date: Wed, 31 Mar 2021 22:09:04 +0100 Subject: [PATCH] On reset: clear Phasor speech IRQ --- source/SSI263.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/SSI263.cpp b/source/SSI263.cpp index ab059140..98f9449c 100644 --- a/source/SSI263.cpp +++ b/source/SSI263.cpp @@ -772,6 +772,7 @@ void SSI263::Reset(void) { Stop(); ResetState(); + CpuIrqDeassert(IS_SPEECH); } //-----------------------------------------------------------------------------