summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/centiped.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/centiped.c')
-rw-r--r--src/mame/drivers/centiped.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/centiped.c b/src/mame/drivers/centiped.c
index 8dffcb20061..a6a23eed2f6 100644
--- a/src/mame/drivers/centiped.c
+++ b/src/mame/drivers/centiped.c
@@ -1595,27 +1595,27 @@ GFXDECODE_END
*
*************************************/
-static struct AY8910interface centipdb_ay8910_interface =
+static const struct AY8910interface centipdb_ay8910_interface =
{
caterplr_rand_r
};
-static struct POKEYinterface milliped_pokey_interface_1 =
+static const struct POKEYinterface milliped_pokey_interface_1 =
{
{ 0 },
input_port_4_r
};
-static struct POKEYinterface milliped_pokey_interface_2 =
+static const struct POKEYinterface milliped_pokey_interface_2 =
{
{ 0 },
input_port_5_r
};
-static struct POKEYinterface warlords_pokey_interface =
+static const struct POKEYinterface warlords_pokey_interface =
{
{ input_port_4_r,input_port_5_r,input_port_6_r,input_port_7_r }
};