summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/disc_dev.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/disc_dev.h')
-rw-r--r--src/emu/sound/disc_dev.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/sound/disc_dev.h b/src/emu/sound/disc_dev.h
index e45cdde1e36..1915a47233b 100644
--- a/src/emu/sound/disc_dev.h
+++ b/src/emu/sound/disc_dev.h
@@ -15,7 +15,7 @@
*
* Additions/bugfix February 2003 - D.Renaud, F.Palazzolo, K.Wilkins
* Discrete parallel tasks 2009 - Couriersud
- * Discrete classes 2010 - Couriersud
+ * Discrete classes 2010 - Couriersud
*
***********************************************************************/
@@ -98,7 +98,7 @@ DISCRETE_CLASS_STEP_RESET(dsd_555_vco1, 1,
);
DISCRETE_CLASS_STEP_RESET(dsd_566, 1,
- unsigned int m_state[2]; /* keeps track of excess flip_flop changes during the current step */
+ unsigned int m_state[2]; /* keeps track of excess flip_flop changes during the current step */
int m_flip_flop; /* 566 flip/flop output state */
double m_cap_voltage; /* voltage on cap */
double m_v_sqr_low; /* voltage for a squarewave at low */