summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ashnojoe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ashnojoe.cpp')
-rw-r--r--src/mame/drivers/ashnojoe.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ashnojoe.cpp b/src/mame/drivers/ashnojoe.cpp
index e99964760af..79411264367 100644
--- a/src/mame/drivers/ashnojoe.cpp
+++ b/src/mame/drivers/ashnojoe.cpp
@@ -330,7 +330,7 @@ MACHINE_CONFIG_START(ashnojoe_state::ashnojoe)
MCFG_PALETTE_FORMAT(xRRRRRGGGGGBBBBB)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_GENERIC_LATCH_8_ADD("soundlatch")