summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/madmotor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/madmotor.c')
-rw-r--r--src/mame/drivers/madmotor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/madmotor.c b/src/mame/drivers/madmotor.c
index 520126ceeb1..cf35a2951f5 100644
--- a/src/mame/drivers/madmotor.c
+++ b/src/mame/drivers/madmotor.c
@@ -276,7 +276,7 @@ static void sound_irq(int state)
cpunum_set_input_line(1,1,state); /* IRQ 2 */
}
-static struct YM2151interface ym2151_interface =
+static const struct YM2151interface ym2151_interface =
{
sound_irq
};