summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pp01.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pp01.cpp')
-rw-r--r--src/mame/drivers/pp01.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pp01.cpp b/src/mame/drivers/pp01.cpp
index b4fba73677f..601011b7117 100644
--- a/src/mame/drivers/pp01.cpp
+++ b/src/mame/drivers/pp01.cpp
@@ -219,7 +219,7 @@ MACHINE_CONFIG_START(pp01_state::pp01)
MCFG_PALETTE_INIT_OWNER(pp01_state, pp01)
/* 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.50)
//MCFG_SOUND_WAVE_ADD(WAVE_TAG, "cassette")