summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/pc8801/hmb20.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/pc8801/hmb20.cpp')
-rw-r--r--src/devices/bus/pc8801/hmb20.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/pc8801/hmb20.cpp b/src/devices/bus/pc8801/hmb20.cpp
index 82fd4081f48..6da14585d6e 100644
--- a/src/devices/bus/pc8801/hmb20.cpp
+++ b/src/devices/bus/pc8801/hmb20.cpp
@@ -37,6 +37,6 @@ void hmb20_device::device_add_mconfig(machine_config &config)
// TODO: OPM mixing
YM2151(config, m_opm, hmb20_x1_clock);
// m_opm->irq_handler().set(FUNC(hmb20_device::int4_w));
- m_opm->add_route(ALL_OUTPUTS, "^^lspeaker", 0.50);
- m_opm->add_route(ALL_OUTPUTS, "^^rspeaker", 0.50);
+ m_opm->add_route(ALL_OUTPUTS, "^^speaker", 0.50, 0);
+ m_opm->add_route(ALL_OUTPUTS, "^^speaker", 0.50, 1);
}