comparison ym2612.h @ 2255:74112041b2c7

Proper calculation of sample rate for YM2612/PSG oscilloscope view
author Michael Pavone <pavone@retrodev.com>
date Mon, 12 Dec 2022 22:26:56 -0800
parents 0d1d5dccdd28
children 5a53a8453241
comparison
equal deleted inserted replaced
2254:8b88d57d1218 2255:74112041b2c7
157 uint8_t ym_save_gst(ym2612_context * context, FILE * gstfile); 157 uint8_t ym_save_gst(ym2612_context * context, FILE * gstfile);
158 void ym_print_channel_info(ym2612_context *context, int channel); 158 void ym_print_channel_info(ym2612_context *context, int channel);
159 void ym_print_timer_info(ym2612_context *context); 159 void ym_print_timer_info(ym2612_context *context);
160 void ym_serialize(ym2612_context *context, serialize_buffer *buf); 160 void ym_serialize(ym2612_context *context, serialize_buffer *buf);
161 void ym_deserialize(deserialize_buffer *buf, void *vcontext); 161 void ym_deserialize(deserialize_buffer *buf, void *vcontext);
162 void ym_enable_scope(ym2612_context *context, oscilloscope *scope); 162 void ym_enable_scope(ym2612_context *context, oscilloscope *scope, uint32_t master_clock);
163 163
164 #endif //YM2612_H_ 164 #endif //YM2612_H_
165 165