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