summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pokemini.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pokemini.cpp')
-rw-r--r--src/mame/drivers/pokemini.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pokemini.cpp b/src/mame/drivers/pokemini.cpp
index 3679ca5d821..ea7e40eb132 100644
--- a/src/mame/drivers/pokemini.cpp
+++ b/src/mame/drivers/pokemini.cpp
@@ -1782,7 +1782,7 @@ MACHINE_CONFIG_START(pokemini_state::pokemini)
MCFG_PALETTE_INIT_OWNER(pokemini_state, pokemini)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("speaker", SPEAKER_SOUND)
MCFG_SPEAKER_LEVELS(3, speaker_levels)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.50)