mirror of
https://github.com/holub/mame
synced 2025-06-06 12:53:46 +03:00
Fix a change which got lost in a manual merge
This commit is contained in:
parent
f64470c568
commit
e13e53712a
@ -181,7 +181,6 @@ void a2bus_mockingboard_device::device_add_mconfig(machine_config &config)
|
||||
AY8913(config, m_ay2, 1022727);
|
||||
m_ay2->add_route(ALL_OUTPUTS, "rspeaker", 0.5);
|
||||
|
||||
VOTRAX_SC01(config, m_sc01, 1022727);
|
||||
VOTRAX_SC01A(config, m_sc01, 1022727);
|
||||
m_sc01->ar_callback().set(m_via1, FUNC(via6522_device::write_cb1));
|
||||
m_sc01->add_route(ALL_OUTPUTS, "lspeaker", 1.0);
|
||||
|
Loading…
Reference in New Issue
Block a user