summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tecmo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tecmo.c')
-rw-r--r--src/mame/drivers/tecmo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/tecmo.c b/src/mame/drivers/tecmo.c
index 4fc6bd79fc5..26726bddf14 100644
--- a/src/mame/drivers/tecmo.c
+++ b/src/mame/drivers/tecmo.c
@@ -549,12 +549,12 @@ static void irqhandler(int linestate)
cpunum_set_input_line(1,0,linestate);
}
-static struct YM3526interface ym3812_interface =
+static const struct YM3526interface ym3812_interface =
{
irqhandler
};
-static struct MSM5205interface msm5205_interface =
+static const struct MSM5205interface msm5205_interface =
{
tecmo_adpcm_int, /* interrupt function */
MSM5205_S48_4B /* 8KHz */