summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/coco12.cpp
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2019-07-10 11:37:51 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2019-07-10 11:37:51 +1000
commit3ef1192468d0b9da3339415a4b562ef08f6e7ab2 (patch)
tree73c65f7d0e4495a055395127a6e67c1581190cd2 /src/mame/drivers/coco12.cpp
parentff832a42d7f00486ebad9a4f7cb181c9394c62d8 (diff)
(nw) coco: don't need cassette sound; machine has AUDIO ON command for that.
Diffstat (limited to 'src/mame/drivers/coco12.cpp')
-rw-r--r--src/mame/drivers/coco12.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/coco12.cpp b/src/mame/drivers/coco12.cpp
index 49942d0621f..a3d64f90193 100644
--- a/src/mame/drivers/coco12.cpp
+++ b/src/mame/drivers/coco12.cpp
@@ -468,7 +468,6 @@ 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_ENABLED);
- m_cassette->add_route(ALL_OUTPUTS, "speaker", 0.15);
rs232_port_device &rs232(RS232_PORT(config, RS232_TAG, default_rs232_devices, "printer"));
rs232.dcd_handler().set(PIA1_TAG, FUNC(pia6821_device::ca1_w));