summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/elektronmono.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/elektronmono.cpp')
-rw-r--r--src/mame/drivers/elektronmono.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/elektronmono.cpp b/src/mame/drivers/elektronmono.cpp
index 63b3ea3f0a2..391a3c52476 100644
--- a/src/mame/drivers/elektronmono.cpp
+++ b/src/mame/drivers/elektronmono.cpp
@@ -159,7 +159,8 @@ MACHINE_CONFIG_START(elekmono_state::elektron)
MCFG_DEVICE_ADD("maincpu", MCF5206E, XTAL(25'447'000))
MCFG_DEVICE_PROGRAM_MAP(elektron_map)
- MCFG_SPEAKER_STANDARD_STEREO("lspeaker", "rspeaker")
+ SPEAKER(config, "lspeaker").front_left();
+ SPEAKER(config, "rspeaker").front_right();
MACHINE_CONFIG_END
static INPUT_PORTS_START( elektron )