aboutsummaryrefslogtreecommitdiff
path: root/libopna/opnassg.h
diff options
context:
space:
mode:
authorTakamichi Horikawa <takamichiho@gmail.com>2017-03-14 19:07:57 +0900
committerTakamichi Horikawa <takamichiho@gmail.com>2017-03-14 19:07:57 +0900
commit16be4100808e09a94e802adb58bc1c79e5eefd65 (patch)
tree002942b6503b7f706a6bfe9b05df538d1d97320e /libopna/opnassg.h
parent45e73c2aa4868a602e8120e50812e1641af342e2 (diff)
libopna: enable register read
Diffstat (limited to 'libopna/opnassg.h')
-rw-r--r--libopna/opnassg.h2
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);