summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/stadhero.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/stadhero.c')
-rw-r--r--src/mame/drivers/stadhero.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/stadhero.c b/src/mame/drivers/stadhero.c
index 23042eb0554..5dfa2287488 100644
--- a/src/mame/drivers/stadhero.c
+++ b/src/mame/drivers/stadhero.c
@@ -219,7 +219,7 @@ static void irqhandler(device_t *device, int linestate)
static const ym3812_interface ym3812_config =
{
- irqhandler
+ DEVCB_LINE(irqhandler)
};
/******************************************************************************/