summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mugsmash.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mugsmash.c')
-rw-r--r--src/mame/drivers/mugsmash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mugsmash.c b/src/mame/drivers/mugsmash.c
index 92ad43c1ae5..37e398f934e 100644
--- a/src/mame/drivers/mugsmash.c
+++ b/src/mame/drivers/mugsmash.c
@@ -421,7 +421,7 @@ static void irq_handler(int irq)
cpunum_set_input_line( 1, 0 , irq ? ASSERT_LINE : CLEAR_LINE );
}
-static struct YM2151interface ym2151_interface =
+static const struct YM2151interface ym2151_interface =
{
irq_handler
};