예제 #1
0
 public NoiseChannel(GameBoySpu spu)
 {
     Spu             = spu ?? throw new ArgumentNullException(nameof(spu));
     ChannelVolume   = 1;
     _volumeEnvelope = new VolumeEnvelope(this);
     _lfsr           = new LfsRegister(this);
 }