NES: enable duty and'ing on properNoiseLayout
This commit is contained in:
parent
76beedae0c
commit
1bb81394aa
2 changed files with 8 additions and 2 deletions
|
|
@ -307,7 +307,7 @@ int DivPlatformGB::dispatch(DivCommand c) {
|
|||
chan[c.chan].freqChanged=true;
|
||||
chan[c.chan].note=c.value;
|
||||
break;
|
||||
case DIV_CMD_PRE_PORTA: // aaaaaaaa
|
||||
case DIV_CMD_PRE_PORTA:
|
||||
if (chan[c.chan].active) {
|
||||
chan[c.chan].std.init(parent->getIns(chan[c.chan].ins));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue