MSM6295: fix mute issue

This commit is contained in:
tildearrow 2022-09-22 19:41:36 -05:00
parent 85465633f2
commit 02ef001eb8

View file

@ -255,6 +255,7 @@ void DivPlatformMSM6295::reset() {
for (int i=0; i<4; i++) {
chan[i]=DivPlatformMSM6295::Channel();
chan[i].std.setEngine(parent);
msm.voice_mute(i,isMuted[i]);
}
for (int i=0; i<4; i++) {
chan[i].vol=8;