Fix sidfx state machine sequence end

This commit is contained in:
drmortalwombat 2025-06-10 21:06:28 +02:00
parent d6802f3cb9
commit 5470db3a5f

View File

@ -162,7 +162,7 @@ inline void sidfx_loop_ch(byte ch)
}
else
{
channels[ch].com = nullptr;
com = nullptr;
channels[ch].state = SIDFX_RESET_0;
}
break;
@ -180,7 +180,7 @@ inline void sidfx_loop_ch(byte ch)
}
else
{
channels[ch].com = nullptr;
com = nullptr;
channels[ch].state = SIDFX_RESET_0;
}
break;