summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/mm1kb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/mm1kb.cpp')
-rw-r--r--src/mame/machine/mm1kb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/mm1kb.cpp b/src/mame/machine/mm1kb.cpp
index fe649ab2518..98e4108dbec 100644
--- a/src/mame/machine/mm1kb.cpp
+++ b/src/mame/machine/mm1kb.cpp
@@ -58,7 +58,7 @@ bool mm1_keyboard_device::first_time = true;
//-------------------------------------------------
MACHINE_CONFIG_START(mm1_keyboard_device::device_add_mconfig)
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("keyboard_and_chassis_sounds", SAMPLES)
MCFG_SAMPLES_CHANNELS(2)
MCFG_SAMPLES_NAMES(mm1_kb_sample_names)