summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dbz.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dbz.cpp')
-rw-r--r--src/mame/drivers/dbz.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/dbz.cpp b/src/mame/drivers/dbz.cpp
index 1bd1a368693..030073990e7 100644
--- a/src/mame/drivers/dbz.cpp
+++ b/src/mame/drivers/dbz.cpp
@@ -378,7 +378,8 @@ MACHINE_CONFIG_START(dbz_state::dbz)
MCFG_K053252_INT1_ACK_CB(WRITELINE(*this, dbz_state, dbz_irq2_ack_w))
/* sound hardware */
- MCFG_SPEAKER_STANDARD_STEREO("lspeaker", "rspeaker")
+ SPEAKER(config, "lspeaker").front_left();
+ SPEAKER(config, "rspeaker").front_right();
MCFG_GENERIC_LATCH_8_ADD("soundlatch")