mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
fix invalid cast (nw)
This commit is contained in:
parent
3624e85653
commit
4aaea7bcd9
@ -87,7 +87,7 @@ WRITE_LINE_MEMBER(sns_rom_superfx_device::snes_extern_irq_w)
|
||||
|
||||
static SUPERFX_CONFIG( snes_sfx_config )
|
||||
{
|
||||
DEVCB_LINE_MEMBER(sns_rom_superfx_device,snes_extern_irq_w) /* IRQ line from cart */
|
||||
DEVCB_DEVICE_LINE_MEMBER(DEVICE_SELF_OWNER, sns_rom_superfx_device, snes_extern_irq_w) /* IRQ line from cart */
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user