mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-16 17:45:10 +00:00
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;
|
chan[c.chan].duty=c.value;
|
||||||
break;
|
break;
|
||||||
case DIV_CMD_SAMPLE_MODE:
|
case DIV_CMD_SAMPLE_MODE:
|
||||||
|
if (isMuted[c.chan]) break;
|
||||||
curSample=c.value;
|
curSample=c.value;
|
||||||
curSamplePos=0;
|
curSamplePos=0;
|
||||||
curSamplePeriod=0;
|
curSamplePeriod=0;
|
||||||
|
|
Loading…
Reference in a new issue