summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/pecom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/pecom.cpp')
-rw-r--r--src/mame/video/pecom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/pecom.cpp b/src/mame/video/pecom.cpp
index e20f9e16dfa..37bed986e47 100644
--- a/src/mame/video/pecom.cpp
+++ b/src/mame/video/pecom.cpp
@@ -94,7 +94,7 @@ void pecom_state::video_start()
MACHINE_CONFIG_START(pecom_state::pecom_video)
MCFG_CDP1869_SCREEN_PAL_ADD(CDP1869_TAG, SCREEN_TAG, cdp1869_device::DOT_CLK_PAL)
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_CDP1869_ADD(CDP1869_TAG, cdp1869_device::DOT_CLK_PAL, cdp1869_page_ram)
MCFG_CDP1869_COLOR_CLOCK(cdp1869_device::COLOR_CLK_PAL)