summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/carpolo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/carpolo.c')
-rw-r--r--src/mame/machine/carpolo.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/machine/carpolo.c b/src/mame/machine/carpolo.c
index 6ebadeacd3e..5512e2e5c6b 100644
--- a/src/mame/machine/carpolo.c
+++ b/src/mame/machine/carpolo.c
@@ -483,27 +483,27 @@ static const pia6821_interface pia_1_intf =
/*irqs : A/B */ 0, 0
};
-static struct TTL74148_interface TTL74148_3S_intf =
+static const struct TTL74148_interface TTL74148_3S_intf =
{
TTL74148_3S_cb
};
-static struct TTL7474_interface TTL7474_2S_1_intf =
+static const struct TTL7474_interface TTL7474_2S_1_intf =
{
TTL7474_2S_1_cb
};
-static struct TTL7474_interface TTL7474_2S_2_intf =
+static const struct TTL7474_interface TTL7474_2S_2_intf =
{
TTL7474_2S_2_cb
};
-static struct TTL7474_interface TTL7474_2U_1_intf =
+static const struct TTL7474_interface TTL7474_2U_1_intf =
{
TTL7474_2U_1_cb
};
-static struct TTL7474_interface TTL7474_2U_2_intf =
+static const struct TTL7474_interface TTL7474_2U_2_intf =
{
TTL7474_2U_2_cb
};