diff options
author | Mike Pavone <pavone@retrodev.com> | 2018-12-30 18:48:08 -0800 |
---|---|---|
committer | Mike Pavone <pavone@retrodev.com> | 2018-12-30 18:48:08 -0800 |
commit | e1f4294e5ac3ad3f8a1c70b06d3a29c1aa6d649c (patch) | |
tree | 48f02c9fca66a20c59f3baf5e9d5249a191701f2 /ym2612.h | |
parent | bf78d44100a3d80f0a86dca42884175cc234c13d (diff) |
Optimize YM operator modulation
Diffstat (limited to 'ym2612.h')
-rw-r--r-- | ym2612.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |