summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/labyrunr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/labyrunr.c')
-rw-r--r--src/mame/drivers/labyrunr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/labyrunr.c b/src/mame/drivers/labyrunr.c
index 1b8ee0acacb..723b7acfb2f 100644
--- a/src/mame/drivers/labyrunr.c
+++ b/src/mame/drivers/labyrunr.c
@@ -221,13 +221,13 @@ GFXDECODE_END
***************************************************************************/
-static struct YM2203interface ym2203_interface_1 =
+static const struct YM2203interface ym2203_interface_1 =
{
input_port_0_r,
input_port_1_r
};
-static struct YM2203interface ym2203_interface_2 =
+static const struct YM2203interface ym2203_interface_2 =
{
0,
input_port_2_r