summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/coco12.cpp
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2019-07-01 03:01:22 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2019-07-01 03:01:22 +1000
commit2826bee8c9011704dee07e0a1d18d1e06d7e9a32 (patch)
treea8f8abc9a904fdc521e92a83416786f5113046b6 /src/mame/drivers/coco12.cpp
parent5edd49b910a133b1ed833ea5c7d599733dbc84e7 (diff)
(nw) cassette: last lot of wave changes
Diffstat (limited to 'src/mame/drivers/coco12.cpp')
-rw-r--r--src/mame/drivers/coco12.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/coco12.cpp b/src/mame/drivers/coco12.cpp
index 45e0049cbef..c7580481ae4 100644
--- a/src/mame/drivers/coco12.cpp
+++ b/src/mame/drivers/coco12.cpp
@@ -466,7 +466,7 @@ void coco12_state::coco(machine_config &config)
CASSETTE(config, m_cassette);
m_cassette->set_formats(coco_cassette_formats);
- m_cassette->set_default_state(CASSETTE_PLAY | CASSETTE_MOTOR_DISABLED | CASSETTE_SPEAKER_MUTED);
+ m_cassette->set_default_state(CASSETTE_PLAY | CASSETTE_MOTOR_DISABLED | CASSETTE_SPEAKER_ENABLED);
rs232_port_device &rs232(RS232_PORT(config, RS232_TAG, default_rs232_devices, "printer"));
rs232.dcd_handler().set(PIA1_TAG, FUNC(pia6821_device::ca1_w));