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