summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pzletime.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pzletime.cpp')
-rw-r--r--src/mame/drivers/pzletime.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pzletime.cpp b/src/mame/drivers/pzletime.cpp
index 0eef353f075..4ffeb278df2 100644
--- a/src/mame/drivers/pzletime.cpp
+++ b/src/mame/drivers/pzletime.cpp
@@ -357,7 +357,7 @@ MACHINE_CONFIG_START(pzletime_state::pzletime)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("oki", OKIM6295, 937500, okim6295_device::PIN7_HIGH) //freq & pin7 taken from stlforce
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
MACHINE_CONFIG_END