summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/eprom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/eprom.cpp')
-rw-r--r--src/mame/drivers/eprom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/eprom.cpp b/src/mame/drivers/eprom.cpp
index f391cf38b49..d1af9ae8ddc 100644
--- a/src/mame/drivers/eprom.cpp
+++ b/src/mame/drivers/eprom.cpp
@@ -411,7 +411,7 @@ void eprom_state::eprom(machine_config &config)
ATARI_JSA_I(config, m_jsa, 0);
m_jsa->main_int_cb().set_inputline(m_maincpu, M68K_IRQ_6);
m_jsa->test_read_cb().set_ioport("260010").bit(1);
- m_jsa->add_route(ALL_OUTPUTS, "mono", 1.0);
+ m_jsa->add_route(ALL_OUTPUTS, "mono", 0.4);
config.device_remove("jsa:pokey");
}