gate bit fixes?
This commit is contained in:
parent
c8c082977d
commit
46e41b5fb4
2 changed files with 13 additions and 4 deletions
|
|
@ -159,6 +159,7 @@ void DivPlatformSID3::tick(bool sysTick)
|
|||
chan[i].duty = 0x1000;
|
||||
updateDuty(i);
|
||||
|
||||
rWrite(i * SID3_REGISTERS_PER_CHANNEL, 0); //gate off TODO: make it properly?
|
||||
rWrite(i * SID3_REGISTERS_PER_CHANNEL, SID3_CHAN_ENABLE_GATE); //gate on
|
||||
}
|
||||
if (chan[i].keyOff)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue