From 86c4388af0d87481df3f8d79aed8c2f7c05a91ae Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Thu, 18 Feb 2016 21:28:33 -0800 Subject: Remove phase increment caching. Fix LFO phase modulation calculation --- ym2612.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ym2612.h') diff --git a/ym2612.h b/ym2612.h index 716f0c5..13a65ac 100644 --- a/ym2612.h +++ b/ym2612.h @@ -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; -- cgit v1.2.3