summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/itech32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/itech32.c')
-rw-r--r--src/mame/drivers/itech32.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/itech32.c b/src/mame/drivers/itech32.c
index e4d26724236..c1e33a20471 100644
--- a/src/mame/drivers/itech32.c
+++ b/src/mame/drivers/itech32.c
@@ -640,7 +640,7 @@ static void via_irq(int state)
}
-static struct via6522_interface via_interface =
+static const struct via6522_interface via_interface =
{
/*inputs : A/B */ 0, 0,
/*inputs : CA/B1,CA/B2 */ 0, 0, 0, 0,
@@ -650,7 +650,7 @@ static struct via6522_interface via_interface =
};
-static struct via6522_interface drivedge_via_interface =
+static const struct via6522_interface drivedge_via_interface =
{
/*inputs : A/B */ 0, 0,
/*inputs : CA/B1,CA/B2 */ 0, 0, 0, 0,
@@ -1484,7 +1484,7 @@ INPUT_PORTS_END
*
*************************************/
-static struct ES5506interface es5506_interface =
+static const struct ES5506interface es5506_interface =
{
REGION_SOUND1,
REGION_SOUND2,