summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wc90.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/wc90.cpp')
-rw-r--r--src/mame/drivers/wc90.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/wc90.cpp b/src/mame/drivers/wc90.cpp
index 3426be9e4ea..bc03fd292a1 100644
--- a/src/mame/drivers/wc90.cpp
+++ b/src/mame/drivers/wc90.cpp
@@ -380,7 +380,7 @@ MACHINE_CONFIG_START(wc90_state::wc90)
MCFG_DEVICE_ADD("spritegen", TECMO_SPRITE, 0)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_GENERIC_LATCH_8_ADD("soundlatch")
MCFG_GENERIC_LATCH_DATA_PENDING_CB(INPUTLINE("audiocpu", INPUT_LINE_NMI))