libdragon
|
A AY-3-8910 channel. More...
#include <ay8910.h>
A AY-3-8910 channel.
uint16_t AYChannel::tone_period |
Period (in ticks) of the current tone.
uint8_t AYChannel::tone_vol |
Volume of the tone (0x10 -> use envelope)
uint8_t AYChannel::tone_en |
Enable flag of the tone (0 is enabled)
uint8_t AYChannel::noise_en |
Enable flag of the noise for this channel (0 is enabled)
uint16_t AYChannel::count |
Current tick count for the period.
uint8_t AYChannel::out |
Current output value for this channel.