summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/slapshot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/slapshot.c')
-rw-r--r--src/mame/drivers/slapshot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/slapshot.c b/src/mame/drivers/slapshot.c
index 27ed56b22f2..93123c76051 100644
--- a/src/mame/drivers/slapshot.c
+++ b/src/mame/drivers/slapshot.c
@@ -484,7 +484,7 @@ static void irqhandler( device_t *device, int irq )
static const ym2610_interface ym2610_config =
{
- irqhandler
+ DEVCB_LINE(irqhandler)
};