mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
sandscrp.cpp: Fixed regression - game boots again (nw)
This commit is contained in:
parent
0e79a04245
commit
2c4af31088
@ -519,8 +519,8 @@ MACHINE_CONFIG_START(sandscrp_state::sandscrp)
|
||||
/* YM3014B + YM2203C */
|
||||
ym2203_device &ymsnd(YM2203(config, "ymsnd", 4000000));
|
||||
ymsnd.irq_handler().set_inputline(m_audiocpu, 0);
|
||||
ymsnd.port_a_write_callback().set_ioport("DSW1");
|
||||
ymsnd.port_b_write_callback().set_ioport("DSW2");
|
||||
ymsnd.port_a_read_callback().set_ioport("DSW1");
|
||||
ymsnd.port_b_read_callback().set_ioport("DSW2");
|
||||
ymsnd.add_route(ALL_OUTPUTS, "mono", 0.5);
|
||||
MACHINE_CONFIG_END
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user