fix
This commit is contained in:
parent
80933510a5
commit
4e7c1773ed
2 changed files with 7 additions and 1 deletions
|
|
@ -736,7 +736,7 @@ void DivPlatformSID3::tick(bool sysTick)
|
|||
|
||||
bool found = false;
|
||||
int index = 0;
|
||||
while(noiseInterestingWavesData != 0 && !found)
|
||||
while(noiseInterestingWavesData[index].LFSRmask != 0 && !found)
|
||||
{
|
||||
if(noiseInterestingWavesData[index].LFSRmask == chan[i].noiseLFSRMask)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue