summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/poly880.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/poly880.cpp
parent46261ff71b1c2fa64a9a97baac86439723f07dd7 (diff)
(nw) removal of wave.h part 2
Diffstat (limited to 'src/mame/drivers/poly880.cpp')
-rw-r--r--src/mame/drivers/poly880.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/poly880.cpp b/src/mame/drivers/poly880.cpp
index 1429edfdae6..1c895733224 100644
--- a/src/mame/drivers/poly880.cpp
+++ b/src/mame/drivers/poly880.cpp
@@ -279,10 +279,10 @@ void poly880_state::poly880(machine_config &config)
/* sound hardware */
SPEAKER(config, "mono").front_center();
SPEAKER_SOUND(config, m_speaker).add_route(ALL_OUTPUTS, "mono", 1.00);
- WAVE(config, "wave", m_cassette).add_route(ALL_OUTPUTS, "mono", 0.05);
CASSETTE(config, m_cassette);
m_cassette->set_default_state(CASSETTE_STOPPED | CASSETTE_MOTOR_ENABLED | CASSETTE_SPEAKER_ENABLED);
+ m_cassette->add_route(ALL_OUTPUTS, "mono", 0.05);
/* internal ram */
RAM(config, RAM_TAG).set_default_size("1K");