fix phase reset in FM chips after note off
This commit is contained in:
parent
806153fd8e
commit
b40c95013a
9 changed files with 9 additions and 9 deletions
|
|
@ -345,7 +345,7 @@ void DivPlatformArcade::tick(bool sysTick) {
|
|||
}
|
||||
|
||||
if (chan[i].std.phaseReset.had) {
|
||||
if (chan[i].std.phaseReset.val==1) {
|
||||
if (chan[i].std.phaseReset.val==1 && chan[i].active) {
|
||||
chan[i].keyOn=true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue