summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/enigma2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/enigma2.cpp')
-rw-r--r--src/mame/drivers/enigma2.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/enigma2.cpp b/src/mame/drivers/enigma2.cpp
index cdf03429304..08fc5078051 100644
--- a/src/mame/drivers/enigma2.cpp
+++ b/src/mame/drivers/enigma2.cpp
@@ -618,7 +618,7 @@ MACHINE_CONFIG_START(enigma2_state::enigma2)
MCFG_PALETTE_ADD_3BIT_BGR("palette")
/* audio hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("aysnd", AY8910, AY8910_CLOCK)
MCFG_AY8910_PORT_A_READ_CB(READ8(*this, enigma2_state, sound_latch_r))
@@ -645,7 +645,7 @@ MACHINE_CONFIG_START(enigma2_state::enigma2a)
MCFG_SCREEN_UPDATE_DRIVER(enigma2_state, screen_update_enigma2a)
/* audio hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("aysnd", AY8910, AY8910_CLOCK)
MCFG_AY8910_PORT_A_READ_CB(READ8(*this, enigma2_state, sound_latch_r))