This commit is contained in:
LTVA1 2024-08-17 13:49:56 +03:00
parent 80933510a5
commit 4e7c1773ed
2 changed files with 7 additions and 1 deletions

View file

@ -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)
{