| 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 |
| r20073 | r20074 | |
|---|---|---|
| 1054 | 1054 | { |
| 1055 | 1055 | DEVCB_DRIVER_LINE_MEMBER(funkball_state,funkball_pic8259_1_set_int_line), |
| 1056 | 1056 | DEVCB_LINE_VCC, |
| 1057 | DEVCB_MEMBER(funkball_state,get_slave_ack) | |
| 1057 | DEVCB_DRIVER_MEMBER(funkball_state,get_slave_ack) | |
| 1058 | 1058 | }; |
| 1059 | 1059 | |
| 1060 | 1060 | static const struct pic8259_interface funkball_pic8259_2_config = |
| r20073 | r20074 | |
|---|---|---|
| 595 | 595 | { |
| 596 | 596 | DEVCB_DRIVER_LINE_MEMBER(xtom3d_state,xtom3d_pic8259_1_set_int_line), |
| 597 | 597 | DEVCB_LINE_VCC, |
| 598 | DEVCB_MEMBER(xtom3d_state,get_slave_ack) | |
| 598 | DEVCB_DRIVER_MEMBER(xtom3d_state,get_slave_ack) | |
| 599 | 599 | }; |
| 600 | 600 | |
| 601 | 601 | static const struct pic8259_interface xtom3d_pic8259_2_config = |
| r20073 | r20074 | |
|---|---|---|
| 603 | 603 | { |
| 604 | 604 | DEVCB_DRIVER_LINE_MEMBER(midqslvr_state,midqslvr_pic8259_1_set_int_line), |
| 605 | 605 | DEVCB_LINE_VCC, |
| 606 | DEVCB_MEMBER(midqslvr_state,get_slave_ack) | |
| 606 | DEVCB_DRIVER_MEMBER(midqslvr_state,get_slave_ack) | |
| 607 | 607 | }; |
| 608 | 608 | |
| 609 | 609 | static const struct pic8259_interface midqslvr_pic8259_2_config = |
| Previous | 199869 Revisions | Next |