On reset: clear Phasor speech IRQ

This commit is contained in:
tomcw 2021-03-31 22:09:04 +01:00
parent 91f2c43992
commit 33492ac9a2

View File

@ -772,6 +772,7 @@ void SSI263::Reset(void)
{
Stop();
ResetState();
CpuIrqDeassert(IS_SPEECH);
}
//-----------------------------------------------------------------------------