two_bytes_word address
Definition of the address format used by the CPU.
uint16_t two_bytes_word
Nickname for uint16_t.
byte errcode_t
Definition of the error code type used by some function.
uint64_t eight_bytes_word
Nickname for uint64_t.
uint32_t four_bytes_word
Nickname for uint32_t.
float duty_cycle_t
Definition of the duty cycle used by the APU.
byte data
Definition of the data format used by the CPU.
uint8_t byte
Nickname for uint8_t.
int16_t sbuffer_t
Definition of the sound buffer type used by the APU.
@ TRIANGLE
Triangle waveform.
@ SQUARE
Rectangle/Square waveform (based on duty cycle)
@ WHITE_NOISE
White noise waveform.
@ METAL_NOISE
Metal noise waveform.