From 4aaea7bcd95b7f963b7d56e6f95c7afdb84668aa Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Thu, 28 Mar 2013 11:05:31 +0000 Subject: [PATCH] fix invalid cast (nw) --- src/mess/machine/sns_sfx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mess/machine/sns_sfx.c b/src/mess/machine/sns_sfx.c index c03a7ded188..529a5d22453 100644 --- a/src/mess/machine/sns_sfx.c +++ b/src/mess/machine/sns_sfx.c @@ -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 */ };