diff ym2612.h @ 411:baf4688901f2

Initial stab at LFO phase modulation
author Mike Pavone <pavone@retrodev.com>
date Wed, 19 Jun 2013 00:25:09 -0700
parents c3abc4ada43d
children 7e8e179116af
line wrap: on
line diff
--- a/ym2612.h	Wed Jun 19 00:24:59 2013 -0700
+++ b/ym2612.h	Wed Jun 19 00:25:09 2013 -0700
@@ -69,6 +69,11 @@
 	
 	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;