diff 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
line wrap: on
line diff
--- a/ym2612.h	Mon Dec 12 21:49:51 2022 -0800
+++ b/ym2612.h	Mon Dec 12 22:26:56 2022 -0800
@@ -159,7 +159,7 @@
 void ym_print_timer_info(ym2612_context *context);
 void ym_serialize(ym2612_context *context, serialize_buffer *buf);
 void ym_deserialize(deserialize_buffer *buf, void *vcontext);
-void ym_enable_scope(ym2612_context *context, oscilloscope *scope);
+void ym_enable_scope(ym2612_context *context, oscilloscope *scope, uint32_t master_clock);
 
 #endif //YM2612_H_