summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/crystal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/crystal.cpp')
-rw-r--r--src/mame/drivers/crystal.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/crystal.cpp b/src/mame/drivers/crystal.cpp
index 2aa0e1a617a..dac2c76f3ba 100644
--- a/src/mame/drivers/crystal.cpp
+++ b/src/mame/drivers/crystal.cpp
@@ -1510,7 +1510,8 @@ MACHINE_CONFIG_START(crystal_state::crystal)
MCFG_DS1302_ADD("rtc", XTAL(32'768))
- MCFG_SPEAKER_STANDARD_STEREO("lspeaker", "rspeaker")
+ SPEAKER(config, "lspeaker").front_left();
+ SPEAKER(config, "rspeaker").front_right();
MCFG_SOUND_VRENDER0_ADD("vrender", 0)
MCFG_VR0_REGBASE(0x04800000)