diff options
Diffstat (limited to 'libopna/opnassg.h')
-rw-r--r-- | libopna/opnassg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopna/opnassg.h b/libopna/opnassg.h index adcd231..1bd607a 100644 --- a/libopna/opnassg.h +++ b/libopna/opnassg.h @@ -50,7 +50,7 @@ void opna_ssg_mix_55466( struct opna_ssg *ssg, struct opna_ssg_resampler *resampler, int16_t *buf, int samples); void opna_ssg_writereg(struct opna_ssg *ssg, unsigned reg, unsigned val); - +unsigned opna_ssg_readreg(const struct opna_ssg *ssg, unsigned reg); // channel level (0 - 31) int opna_ssg_channel_level(const struct opna_ssg *ssg, int ch); |