summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taito_f2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/taito_f2.c')
-rw-r--r--src/mame/drivers/taito_f2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/taito_f2.c b/src/mame/drivers/taito_f2.c
index 277683d3b4b..75035cc6c1c 100644
--- a/src/mame/drivers/taito_f2.c
+++ b/src/mame/drivers/taito_f2.c
@@ -3823,7 +3823,7 @@ static void irq_handler(int irq)
cpunum_set_input_line(1,0,irq ? ASSERT_LINE : CLEAR_LINE);
}
-static struct YM2610interface ym2610_interface =
+static const struct YM2610interface ym2610_interface =
{
irq_handler,
REGION_SOUND2, /* Delta-T */
@@ -3836,7 +3836,7 @@ static WRITE8_HANDLER( camltrya_porta_w )
// Implement //
}
-static struct YM2203interface ym2203_interface =
+static const struct YM2203interface ym2203_interface =
{
0, /* portA read */
0,