summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bk.cpp')
-rw-r--r--src/mame/drivers/bk.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/bk.cpp b/src/mame/drivers/bk.cpp
index 822ad184c8d..1990e6d0dff 100644
--- a/src/mame/drivers/bk.cpp
+++ b/src/mame/drivers/bk.cpp
@@ -12,7 +12,6 @@
#include "emu.h"
#include "includes/bk.h"
-#include "sound/wave.h"
#include "formats/rk_cas.h"
#include "emupal.h"
@@ -184,10 +183,10 @@ void bk_state::bk0010(machine_config &config)
PALETTE(config, "palette", palette_device::MONOCHROME);
SPEAKER(config, "mono").front_center();
- WAVE(config, "wave", "cassette").add_route(ALL_OUTPUTS, "mono", 0.05);
CASSETTE(config, m_cassette);
m_cassette->set_default_state(CASSETTE_STOPPED | CASSETTE_SPEAKER_ENABLED | CASSETTE_MOTOR_ENABLED);
+ m_cassette->add_route(ALL_OUTPUTS, "mono", 0.05);
m_cassette->set_interface("bk0010_cass");
SOFTWARE_LIST(config, "cass_list").set_original("bk0010");