mirror of
https://github.com/holub/mame
synced 2025-10-05 16:50:57 +03:00
(nw) coco: don't need cassette sound; machine has AUDIO ON command for that.
This commit is contained in:
parent
ff832a42d7
commit
3ef1192468
@ -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));
|
||||
|
@ -279,7 +279,6 @@ void coco3_state::coco3(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));
|
||||
|
Loading…
Reference in New Issue
Block a user