summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dec0.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dec0.c')
-rw-r--r--src/mame/drivers/dec0.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/dec0.c b/src/mame/drivers/dec0.c
index d38e7a56aa1..5592021ffad 100644
--- a/src/mame/drivers/dec0.c
+++ b/src/mame/drivers/dec0.c
@@ -1306,12 +1306,12 @@ static void sound_irq2(device_t *device, int linestate)
static const ym3812_interface ym3812_config =
{
- sound_irq
+ DEVCB_LINE(sound_irq)
};
static const ym3812_interface ym3812b_interface =
{
- sound_irq2
+ DEVCB_LINE(sound_irq2)
};
/******************************************************************************/