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