summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/phoenix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/phoenix.c')
-rw-r--r--src/mame/drivers/phoenix.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/drivers/phoenix.c b/src/mame/drivers/phoenix.c
index 30edd8b23c3..fab040de6a0 100644
--- a/src/mame/drivers/phoenix.c
+++ b/src/mame/drivers/phoenix.c
@@ -674,19 +674,19 @@ static GFXDECODE_START( pleiads )
GFXDECODE_END
-static struct TMS36XXinterface phoenix_tms36xx_interface =
+static const struct TMS36XXinterface phoenix_tms36xx_interface =
{
MM6221AA, /* TMS36xx subtype(s) */
{0.50,0,0,1.05,0,0}, /* decay times of voices */
0.21 /* tune speed (time between beats) */
};
-static struct CustomSound_interface phoenix_custom_interface =
+static const struct CustomSound_interface phoenix_custom_interface =
{
phoenix_sh_start
};
-static struct TMS36XXinterface pleiads_tms36xx_interface =
+static const struct TMS36XXinterface pleiads_tms36xx_interface =
{
TMS3615, /* TMS36xx subtype(s) */
/*
@@ -698,12 +698,12 @@ static struct TMS36XXinterface pleiads_tms36xx_interface =
{0.33,0.33,0,0.33,0,0.33}
};
-static struct CustomSound_interface pleiads_custom_interface =
+static const struct CustomSound_interface pleiads_custom_interface =
{
pleiads_sh_start
};
-static struct AY8910interface survival_ay8910_interface =
+static const struct AY8910interface survival_ay8910_interface =
{
0,
survival_protection_r