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