diff ym2612.h @ 1656:804f13c090b4

Optimize YM operator modulation
author Mike Pavone <pavone@retrodev.com>
date Sun, 30 Dec 2018 18:48:08 -0800
parents 6ce36c3f250b
children 5278b6e44fc1
line wrap: on
line diff
--- a/ym2612.h	Sun Dec 30 14:43:30 2018 -0800
+++ b/ym2612.h	Sun Dec 30 18:48:08 2018 -0800
@@ -18,6 +18,7 @@
 #define YM_OPT_WAVE_LOG 1
 
 typedef struct {
+	int16_t  *mod_src[2];
 	uint32_t phase_counter;
 	uint16_t envelope;
 	int16_t  output;