summaryrefslogtreecommitdiff
path: root/ym2612.h
diff options
context:
space:
mode:
authorMike Pavone <pavone@retrodev.com>2013-06-19 00:25:09 -0700
committerMike Pavone <pavone@retrodev.com>2013-06-19 00:25:09 -0700
commitc3084260213a5ac4d46f47e915dcc4992a67286b (patch)
tree1159cb974c679ee9369e707716a4c36301c972dd /ym2612.h
parenta0d2b01f52ea3d37edd024bceab2301d33ce2dff (diff)
Initial stab at LFO phase modulation
Diffstat (limited to 'ym2612.h')
-rw-r--r--ym2612.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ym2612.h b/ym2612.h
index 4a146c4..e905f44 100644
--- a/ym2612.h
+++ b/ym2612.h
@@ -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;