diff options
author | Mike Pavone <pavone@retrodev.com> | 2013-06-19 00:25:09 -0700 |
---|---|---|
committer | Mike Pavone <pavone@retrodev.com> | 2013-06-19 00:25:09 -0700 |
commit | c3084260213a5ac4d46f47e915dcc4992a67286b (patch) | |
tree | 1159cb974c679ee9369e707716a4c36301c972dd /ym2612.h | |
parent | a0d2b01f52ea3d37edd024bceab2301d33ce2dff (diff) |
Initial stab at LFO phase modulation
Diffstat (limited to 'ym2612.h')
-rw-r--r-- | ym2612.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -69,6 +69,11 @@ typedef struct { uint8_t timer_control; uint8_t dac_enable; + uint8_t lfo_enable; + uint8_t lfo_freq; + uint8_t lfo_counter; + uint8_t lfo_am_step; + uint8_t lfo_pm_step; uint8_t status; uint8_t selected_reg; uint8_t selected_part; |