summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/stv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/stv.c')
-rw-r--r--src/mame/drivers/stv.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/stv.c b/src/mame/drivers/stv.c
index 43bacb02ec6..f82e5be6934 100644
--- a/src/mame/drivers/stv.c
+++ b/src/mame/drivers/stv.c
@@ -933,7 +933,7 @@ offsets:
7h
7l PORT-AD
*/
-static UINT8 port_ad[] =
+static const UINT8 port_ad[] =
{
0xcc,0xb2,0x99,0x7f,0x66,0x4c,0x33,0x19
};
@@ -2642,8 +2642,8 @@ static GFXDECODE_START( stv )
GFXDECODE_END
-static struct sh2_config sh2_conf_master = { 0 };
-static struct sh2_config sh2_conf_slave = { 1 };
+static const struct sh2_config sh2_conf_master = { 0 };
+static const struct sh2_config sh2_conf_slave = { 1 };
static int scsp_last_line = 0;
@@ -2670,7 +2670,7 @@ static void scsp_irq(int irq)
}
}
-static struct SCSPinterface scsp_interface =
+static const struct SCSPinterface scsp_interface =
{
0,
0,