summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/abc80.cpp
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2019-07-06 02:45:26 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2019-07-06 02:45:26 +1000
commit4e2959b5c0e40019bf944b2b503ef71c1a60e8f5 (patch)
tree8ae077f1e2554ded8eb4ea7805cbc80bdf39678d /src/mame/drivers/abc80.cpp
parent46261ff71b1c2fa64a9a97baac86439723f07dd7 (diff)
(nw) removal of wave.h part 2
Diffstat (limited to 'src/mame/drivers/abc80.cpp')
-rw-r--r--src/mame/drivers/abc80.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/abc80.cpp b/src/mame/drivers/abc80.cpp
index f7deb0e9447..2086d174ba1 100644
--- a/src/mame/drivers/abc80.cpp
+++ b/src/mame/drivers/abc80.cpp
@@ -516,8 +516,6 @@ void abc80_state::abc80(machine_config &config)
m_csg->set_oneshot_params(CAP_U(0.1), RES_K(330));
m_csg->add_route(ALL_OUTPUTS, "mono", 0.25);
- WAVE(config, "wave", m_cassette).add_route(ALL_OUTPUTS, "mono", 0.05);
-
// devices
Z80PIO(config, m_pio, XTAL(11'980'800)/2/2);
m_pio->out_int_callback().set_inputline(m_maincpu, INPUT_LINE_IRQ0);
@@ -527,6 +525,7 @@ void abc80_state::abc80(machine_config &config)
CASSETTE(config, m_cassette);
m_cassette->set_default_state(CASSETTE_STOPPED | CASSETTE_MOTOR_DISABLED | CASSETTE_SPEAKER_ENABLED);
+ m_cassette->add_route(ALL_OUTPUTS, "mono", 0.05);
m_cassette->set_interface("abc80_cass");
ABC80_KEYBOARD(config, m_kb, 0);