summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m92.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/m92.c')
-rw-r--r--src/mame/drivers/m92.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/m92.c b/src/mame/drivers/m92.c
index 5d3f951fb29..d9ec7a77943 100644
--- a/src/mame/drivers/m92.c
+++ b/src/mame/drivers/m92.c
@@ -933,12 +933,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
};