diff options
Diffstat (limited to 'src/devices/sound/l7a1045_l6028_dsp_a.h')
-rw-r--r-- | src/devices/sound/l7a1045_l6028_dsp_a.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/sound/l7a1045_l6028_dsp_a.h b/src/devices/sound/l7a1045_l6028_dsp_a.h index c0283f36836..836c35b20d0 100644 --- a/src/devices/sound/l7a1045_l6028_dsp_a.h +++ b/src/devices/sound/l7a1045_l6028_dsp_a.h @@ -6,9 +6,9 @@ struct l7a1045_voice { - l7a1045_voice() : - pos(0), - frac(0) + l7a1045_voice() : end(0), mode(false), + pos(0), + frac(0), l_volume(0), r_volume(0) { //memset(regs, 0, sizeof(UINT32)*8); start = 0; |