From c3084260213a5ac4d46f47e915dcc4992a67286b Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Wed, 19 Jun 2013 00:25:09 -0700 Subject: Initial stab at LFO phase modulation --- ym2612.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ym2612.h') 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; -- cgit v1.2.3