summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ondra.cpp
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2019-06-30 16:57:02 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2019-06-30 16:57:02 +1000
commit983cd204112cceaeb4dfd5dc97b6194552e79df5 (patch)
treed75f3e16c6f56b843f4c212cb76630219380a039 /src/mame/drivers/ondra.cpp
parent49a3f61f234dbb2441289784e8035eef25fea5c3 (diff)
(nw) more cassette wave sound
Diffstat (limited to 'src/mame/drivers/ondra.cpp')
-rw-r--r--src/mame/drivers/ondra.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ondra.cpp b/src/mame/drivers/ondra.cpp
index 040e09fb591..50e9cb633ce 100644
--- a/src/mame/drivers/ondra.cpp
+++ b/src/mame/drivers/ondra.cpp
@@ -144,7 +144,7 @@ void ondra_state::ondra(machine_config &config)
// sound hardware
SPEAKER(config, "mono").front_center();
- WAVE(config, "wave", m_cassette).add_route(ALL_OUTPUTS, "mono", 0.25);
+ 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);