summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/odyssey2/homecomp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/odyssey2/homecomp.cpp')
-rw-r--r--src/devices/bus/odyssey2/homecomp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/odyssey2/homecomp.cpp b/src/devices/bus/odyssey2/homecomp.cpp
index 3357bec193d..7de27efaeed 100644
--- a/src/devices/bus/odyssey2/homecomp.cpp
+++ b/src/devices/bus/odyssey2/homecomp.cpp
@@ -169,7 +169,7 @@ void o2_homecomp_device::device_add_mconfig(machine_config &config)
// cassette
CASSETTE(config, m_cass);
- m_cass->set_default_state(CASSETTE_STOPPED | CASSETTE_SPEAKER_ENABLED | CASSETTE_MOTOR_DISABLED);
+ m_cass->set_default_state(CASSETTE_STOPPED | CASSETTE_SPEAKER_MUTED | CASSETTE_MOTOR_DISABLED);
SPEAKER(config, "cass_output").front_center(); // on data recorder
m_cass->add_route(ALL_OUTPUTS, "cass_output", 0.05);
}