summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/coinmstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/coinmstr.c')
-rw-r--r--src/mame/drivers/coinmstr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/coinmstr.c b/src/mame/drivers/coinmstr.c
index 13384c55f77..b006dd3bb11 100644
--- a/src/mame/drivers/coinmstr.c
+++ b/src/mame/drivers/coinmstr.c
@@ -617,7 +617,7 @@ static MACHINE_RESET( trailblz )
pia_reset();
}
-static struct AY8910interface ay8912_interface =
+static const struct AY8910interface ay8912_interface =
{
input_port_4_r
};