summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tbowl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tbowl.c')
-rw-r--r--src/mame/drivers/tbowl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tbowl.c b/src/mame/drivers/tbowl.c
index 345c5e1417d..fec50f9a2cd 100644
--- a/src/mame/drivers/tbowl.c
+++ b/src/mame/drivers/tbowl.c
@@ -426,7 +426,7 @@ static void irqhandler(device_t *device, int linestate)
static const ym3812_interface ym3812_config =
{
- irqhandler
+ DEVCB_LINE(irqhandler)
};
static const msm5205_interface msm5205_config =