summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/asterix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/asterix.c')
-rw-r--r--src/mame/drivers/asterix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/asterix.c b/src/mame/drivers/asterix.c
index 55dfa52dcdf..fcf0c6909fa 100644
--- a/src/mame/drivers/asterix.c
+++ b/src/mame/drivers/asterix.c
@@ -266,7 +266,7 @@ static INPUT_PORTS_START( asterix )
PORT_BIT( 0xf800, IP_ACTIVE_HIGH, IPT_UNKNOWN )
INPUT_PORTS_END
-static struct K053260_interface k053260_interface =
+static const struct K053260_interface k053260_interface =
{
REGION_SOUND1 /* memory region */
};