T6W28: now implement easy noise here
This commit is contained in:
parent
cbff29deb6
commit
965725327b
4 changed files with 47 additions and 13 deletions
|
|
@ -137,7 +137,7 @@ int DivPlatformSMS::snCalcFreq(int ch) {
|
|||
if (ret<0) ret=0;
|
||||
return ret;
|
||||
}
|
||||
return parent->calcFreq(chan[ch].baseFreq,chan[ch].pitch,true,0,chan[ch].pitch2,chipClock,toneDivider);
|
||||
return parent->calcFreq(chan[ch].baseFreq,chan[ch].pitch,true,0,chan[ch].pitch2,chipClock,ch==3?noiseDivider:toneDivider);
|
||||
}
|
||||
|
||||
void DivPlatformSMS::tick(bool sysTick) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue