summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/shootout.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/shootout.c')
-rw-r--r--src/mame/drivers/shootout.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/shootout.c b/src/mame/drivers/shootout.c
index 113a5a91f72..bc308ff937f 100644
--- a/src/mame/drivers/shootout.c
+++ b/src/mame/drivers/shootout.c
@@ -272,12 +272,12 @@ static void shootout_snd2_irq(int linestate)
cpunum_set_input_line(0,0,linestate);
}
-static struct YM2203interface ym2203_interface =
+static const struct YM2203interface ym2203_interface =
{
0,0,0,0,shootout_snd_irq
};
-static struct YM2203interface ym2203_interface2 =
+static const struct YM2203interface ym2203_interface2 =
{
0,
0,