mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
fixed sidearms regression (nw)
This commit is contained in:
parent
f1169d973e
commit
a945e662ae
1 changed files with 1 additions and 1 deletions
|
@ -643,7 +643,7 @@ static const ym2203_interface ym2203_config =
|
|||
AY8910_DEFAULT_LOADS,
|
||||
DEVCB_NULL, DEVCB_NULL, DEVCB_NULL, DEVCB_NULL,
|
||||
},
|
||||
DEVCB_LINE_MEMBER(sidearms_state, irqhandler)
|
||||
DEVCB_DRIVER_LINE_MEMBER(sidearms_state, irqhandler)
|
||||
};
|
||||
|
||||
static MACHINE_CONFIG_START( sidearms, sidearms_state )
|
||||
|
|
Loading…
Reference in a new issue