summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/suna8.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/suna8.c')
-rw-r--r--src/mame/drivers/suna8.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/suna8.c b/src/mame/drivers/suna8.c
index ab6fa48edfd..1cb8054a9d1 100644
--- a/src/mame/drivers/suna8.c
+++ b/src/mame/drivers/suna8.c
@@ -1531,7 +1531,7 @@ static void soundirq(int state)
/* 1 x 24 MHz crystal */
-static struct AY8910interface hardhead_ay8910_interface =
+static const struct AY8910interface hardhead_ay8910_interface =
{
0,
0,
@@ -1648,7 +1648,7 @@ MACHINE_DRIVER_END
/* 1 x 24 MHz crystal */
-static struct YM3812interface brickzn_ym3812_interface =
+static const struct YM3812interface brickzn_ym3812_interface =
{
soundirq /* IRQ Line */
};
@@ -1754,7 +1754,7 @@ MACHINE_DRIVER_END
Star Fighter
***************************************************************************/
-static struct AY8910interface starfigh_ay8910_interface =
+static const struct AY8910interface starfigh_ay8910_interface =
{
0,
0,