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