summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/circus.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/circus.cpp')
-rw-r--r--src/mame/drivers/circus.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/circus.cpp b/src/mame/drivers/circus.cpp
index 20b3fa01686..46a627fb700 100644
--- a/src/mame/drivers/circus.cpp
+++ b/src/mame/drivers/circus.cpp
@@ -305,7 +305,7 @@ MACHINE_CONFIG_START(circus_state::circus)
MCFG_PALETTE_ADD_MONOCHROME("palette")
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("samples", SAMPLES)
MCFG_SAMPLES_CHANNELS(3)
@@ -339,7 +339,7 @@ MACHINE_CONFIG_START(circus_state::robotbwl)
MCFG_PALETTE_ADD_MONOCHROME("palette")
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("samples", SAMPLES)
MCFG_SAMPLES_CHANNELS(5)
@@ -380,7 +380,7 @@ MACHINE_CONFIG_START(circus_state::crash)
MCFG_PALETTE_ADD_MONOCHROME("palette")
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("samples", SAMPLES)
MCFG_SAMPLES_CHANNELS(1)
@@ -413,7 +413,7 @@ MACHINE_CONFIG_START(circus_state::ripcord)
MCFG_PALETTE_ADD_MONOCHROME("palette")
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("samples", SAMPLES)
MCFG_SAMPLES_CHANNELS(4)