summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/neoprint.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/neoprint.c')
-rw-r--r--src/mame/drivers/neoprint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/neoprint.c b/src/mame/drivers/neoprint.c
index 9ce8101bf18..455a4002281 100644
--- a/src/mame/drivers/neoprint.c
+++ b/src/mame/drivers/neoprint.c
@@ -455,7 +455,7 @@ static void audio_cpu_irq(device_t *device, int assert)
static const ym2610_interface ym2610_config =
{
- audio_cpu_irq
+ DEVCB_LINE(audio_cpu_irq)
};