summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2018-08-15 13:40:10 +0100
committer smf- <smf-@users.noreply.github.com>2018-08-15 13:40:10 +0100
commitb87d8634422845f28271da1db3bd92f8e0bb1b45 (patch)
tree553db31a7b57912c4341b50e90285c95336c38d5
parent99a76fcc7c5e55c55a6c1f11d6b1ce00454f3d10 (diff)
very sorry, I seem to have forgotten what I was doing and committed. (nw)
-rw-r--r--src/mame/drivers/ambush.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/ambush.cpp b/src/mame/drivers/ambush.cpp
index bd55a803ac9..2ace37304b0 100644
--- a/src/mame/drivers/ambush.cpp
+++ b/src/mame/drivers/ambush.cpp
@@ -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)