summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/disc_wav.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/disc_wav.c')
-rw-r--r--src/emu/sound/disc_wav.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/sound/disc_wav.c b/src/emu/sound/disc_wav.c
index a3af5e420b5..b5f3c05dc8d 100644
--- a/src/emu/sound/disc_wav.c
+++ b/src/emu/sound/disc_wav.c
@@ -697,7 +697,7 @@ static void dss_note_reset(node_description *node)
context->clock_type = (int)DSS_NOTE__CLOCK_TYPE & DISC_CLK_MASK;
context->out_type = (int)DSS_NOTE__CLOCK_TYPE & DISC_OUT_MASK;
-
+
context->last = (DSS_NOTE__CLOCK != 0);
context->t_left = 0;
context->t_clock = 1.0 / DSS_NOTE__CLOCK;
@@ -754,7 +754,7 @@ static void dss_op_amp_osc_step(node_description *node)
case DISC_OP_AMP_OSCILLATOR_VCO_1:
/* Work out the charge rates. */
/* i is not a current. It is being used as a temp variable. */
- i = DSS_OP_AMP_OSC__VMOD1 * context->temp1;
+ i = DSS_OP_AMP_OSC__VMOD1 * context->temp1;
iCharge[0] = (DSS_OP_AMP_OSC__VMOD1 - i) / info->r1;
iCharge[1] = (i - (DSS_OP_AMP_OSC__VMOD1 * context->temp2)) / context->temp3;
break;