summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/toaplan2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/toaplan2.c')
-rw-r--r--src/mame/drivers/toaplan2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/toaplan2.c b/src/mame/drivers/toaplan2.c
index 552cda01b79..ab03a119e2a 100644
--- a/src/mame/drivers/toaplan2.c
+++ b/src/mame/drivers/toaplan2.c
@@ -3265,12 +3265,12 @@ static void irqhandler(int linestate)
cpunum_set_input_line(1,0,linestate);
}
-static struct YM3812interface ym3812_interface =
+static const struct YM3812interface ym3812_interface =
{
irqhandler
};
-static struct YMZ280Binterface ymz280b_interface =
+static const struct YMZ280Binterface ymz280b_interface =
{
REGION_SOUND1,
bbakraid_irqhandler