Home
last modified time | relevance | path

Searched defs:ay8910_t (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/jzintv/jzintv-20200712-src/src/ay8910/
H A Day8910.h23 struct ay8910_t struct
25 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 …]
/dports/emulators/jzintv/jzintv-20200712-src/src/demo/
H A Ddemo.h21 typedef struct ay8910_t ay8910_t; typedef