Searched defs:ay8910_t (Results 1 – 2 of 2) sorted by relevance
23 struct ay8910_t struct25 periph_t periph; /* Yup, it's a peripheral. Go figure. */26 uint16_t reg[14]; /* The AY-891x's 14 internal registers. */27 int max[5]; /* Up-count cutoff: A, B, C, N, E. */28 int cnt[6]; /* Counter registers. These behave as */33 snd_buf_t snd_buf; /* Sound circular buffer. */35 int16_t *cur_buf; /* Current sound buffer. */36 int cur_len; /* Fullness of current sound buffer. */38 uint32_t noise_rng; /* Random-number generator for noise. */40 int env_cont; /* Envelope CONTINUE flag */[all …]
21 typedef struct ay8910_t ay8910_t; typedef