summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ssv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ssv.cpp')
-rw-r--r--src/mame/drivers/ssv.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/ssv.cpp b/src/mame/drivers/ssv.cpp
index 38f8d3a70ee..5cb57188dbd 100644
--- a/src/mame/drivers/ssv.cpp
+++ b/src/mame/drivers/ssv.cpp
@@ -2564,7 +2564,8 @@ MACHINE_CONFIG_START(ssv_state::ssv)
MCFG_PALETTE_FORMAT(XRGB)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_STEREO("lspeaker", "rspeaker")
+ SPEAKER(config, "lspeaker").front_left();
+ SPEAKER(config, "rspeaker").front_right();
MCFG_DEVICE_ADD("ensoniq", ES5506, SSV_MASTER_CLOCK)
MCFG_ES5506_REGION0("ensoniq.0")