summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tranz330.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tranz330.cpp')
-rw-r--r--src/mame/drivers/tranz330.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tranz330.cpp b/src/mame/drivers/tranz330.cpp
index 1d75c22be54..d9bc53824f5 100644
--- a/src/mame/drivers/tranz330.cpp
+++ b/src/mame/drivers/tranz330.cpp
@@ -182,7 +182,7 @@ void tranz330_state::tranz330(machine_config &config)
config.m_default_layout = &layout_tranz330;
// sound
- SPEAKER(config, "mono").standard_mono();
+ SPEAKER(config, "mono").front_center();
SPEAKER_SOUND(config, "speaker", 0)
.add_route(ALL_OUTPUTS, "mono", 0.25);
}