implement pitch macro
This commit is contained in:
parent
af41e56acc
commit
b4ac5c7e6a
30 changed files with 102 additions and 13 deletions
|
|
@ -264,6 +264,10 @@ void DivPlatformArcade::tick(bool sysTick) {
|
|||
rWrite(0x1b,chan[i].std.wave.val&3);
|
||||
}
|
||||
|
||||
if (chan[i].std.pitch.had) {
|
||||
chan[i].freqChanged=true;
|
||||
}
|
||||
|
||||
if (chan[i].std.phaseReset.had) {
|
||||
if (chan[i].std.phaseReset.val==1) {
|
||||
chan[i].keyOn=true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue