Struct APU::apu_lengthCounter

Nested Relationships

This struct is a nested type of Class APU.

Struct Documentation

struct apu_lengthCounter

Decremented on every APU cycle, except when == 0 or halted.

Public Functions

void reset()
void clock()
void setLength(uint8_t lengthBits)
void setEnableFlag(bool value)
void setHaltFlag(bool value)

Public Members

uint8_t counterValue = 0