summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/yunsun16.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/yunsun16.c')
-rw-r--r--src/mame/drivers/yunsun16.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/yunsun16.c b/src/mame/drivers/yunsun16.c
index 5ee5bc894ea..3f00fa49d8a 100644
--- a/src/mame/drivers/yunsun16.c
+++ b/src/mame/drivers/yunsun16.c
@@ -580,7 +580,7 @@ static void soundirq(device_t *device, int state)
static const ym3812_interface magicbub_ym3812_intf =
{
- soundirq /* IRQ Line */
+ DEVCB_LINE(soundirq) /* IRQ Line */
};
static MACHINE_CONFIG_START( magicbub, yunsun16_state )