diff options
author | 2018-12-01 10:20:42 -0500 | |
---|---|---|
committer | 2018-12-01 10:21:04 -0500 | |
commit | 49f8013bffbae45cc4f71e7dc1699a146ba6163a (patch) | |
tree | 18c05981050e66c93d16623296268a5e2483247a | |
parent | bb88e216112a6aad3b676eac4942b430654b07c0 (diff) |
balsente.cpp: Odd how omitting this caused no errors (nw)
-rw-r--r-- | src/mame/drivers/balsente.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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); |