summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dooyong.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dooyong.c')
-rw-r--r--src/mame/drivers/dooyong.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/dooyong.c b/src/mame/drivers/dooyong.c
index f89ad145e99..508543dc5d2 100644
--- a/src/mame/drivers/dooyong.c
+++ b/src/mame/drivers/dooyong.c
@@ -907,7 +907,7 @@ static READ8_HANDLER( unk_r )
return 0;
}
-static struct YM2203interface ym2203_interface_1 =
+static const struct YM2203interface ym2203_interface_1 =
{
unk_r,
0,
@@ -916,12 +916,12 @@ static struct YM2203interface ym2203_interface_1 =
irqhandler
};
-static struct YM2203interface ym2203_interface_2 =
+static const struct YM2203interface ym2203_interface_2 =
{
unk_r
};
-static struct YM2151interface ym2151_interface =
+static const struct YM2151interface ym2151_interface =
{
irqhandler
};