AY8930: always write duty

This commit is contained in:
tildearrow 2023-01-13 00:51:16 -05:00
parent fe4800f165
commit f939878fcb
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ void DivPlatformAY8930::tick(bool sysTick) {
}
}
if (chan[i].std.ex1.had) { // duty
rWrite(0x16+i,chan[i].std.ex1.val);
immWrite(0x16+i,chan[i].std.ex1.val);
}
if (chan[i].std.ex2.had) {
chan[i].envelope.mode=chan[i].std.ex2.val;