diff ym2612.h @ 935:01fb50390b27

Remove phase increment caching. Fix LFO phase modulation calculation
author Michael Pavone <pavone@retrodev.com>
date Thu, 18 Feb 2016 21:28:33 -0800
parents f33e8d88ab6f
children 5257e85364ed
line wrap: on
line diff
--- a/ym2612.h	Wed Feb 17 22:58:07 2016 -0800
+++ b/ym2612.h	Thu Feb 18 21:28:33 2016 -0800
@@ -16,7 +16,6 @@
 #define YM_OPT_WAVE_LOG 1
 
 typedef struct {
-	uint32_t phase_inc;
 	uint32_t phase_counter;
 	uint16_t envelope;
 	int16_t  output;