summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/teleprinter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/teleprinter.cpp')
-rw-r--r--src/mame/machine/teleprinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/teleprinter.cpp b/src/mame/machine/teleprinter.cpp
index 1e41f6ce64e..1bd3d21e07f 100644
--- a/src/mame/machine/teleprinter.cpp
+++ b/src/mame/machine/teleprinter.cpp
@@ -221,7 +221,7 @@ MACHINE_CONFIG_START(teleprinter_device::device_add_mconfig)
MCFG_DEVICE_ADD("keyboard", GENERIC_KEYBOARD, 0)
MCFG_GENERIC_KEYBOARD_CB(PUT(generic_terminal_device, kbd_put))
- MCFG_SPEAKER_STANDARD_MONO("bell")
+ SPEAKER(config, "bell").front_center();
MCFG_DEVICE_ADD("beeper", BEEP, 2'000)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "bell", 0.50)
MACHINE_CONFIG_END