summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2020-08-19 19:37:08 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2020-08-19 19:37:08 +1000
commit2e11913f12323caf018269f27f01ef06e5ad8249 (patch)
tree01717e6dfe2713b4e3863ff4c552864697380196 /src/devices/machine
parent819493ab42d1136f7d6619bc2a4856ae94dca68c (diff)
ibm5150,pasopia,pc8801: hooked up cassette software lists
Diffstat (limited to 'src/devices/machine')
-rw-r--r--src/devices/machine/genpc.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/genpc.cpp b/src/devices/machine/genpc.cpp
index e1ef5b74e8c..d9706309225 100644
--- a/src/devices/machine/genpc.cpp
+++ b/src/devices/machine/genpc.cpp
@@ -635,6 +635,8 @@ void ibm5150_mb_device::device_add_mconfig(machine_config &config)
CASSETTE(config, m_cassette);
m_cassette->set_default_state(CASSETTE_PLAY | CASSETTE_MOTOR_DISABLED | CASSETTE_SPEAKER_ENABLED);
+ m_cassette->add_route(ALL_OUTPUTS, "mono", 0.05);
+ m_cassette->set_interface("ibm5150_cass");
}
//**************************************************************************