summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/carrera.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/carrera.cpp')
-rw-r--r--src/mame/drivers/carrera.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/carrera.cpp b/src/mame/drivers/carrera.cpp
index b2617c98156..5fbab017a84 100644
--- a/src/mame/drivers/carrera.cpp
+++ b/src/mame/drivers/carrera.cpp
@@ -338,7 +338,7 @@ MACHINE_CONFIG_START(carrera_state::carrera)
MCFG_PALETTE_INIT_OWNER(carrera_state, carrera)
/* sound hardware */
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("aysnd", AY8910, MASTER_CLOCK/12)
/* these are set as input, but I have no idea which input port it uses is for the AY */