summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/vt100_kbd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/vt100_kbd.cpp')
-rw-r--r--src/mame/machine/vt100_kbd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/vt100_kbd.cpp b/src/mame/machine/vt100_kbd.cpp
index a6143ee4999..c1c1bf113f6 100644
--- a/src/mame/machine/vt100_kbd.cpp
+++ b/src/mame/machine/vt100_kbd.cpp
@@ -192,7 +192,7 @@ vt100_keyboard_device::vt100_keyboard_device(const machine_config &mconfig, devi
//-------------------------------------------------
MACHINE_CONFIG_START(vt100_keyboard_device::device_add_mconfig)
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("beeper", BEEP, 786) // 7.945us per serial clock = ~125865.324hz, / 160 clocks per char = ~ 786 hz
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.50)