diff options
| author | 2015-08-26 08:10:34 +0200 | |
|---|---|---|
| committer | 2015-08-26 08:10:34 +0200 | |
| commit | efa3a679a331ea91002a0bc72e49a230ff2a2f67 (patch) | |
| tree | 9de472bbb6862733d1982607326783d65be9c414 /src/mess/machine/coco.c | |
| parent | bc5ffe493777e55f081d3ba29b8b298da90ae776 (diff) | |
Cleanups and version bumpmame0165
Diffstat (limited to 'src/mess/machine/coco.c')
| -rw-r--r-- | src/mess/machine/coco.c | 2 |
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); |
