summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/coco.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/coco.c')
-rw-r--r--src/mess/machine/coco.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/coco.c b/src/mess/machine/coco.c
index d28fa1b3412..f1177b8d9e8 100644
--- a/src/mess/machine/coco.c
+++ b/src/mess/machine/coco.c
@@ -705,7 +705,7 @@ void coco_state::update_sound(void)
*/
if ((status & SOUNDMUX_ENABLE) != 0)
{
- m_analog_audio_level = dac_sound + cassette_sound + cart_sound;
+ m_analog_audio_level = dac_sound + cassette_sound + cart_sound;
}
m_dac->write_unsigned8(single_bit_sound + m_analog_audio_level);