summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/thepit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/thepit.c')
-rw-r--r--src/mame/drivers/thepit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/thepit.c b/src/mame/drivers/thepit.c
index cef1a4a171e..0b4337f0105 100644
--- a/src/mame/drivers/thepit.c
+++ b/src/mame/drivers/thepit.c
@@ -633,7 +633,7 @@ static GFXDECODE_START( suprmous )
GFXDECODE_END
-static struct AY8910interface ay8910_interface =
+static const struct AY8910interface ay8910_interface =
{
soundlatch_r
};