From 49f8013bffbae45cc4f71e7dc1699a146ba6163a Mon Sep 17 00:00:00 2001 From: AJR Date: Sat, 1 Dec 2018 10:20:42 -0500 Subject: [PATCH] balsente.cpp: Odd how omitting this caused no errors (nw) --- src/mame/drivers/balsente.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mame/drivers/balsente.cpp b/src/mame/drivers/balsente.cpp index 3c13b98fd37..4750c2d0f07 100644 --- a/src/mame/drivers/balsente.cpp +++ b/src/mame/drivers/balsente.cpp @@ -1359,6 +1359,8 @@ void balsente_state::triviamb(machine_config &config) Z80CTC(config, "ctc1", 8_MHz_XTAL / 2); Z80CTC(config, "ctc2", 8_MHz_XTAL / 2); + SPEAKER(config, "mono").front_center(); + AY8910(config, "ay1", 8_MHz_XTAL / 6).add_route(ALL_OUTPUTS, "mono", 0.90); AY8910(config, "ay2", 8_MHz_XTAL / 6).add_route(ALL_OUTPUTS, "mono", 0.90);