Fix a detail in audio block simulation -> doctor sounds correct

This commit is contained in:
Christian Speckner 2018-02-13 23:08:20 +01:00
parent c25e7a6b35
commit fbbfa222a0
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ void AudioChannel::phase0()
break;
case 0x03:
myPulseCounterHold = myNoiseCounterBit4;
myPulseCounterHold = !myNoiseCounterBit4;
break;
}