diff ym2612.h @ 930:f33e8d88ab6f

Add yt debug command for printing YM-2612 timer info. Fix AMS shift values.
author Michael Pavone <pavone@retrodev.com>
date Sat, 13 Feb 2016 22:20:37 -0800
parents 252dfd29831d
children 01fb50390b27
line wrap: on
line diff
--- a/ym2612.h	Wed Feb 10 20:05:39 2016 -0800
+++ b/ym2612.h	Sat Feb 13 22:20:37 2016 -0800
@@ -134,6 +134,7 @@
 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_