implement pitch macro
This commit is contained in:
parent
af41e56acc
commit
b4ac5c7e6a
30 changed files with 102 additions and 13 deletions
|
|
@ -181,6 +181,9 @@ void DivPlatformC64::tick(bool sysTick) {
|
|||
chan[i].wave=chan[i].std.wave.val;
|
||||
rWrite(i*7+4,(chan[i].wave<<4)|(chan[i].ring<<2)|(chan[i].sync<<1)|(int)(chan[i].active));
|
||||
}
|
||||
if (chan[i].std.pitch.had) {
|
||||
chan[i].freqChanged=true;
|
||||
}
|
||||
if (chan[i].std.ex1.had) {
|
||||
filtControl=chan[i].std.ex1.val&15;
|
||||
updateFilter();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue