summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lockon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/lockon.c')
-rw-r--r--src/mame/drivers/lockon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/lockon.c b/src/mame/drivers/lockon.c
index 8d0e2a00d4c..c95e689b6b0 100644
--- a/src/mame/drivers/lockon.c
+++ b/src/mame/drivers/lockon.c
@@ -575,7 +575,7 @@ static WRITE8_HANDLER(YM2203_out_b)
set_led_status(1,!(data & 0x10)); // 'LOCK-ON' lamp
}
-static struct YM2203interface ym2203_interface =
+static const struct YM2203interface ym2203_interface =
{
input_port_2_r,
0,