summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gyruss.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gyruss.c')
-rw-r--r--src/mame/drivers/gyruss.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/gyruss.c b/src/mame/drivers/gyruss.c
index c5b0d635dc6..6869dfe2570 100644
--- a/src/mame/drivers/gyruss.c
+++ b/src/mame/drivers/gyruss.c
@@ -338,7 +338,7 @@ GFXDECODE_END
-static struct AY8910interface ay8910_interface_1 =
+static const struct AY8910interface ay8910_interface_1 =
{
0,
0,
@@ -346,7 +346,7 @@ static struct AY8910interface ay8910_interface_1 =
gyruss_filter0_w
};
-static struct AY8910interface ay8910_interface_2 =
+static const struct AY8910interface ay8910_interface_2 =
{
0,
0,
@@ -354,7 +354,7 @@ static struct AY8910interface ay8910_interface_2 =
gyruss_filter1_w
};
-static struct AY8910interface ay8910_interface_3 =
+static const struct AY8910interface ay8910_interface_3 =
{
gyruss_portA_r
};