summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bzone.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bzone.c')
-rw-r--r--src/mame/drivers/bzone.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/bzone.c b/src/mame/drivers/bzone.c
index c8ac766d606..be58865cfa4 100644
--- a/src/mame/drivers/bzone.c
+++ b/src/mame/drivers/bzone.c
@@ -539,27 +539,27 @@ INPUT_PORTS_END
*
*************************************/
-static struct POKEYinterface bzone_pokey_interface =
+static const struct POKEYinterface bzone_pokey_interface =
{
{ 0 },
input_port_3_r
};
-static struct CustomSound_interface bzone_custom_interface =
+static const struct CustomSound_interface bzone_custom_interface =
{
bzone_sh_start
};
-static struct POKEYinterface redbaron_pokey_interface =
+static const struct POKEYinterface redbaron_pokey_interface =
{
{ 0 },
redbaron_joy_r
};
-static struct CustomSound_interface redbaron_custom_interface =
+static const struct CustomSound_interface redbaron_custom_interface =
{
redbaron_sh_start
};