summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/model2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/model2.cpp')
-rw-r--r--src/mame/drivers/model2.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/model2.cpp b/src/mame/drivers/model2.cpp
index 29932d28e64..f705ba7a8ad 100644
--- a/src/mame/drivers/model2.cpp
+++ b/src/mame/drivers/model2.cpp
@@ -2399,7 +2399,8 @@ MACHINE_CONFIG_START(model2_state::model2_scsp)
MCFG_DEVICE_ADD("audiocpu", M68000, 12000000)
MCFG_DEVICE_PROGRAM_MAP(model2_snd)
- MCFG_SPEAKER_STANDARD_STEREO("lspeaker", "rspeaker")
+ SPEAKER(config, "lspeaker").front_left();
+ SPEAKER(config, "rspeaker").front_right();
MCFG_DEVICE_ADD("scsp", SCSP)
MCFG_SCSP_IRQ_CB(WRITE8(*this, model2_state,scsp_irq))