summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/proconn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/proconn.cpp')
-rw-r--r--src/mame/drivers/proconn.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/proconn.cpp b/src/mame/drivers/proconn.cpp
index 10f1e3b5441..596d0b8188f 100644
--- a/src/mame/drivers/proconn.cpp
+++ b/src/mame/drivers/proconn.cpp
@@ -321,7 +321,8 @@ MACHINE_CONFIG_START(proconn_state::proconn)
MCFG_DEVICE_ADD("z80sio", Z80SIO, 4000000) /* ?? Mhz */
- MCFG_SPEAKER_STANDARD_STEREO("lspeaker", "rspeaker")
+ SPEAKER(config, "lspeaker").front_left();
+ SPEAKER(config, "rspeaker").front_right();
MCFG_DEFAULT_LAYOUT(layout_proconn)