mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-01 18:42:40 +00:00
SoundUnit: duty on forceIns
This commit is contained in:
parent
6754ccb9ec
commit
10c72f3a10
1 changed files with 1 additions and 0 deletions
|
@ -447,6 +447,7 @@ void DivPlatformSoundUnit::forceIns() {
|
|||
chWrite(i,0x03,chan[i].pan);
|
||||
writeControl(i);
|
||||
writeControlUpper(i);
|
||||
chWrite(i,0x08,chan[i].duty);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue