summaryrefslogtreecommitdiff
path: root/ym2612.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2016-02-13 22:20:37 -0800
committerMichael Pavone <pavone@retrodev.com>2016-02-13 22:20:37 -0800
commitbad18594ed92f321cbc418be8937297be0340b97 (patch)
tree4f25499b04d84557dc0936cc517044db4d2b17b5 /ym2612.h
parenta2eef830e8de968d206f9b54202c15e36088b5ca (diff)
Add yt debug command for printing YM-2612 timer info. Fix AMS shift values.
Diffstat (limited to 'ym2612.h')
-rw-r--r--ym2612.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ym2612.h b/ym2612.h
index 0e5b672..716f0c5 100644
--- a/ym2612.h
+++ b/ym2612.h
@@ -134,6 +134,7 @@ uint8_t ym_read_status(ym2612_context * context);
uint8_t ym_load_gst(ym2612_context * context, FILE * gstfile);
uint8_t ym_save_gst(ym2612_context * context, FILE * gstfile);
void ym_print_channel_info(ym2612_context *context, int channel);
+void ym_print_timer_info(ym2612_context *context);
#endif //YM2612_H_