mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
very sorry, I seem to have forgotten what I was doing and committed. (nw)
This commit is contained in:
parent
99a76fcc7c
commit
b87d863442
@ -771,8 +771,8 @@ MACHINE_CONFIG_START(ambush_state::mariobla)
|
||||
mariobl(config);
|
||||
|
||||
auto &outlatch(*subdevice<ls259_device>("outlatch"));
|
||||
outlatch->q_out_cb<5>().set(FUNC(ambush_state::color_bank_1_w));
|
||||
outlatch->q_out_cb<6>().set_nop();
|
||||
outlatch.q_out_cb<5>().set(FUNC(ambush_state::color_bank_1_w));
|
||||
outlatch.q_out_cb<6>().set_nop();
|
||||
MACHINE_CONFIG_END
|
||||
|
||||
MACHINE_CONFIG_START(ambush_state::dkong3abl)
|
||||
|
Loading…
Reference in New Issue
Block a user