Previous 199869 Revisions Next

r20074 Saturday 5th January, 2013 at 09:31:16 UTC by Tafoid
funkball.c, midqslvr.c, xtom3d.c:  [Peter Ferrie]
- correct slave_ack configuration member declaration
[src/mame/drivers]funkball.c midqslvr.c xtom3d.c

trunk/src/mame/drivers/funkball.c
r20073r20074
10541054{
10551055   DEVCB_DRIVER_LINE_MEMBER(funkball_state,funkball_pic8259_1_set_int_line),
10561056   DEVCB_LINE_VCC,
1057   DEVCB_MEMBER(funkball_state,get_slave_ack)
1057   DEVCB_DRIVER_MEMBER(funkball_state,get_slave_ack)
10581058};
10591059
10601060static const struct pic8259_interface funkball_pic8259_2_config =
trunk/src/mame/drivers/xtom3d.c
r20073r20074
595595{
596596   DEVCB_DRIVER_LINE_MEMBER(xtom3d_state,xtom3d_pic8259_1_set_int_line),
597597   DEVCB_LINE_VCC,
598   DEVCB_MEMBER(xtom3d_state,get_slave_ack)
598   DEVCB_DRIVER_MEMBER(xtom3d_state,get_slave_ack)
599599};
600600
601601static const struct pic8259_interface xtom3d_pic8259_2_config =
trunk/src/mame/drivers/midqslvr.c
r20073r20074
603603{
604604   DEVCB_DRIVER_LINE_MEMBER(midqslvr_state,midqslvr_pic8259_1_set_int_line),
605605   DEVCB_LINE_VCC,
606   DEVCB_MEMBER(midqslvr_state,get_slave_ack)
606   DEVCB_DRIVER_MEMBER(midqslvr_state,get_slave_ack)
607607};
608608
609609static const struct pic8259_interface midqslvr_pic8259_2_config =

Previous 199869 Revisions Next


© 1997-2024 The MAME Team