ZX beeper: drum muting hotfix

This commit is contained in:
tildearrow 2022-05-30 00:07:24 -05:00
parent 539f96542f
commit 394a315c4a
1 changed files with 1 additions and 0 deletions

View File

@ -208,6 +208,7 @@ int DivPlatformZXBeeper::dispatch(DivCommand c) {
chan[c.chan].duty=c.value;
break;
case DIV_CMD_SAMPLE_MODE:
if (isMuted[c.chan]) break;
curSample=c.value;
curSamplePos=0;
curSamplePeriod=0;