summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/oneshot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/oneshot.c')
-rw-r--r--src/mame/drivers/oneshot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/oneshot.c b/src/mame/drivers/oneshot.c
index 375b74e523a..7e78d3e94e4 100644
--- a/src/mame/drivers/oneshot.c
+++ b/src/mame/drivers/oneshot.c
@@ -335,7 +335,7 @@ static void irq_handler(device_t *device, int irq)
static const ym3812_interface ym3812_config =
{
- irq_handler
+ DEVCB_LINE(irq_handler)
};
void oneshot_state::machine_start()