summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/pcd_kbd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/pcd_kbd.cpp')
-rw-r--r--src/mame/machine/pcd_kbd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/pcd_kbd.cpp b/src/mame/machine/pcd_kbd.cpp
index 77843eeb714..9bc5706f245 100644
--- a/src/mame/machine/pcd_kbd.cpp
+++ b/src/mame/machine/pcd_kbd.cpp
@@ -36,7 +36,7 @@ MACHINE_CONFIG_START(pcd_keyboard_device::device_add_mconfig)
MCFG_MCS48_PORT_T0_IN_CB(READLINE(*this, pcd_keyboard_device, t0_r))
// sound hardware
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("speaker", SPEAKER_SOUND)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.25)
MACHINE_CONFIG_END