mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
funkball.c, midqslvr.c, xtom3d.c: [Peter Ferrie]
- correct slave_ack configuration member declaration
This commit is contained in:
parent
99345a6c27
commit
991cadcafb
@ -1054,7 +1054,7 @@ static const struct pic8259_interface funkball_pic8259_1_config =
|
||||
{
|
||||
DEVCB_DRIVER_LINE_MEMBER(funkball_state,funkball_pic8259_1_set_int_line),
|
||||
DEVCB_LINE_VCC,
|
||||
DEVCB_MEMBER(funkball_state,get_slave_ack)
|
||||
DEVCB_DRIVER_MEMBER(funkball_state,get_slave_ack)
|
||||
};
|
||||
|
||||
static const struct pic8259_interface funkball_pic8259_2_config =
|
||||
|
@ -603,7 +603,7 @@ static const struct pic8259_interface midqslvr_pic8259_1_config =
|
||||
{
|
||||
DEVCB_DRIVER_LINE_MEMBER(midqslvr_state,midqslvr_pic8259_1_set_int_line),
|
||||
DEVCB_LINE_VCC,
|
||||
DEVCB_MEMBER(midqslvr_state,get_slave_ack)
|
||||
DEVCB_DRIVER_MEMBER(midqslvr_state,get_slave_ack)
|
||||
};
|
||||
|
||||
static const struct pic8259_interface midqslvr_pic8259_2_config =
|
||||
|
@ -595,7 +595,7 @@ static const struct pic8259_interface xtom3d_pic8259_1_config =
|
||||
{
|
||||
DEVCB_DRIVER_LINE_MEMBER(xtom3d_state,xtom3d_pic8259_1_set_int_line),
|
||||
DEVCB_LINE_VCC,
|
||||
DEVCB_MEMBER(xtom3d_state,get_slave_ack)
|
||||
DEVCB_DRIVER_MEMBER(xtom3d_state,get_slave_ack)
|
||||
};
|
||||
|
||||
static const struct pic8259_interface xtom3d_pic8259_2_config =
|
||||
|
Loading…
Reference in New Issue
Block a user