summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/changela.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/changela.c')
-rw-r--r--src/mame/drivers/changela.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/changela.c b/src/mame/drivers/changela.c
index 23ad19926a2..a0adb2c28e6 100644
--- a/src/mame/drivers/changela.c
+++ b/src/mame/drivers/changela.c
@@ -448,12 +448,12 @@ static INPUT_PORTS_START( changela )
INPUT_PORTS_END
-static struct AY8910interface ay8910_interface_1 = {
+static const struct AY8910interface ay8910_interface_1 = {
input_port_0_r,
input_port_1_r
};
-static struct AY8910interface ay8910_interface_2 = {
+static const struct AY8910interface ay8910_interface_2 = {
input_port_2_r,
input_port_3_r
};