Struct APU::apu_noise

Nested Relationships

This struct is a nested type of Class APU.

Struct Documentation

struct apu_noise

Noise channel.

Public Functions

void reset()

Reset the noise channel to its initial state.

void setPeriod(uint8_t bits)
void clock()
uint8_t output() const

Public Members

apu_envelope envelope
apu_lengthCounter lengthCounter
bool modeFlag = false