(nw) tecjmon: machine makes cassette sound, doesn't need our help.

This commit is contained in:
Robbbert 2019-07-18 23:22:26 +10:00
parent abe4d9a8ba
commit 9066b9baf6

View File

@ -458,7 +458,7 @@ void tec1_state::tecjmon(machine_config &config)
/* Devices */
CASSETTE(config, m_cass);
m_cass->add_route(ALL_OUTPUTS, "mono", 0.05);
m_cass->set_default_state(CASSETTE_STOPPED | CASSETTE_MOTOR_ENABLED | CASSETTE_SPEAKER_ENABLED);
}