summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/alpha68k.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/alpha68k.c')
-rw-r--r--src/mame/drivers/alpha68k.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/alpha68k.c b/src/mame/drivers/alpha68k.c
index 32229343fb9..ea374a7bdab 100644
--- a/src/mame/drivers/alpha68k.c
+++ b/src/mame/drivers/alpha68k.c
@@ -1854,7 +1854,7 @@ static void YM3812_irq( device_t *device, int param )
static const ym3812_interface ym3812_config =
{
- YM3812_irq
+ DEVCB_LINE(YM3812_irq)
};