summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/momoko.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/momoko.c')
-rw-r--r--src/mame/drivers/momoko.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/momoko.c b/src/mame/drivers/momoko.c
index e26c22e0ed3..eb576cfca06 100644
--- a/src/mame/drivers/momoko.c
+++ b/src/mame/drivers/momoko.c
@@ -243,7 +243,7 @@ GFXDECODE_END
/****************************************************************************/
-static struct YM2203interface ym2203_interface =
+static const struct YM2203interface ym2203_interface =
{
soundlatch_r
};