comparison 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
comparison
equal deleted inserted replaced
929:0ee8cfcc06d1 930:f33e8d88ab6f
132 void ym_data_write(ym2612_context * context, uint8_t value); 132 void ym_data_write(ym2612_context * context, uint8_t value);
133 uint8_t ym_read_status(ym2612_context * context); 133 uint8_t ym_read_status(ym2612_context * context);
134 uint8_t ym_load_gst(ym2612_context * context, FILE * gstfile); 134 uint8_t ym_load_gst(ym2612_context * context, FILE * gstfile);
135 uint8_t ym_save_gst(ym2612_context * context, FILE * gstfile); 135 uint8_t ym_save_gst(ym2612_context * context, FILE * gstfile);
136 void ym_print_channel_info(ym2612_context *context, int channel); 136 void ym_print_channel_info(ym2612_context *context, int channel);
137 void ym_print_timer_info(ym2612_context *context);
137 138
138 #endif //YM2612_H_ 139 #endif //YM2612_H_
139 140