summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/subs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/subs.cpp')
-rw-r--r--src/mame/drivers/subs.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/subs.cpp b/src/mame/drivers/subs.cpp
index 832e5224498..2821960d326 100644
--- a/src/mame/drivers/subs.cpp
+++ b/src/mame/drivers/subs.cpp
@@ -207,7 +207,8 @@ MACHINE_CONFIG_START(subs_state::subs)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_STEREO("lspeaker", "rspeaker")
+ SPEAKER(config, "lspeaker").front_left();
+ SPEAKER(config, "rspeaker").front_right();
MCFG_DEVICE_ADD("discrete", DISCRETE, subs_discrete)
MCFG_SOUND_ROUTE(0, "lspeaker", 1.0)