summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m107.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/m107.c')
-rw-r--r--src/mame/drivers/m107.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/m107.c b/src/mame/drivers/m107.c
index 1d4ac5fe235..600c032a292 100644
--- a/src/mame/drivers/m107.c
+++ b/src/mame/drivers/m107.c
@@ -462,12 +462,12 @@ static void sound_irq(int state)
timer_call_after_resynch(NULL, YM2151_CLEAR,setvector_callback);
}
-static struct YM2151interface ym2151_interface =
+static const struct YM2151interface ym2151_interface =
{
sound_irq
};
-static struct IremGA20_interface iremGA20_interface =
+static const struct IremGA20_interface iremGA20_interface =
{
REGION_SOUND1
};