diff options
author | Michael Pavone <pavone@retrodev.com> | 2016-02-18 21:28:33 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2016-02-18 21:28:33 -0800 |
commit | 86c4388af0d87481df3f8d79aed8c2f7c05a91ae (patch) | |
tree | e90c84bd19378929378df8979fc2b8bb1fcd3a6d /ym2612.h | |
parent | 34afda2b6b9557bfdd96a6079fe4ce24a9a41a7a (diff) |
Remove phase increment caching. Fix LFO phase modulation calculation
Diffstat (limited to 'ym2612.h')
-rw-r--r-- | ym2612.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |