summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/macs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/macs.c')
-rw-r--r--src/mame/drivers/macs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/macs.c b/src/mame/drivers/macs.c
index cda90b068db..1576ea74039 100644
--- a/src/mame/drivers/macs.c
+++ b/src/mame/drivers/macs.c
@@ -340,7 +340,7 @@ static INPUT_PORTS_START( macs )
PORT_BIT( 0xf0, IP_ACTIVE_LOW, IPT_UNUSED )
INPUT_PORTS_END
-static struct ST0016interface st0016_interface =
+static const struct ST0016interface st0016_interface =
{
&st0016_charram
};