Namco 163: fix note release
This commit is contained in:
parent
8f169cb287
commit
a0e0d47288
|
@ -348,9 +348,6 @@ int DivPlatformN163::dispatch(DivCommand c) {
|
||||||
chan[c.chan].macroInit(NULL);
|
chan[c.chan].macroInit(NULL);
|
||||||
break;
|
break;
|
||||||
case DIV_CMD_NOTE_OFF_ENV:
|
case DIV_CMD_NOTE_OFF_ENV:
|
||||||
chan[c.chan].active=false;
|
|
||||||
chan[c.chan].keyOff=true;
|
|
||||||
chan[c.chan].keyOn=false;
|
|
||||||
chan[c.chan].std.release();
|
chan[c.chan].std.release();
|
||||||
break;
|
break;
|
||||||
case DIV_CMD_ENV_RELEASE:
|
case DIV_CMD_ENV_RELEASE:
|
||||||
|
|
Loading…
Reference in a new issue