ZX beeper: drum muting hotfix
This commit is contained in:
parent
539f96542f
commit
394a315c4a
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue