From c0cbb937bce880bd2649475c927e8cd693f20e3b Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Thu, 28 Mar 2013 15:15:11 +0000 Subject: made some of sound devices use device callbacks instead of function callbacks part 1 (nw) --- src/mame/drivers/alpha68k.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mame/drivers/alpha68k.c') 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) }; -- cgit v1.2.3