mirror of https://github.com/stella-emu/stella.git
Fix a detail in audio block simulation -> doctor sounds correct
This commit is contained in:
parent
c25e7a6b35
commit
fbbfa222a0
|
@ -48,7 +48,7 @@ void AudioChannel::phase0()
|
|||
break;
|
||||
|
||||
case 0x03:
|
||||
myPulseCounterHold = myNoiseCounterBit4;
|
||||
myPulseCounterHold = !myNoiseCounterBit4;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue