summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mkit09.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mkit09.cpp')
-rw-r--r--src/mame/drivers/mkit09.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/mkit09.cpp b/src/mame/drivers/mkit09.cpp
index ab05909ab31..3f660533415 100644
--- a/src/mame/drivers/mkit09.cpp
+++ b/src/mame/drivers/mkit09.cpp
@@ -209,7 +209,7 @@ void mkit09_state::mkit09(machine_config &config)
/* sound hardware */
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);
/* Devices */
PIA6821(config, m_pia, 0);
@@ -234,7 +234,7 @@ void mkit09_state::mkit09a(machine_config &config)
/* sound hardware */
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);
/* Devices */
PIA6821(config, m_pia, 0);