summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ddayjlc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ddayjlc.c')
-rw-r--r--src/mame/drivers/ddayjlc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ddayjlc.c b/src/mame/drivers/ddayjlc.c
index e683a8c9a81..d9c922b1b44 100644
--- a/src/mame/drivers/ddayjlc.c
+++ b/src/mame/drivers/ddayjlc.c
@@ -378,7 +378,7 @@ static VIDEO_UPDATE( ddayjlc )
return 0;
}
-static struct AY8910interface ay8910_interface =
+static const struct AY8910interface ay8910_interface =
{
soundlatch_r
};