summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dbz.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dbz.c')
-rw-r--r--src/mame/drivers/dbz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dbz.c b/src/mame/drivers/dbz.c
index 61410aa153c..a53765ecc78 100644
--- a/src/mame/drivers/dbz.c
+++ b/src/mame/drivers/dbz.c
@@ -406,7 +406,7 @@ INPUT_PORTS_END
/**********************************************************************************/
-static struct YM2151interface ym2151_interface =
+static const struct YM2151interface ym2151_interface =
{
dbz_sound_irq
};