summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/yunsung8.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/yunsung8.cpp')
-rw-r--r--src/mame/drivers/yunsung8.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/yunsung8.cpp b/src/mame/drivers/yunsung8.cpp
index c30e10b6973..54ceda5da9a 100644
--- a/src/mame/drivers/yunsung8.cpp
+++ b/src/mame/drivers/yunsung8.cpp
@@ -363,7 +363,8 @@ MACHINE_CONFIG_START(yunsung8_state::yunsung8)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_STEREO("lspeaker", "rspeaker")
+ SPEAKER(config, "lspeaker").front_left();
+ SPEAKER(config, "rspeaker").front_right();
MCFG_GENERIC_LATCH_8_ADD("soundlatch")
MCFG_GENERIC_LATCH_DATA_PENDING_CB(INPUTLINE("audiocpu", 0))