summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/cit101_kbd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/cit101_kbd.cpp')
-rw-r--r--src/mame/machine/cit101_kbd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/cit101_kbd.cpp b/src/mame/machine/cit101_kbd.cpp
index 2ee02093e38..c1552101670 100644
--- a/src/mame/machine/cit101_kbd.cpp
+++ b/src/mame/machine/cit101_kbd.cpp
@@ -154,7 +154,7 @@ INPUT_PORTS_START(cit101_hle_keyboard)
INPUT_PORTS_END
MACHINE_CONFIG_START(cit101_hle_keyboard_device::device_add_mconfig)
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("beeper", BEEP, 786)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.50)
MACHINE_CONFIG_END