summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ct486.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ct486.cpp')
-rw-r--r--src/mame/drivers/ct486.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ct486.cpp b/src/mame/drivers/ct486.cpp
index 9f891f78c05..09f765077a8 100644
--- a/src/mame/drivers/ct486.cpp
+++ b/src/mame/drivers/ct486.cpp
@@ -176,7 +176,7 @@ MACHINE_CONFIG_START(ct486_state::ct486)
MCFG_DEVICE_ADD("isa5", ISA16_SLOT, 0, "isabus", pc_isa16_cards, nullptr, false)
// sound hardware
- MCFG_SPEAKER_STANDARD_MONO("mono")
+ SPEAKER(config, "mono").front_center();
MCFG_DEVICE_ADD("speaker", SPEAKER_SOUND)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.50)