summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/pc8801/pcg8100.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/pc8801/pcg8100.cpp')
-rw-r--r--src/devices/bus/pc8801/pcg8100.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/pc8801/pcg8100.cpp b/src/devices/bus/pc8801/pcg8100.cpp
index c2bf07c7f73..f97c6a36d9f 100644
--- a/src/devices/bus/pc8801/pcg8100.cpp
+++ b/src/devices/bus/pc8801/pcg8100.cpp
@@ -46,8 +46,8 @@ void pcg8100_device::device_add_mconfig(machine_config &config)
for (auto &dac1bit : m_dac1bit)
{
SPEAKER_SOUND(config, dac1bit);
- dac1bit->add_route(ALL_OUTPUTS, "^^lspeaker", 0.25);
- dac1bit->add_route(ALL_OUTPUTS, "^^rspeaker", 0.25);
+ dac1bit->add_route(ALL_OUTPUTS, "^^speaker", 0.25, 0);
+ dac1bit->add_route(ALL_OUTPUTS, "^^speaker", 0.25, 1);
}
}