summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/skullxbo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/skullxbo.cpp')
-rw-r--r--src/mame/drivers/skullxbo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/skullxbo.cpp b/src/mame/drivers/skullxbo.cpp
index c7334cff9c9..ab2912527d8 100644
--- a/src/mame/drivers/skullxbo.cpp
+++ b/src/mame/drivers/skullxbo.cpp
@@ -272,7 +272,7 @@ void skullxbo_state::skullxbo(machine_config &config)
ATARI_JSA_II(config, m_jsa, 0);
m_jsa->main_int_cb().set_inputline(m_maincpu, M68K_IRQ_4);
m_jsa->test_read_cb().set_ioport("FF5802").bit(7);
- m_jsa->add_route(ALL_OUTPUTS, "mono", 1.0);
+ m_jsa->add_route(ALL_OUTPUTS, "mono", 0.8);
}