summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/adam.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/adam.cpp')
-rw-r--r--src/mame/drivers/adam.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/adam.cpp b/src/mame/drivers/adam.cpp
index f0554ebdf4c..953f83353ae 100644
--- a/src/mame/drivers/adam.cpp
+++ b/src/mame/drivers/adam.cpp
@@ -1071,7 +1071,7 @@ MACHINE_CONFIG_START(adam_state::adam)
MCFG_SCREEN_UPDATE_DEVICE(TMS9928A_TAG, tms9928a_device, screen_update)
// sound hardware
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD(SN76489A_TAG, SN76489A, XTAL(7'159'090)/2)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.00)
// TODO: enable when Z80 has better WAIT pin emulation