summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lordgun.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/lordgun.c')
-rw-r--r--src/mame/drivers/lordgun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/lordgun.c b/src/mame/drivers/lordgun.c
index 7a8d7913533..068808d66d8 100644
--- a/src/mame/drivers/lordgun.c
+++ b/src/mame/drivers/lordgun.c
@@ -429,7 +429,7 @@ static void soundirq(int state)
cpunum_set_input_line(1, 0, state);
}
-static struct YM3812interface lordgun_ym3812_interface =
+static const struct YM3812interface lordgun_ym3812_interface =
{
soundirq
};