summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/capr1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/capr1.cpp')
-rw-r--r--src/mame/drivers/capr1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/capr1.cpp b/src/mame/drivers/capr1.cpp
index 04c42d33106..a03a72342b4 100644
--- a/src/mame/drivers/capr1.cpp
+++ b/src/mame/drivers/capr1.cpp
@@ -220,7 +220,7 @@ MACHINE_CONFIG_START(capr1_state::cspin2)
/* no video! */
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("ym", YM2203, 4000000) // clock frequency unknown
MCFG_YM2203_IRQ_HANDLER(INPUTLINE("maincpu", 0))