summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/spdodgeb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/spdodgeb.c')
-rw-r--r--src/mame/drivers/spdodgeb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/spdodgeb.c b/src/mame/drivers/spdodgeb.c
index 30c02038f65..a8341158ece 100644
--- a/src/mame/drivers/spdodgeb.c
+++ b/src/mame/drivers/spdodgeb.c
@@ -382,7 +382,7 @@ static void irq_handler(device_t *device, int irq)
static const ym3812_interface ym3812_config =
{
- irq_handler
+ DEVCB_LINE(irq_handler)
};
static const msm5205_interface msm5205_config =