summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pcktgal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pcktgal.cpp')
-rw-r--r--src/mame/drivers/pcktgal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pcktgal.cpp b/src/mame/drivers/pcktgal.cpp
index baa0b6c7a38..684a276e5bb 100644
--- a/src/mame/drivers/pcktgal.cpp
+++ b/src/mame/drivers/pcktgal.cpp
@@ -254,7 +254,7 @@ MACHINE_CONFIG_START(pcktgal_state::pcktgal)
MCFG_DECO_BAC06_GFXDECODE("gfxdecode")
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_GENERIC_LATCH_8_ADD("soundlatch")