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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/bk.cpp b/src/mame/drivers/bk.cpp
index 5094b821dde..822ad184c8d 100644
--- a/src/mame/drivers/bk.cpp
+++ b/src/mame/drivers/bk.cpp
@@ -184,10 +184,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.25);
+ WAVE(config, "wave", "cassette").add_route(ALL_OUTPUTS, "mono", 0.05);
CASSETTE(config, m_cassette);
- m_cassette->set_default_state((cassette_state)(CASSETTE_STOPPED | CASSETTE_SPEAKER_ENABLED | CASSETTE_MOTOR_ENABLED));
+ m_cassette->set_default_state(CASSETTE_STOPPED | CASSETTE_SPEAKER_ENABLED | CASSETTE_MOTOR_ENABLED);
m_cassette->set_interface("bk0010_cass");
SOFTWARE_LIST(config, "cass_list").set_original("bk0010");