summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cloak.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cloak.cpp')
-rw-r--r--src/mame/drivers/cloak.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cloak.cpp b/src/mame/drivers/cloak.cpp
index 6aa2a9e4956..3660e23546e 100644
--- a/src/mame/drivers/cloak.cpp
+++ b/src/mame/drivers/cloak.cpp
@@ -352,7 +352,7 @@ MACHINE_CONFIG_START(cloak_state::cloak)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
/* more low pass filters ==> DISCRETE processing */
MCFG_DEVICE_ADD("pokey1", POKEY, XTAL(10'000'000)/8) /* Accurate to recording */