summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/holeland.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/holeland.cpp')
-rw-r--r--src/mame/drivers/holeland.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/holeland.cpp b/src/mame/drivers/holeland.cpp
index 38bc5016ee2..4681b8d72f6 100644
--- a/src/mame/drivers/holeland.cpp
+++ b/src/mame/drivers/holeland.cpp
@@ -304,7 +304,7 @@ MACHINE_CONFIG_START(holeland_state::holeland)
MCFG_VIDEO_START_OVERRIDE(holeland_state,holeland)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("ay1", AY8910, 20000000/32) /* verified on PCB */
MCFG_AY8910_PORT_A_READ_CB(IOPORT("IN0"))
@@ -385,7 +385,7 @@ MACHINE_CONFIG_START(holeland_state::crzrally)
MCFG_VIDEO_START_OVERRIDE(holeland_state,crzrally)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("ay1", AY8910, 20000000/16)
MCFG_AY8910_PORT_A_READ_CB(IOPORT("IN0"))