diff options
author | Michael Pavone <pavone@retrodev.com> | 2016-02-13 22:20:37 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2016-02-13 22:20:37 -0800 |
commit | bad18594ed92f321cbc418be8937297be0340b97 (patch) | |
tree | 4f25499b04d84557dc0936cc517044db4d2b17b5 /ym2612.h | |
parent | a2eef830e8de968d206f9b54202c15e36088b5ca (diff) |
Add yt debug command for printing YM-2612 timer info. Fix AMS shift values.
Diffstat (limited to 'ym2612.h')
-rw-r--r-- | ym2612.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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_ |