summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/popobear.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/popobear.cpp')
-rw-r--r--src/mame/drivers/popobear.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/popobear.cpp b/src/mame/drivers/popobear.cpp
index 2a3f1885b31..d2a69757d2b 100644
--- a/src/mame/drivers/popobear.cpp
+++ b/src/mame/drivers/popobear.cpp
@@ -659,7 +659,7 @@ MACHINE_CONFIG_START(popobear_state::popobear)
MCFG_PALETTE_ADD("palette", 256*2)
MCFG_PALETTE_FORMAT(xBBBBBGGGGGRRRRR)
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_GFXDECODE_ADD("gfxdecode", "palette", popobear)