summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/disc_dev.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/disc_dev.c')
-rw-r--r--src/emu/sound/disc_dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/disc_dev.c b/src/emu/sound/disc_dev.c
index 4b39eb04eda..9764bede8b5 100644
--- a/src/emu/sound/disc_dev.c
+++ b/src/emu/sound/disc_dev.c
@@ -1068,7 +1068,7 @@ static void dsd_555_vco1_step(node_description *node)
else
{
/* if we are out of reset and the cap voltage is less then
- * the lower threshold, toggle f/f and start charging */
+ * the lower threshold, toggle f/f and start charging */
if (v_cap <= context->trigger)
{
if (context->flip_flop == 0)