summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pc4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pc4.cpp')
-rw-r--r--src/mame/drivers/pc4.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pc4.cpp b/src/mame/drivers/pc4.cpp
index bdb2b4734c2..165c5667cf2 100644
--- a/src/mame/drivers/pc4.cpp
+++ b/src/mame/drivers/pc4.cpp
@@ -238,7 +238,7 @@ MACHINE_CONFIG_START(pc4_state::pc4)
MCFG_GFXDECODE_ADD("gfxdecode", "palette", pc4)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO( "mono" )
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD( "beeper", BEEP, 3250 )
MCFG_SOUND_ROUTE( ALL_OUTPUTS, "mono", 1.00 )