mirror of
https://github.com/holub/mame
synced 2025-07-05 01:48:29 +03:00
balsente.cpp: Odd how omitting this caused no errors (nw)
This commit is contained in:
parent
bb88e21611
commit
49f8013bff
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user