summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ksayakyu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ksayakyu.c')
-rw-r--r--src/mame/drivers/ksayakyu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/ksayakyu.c b/src/mame/drivers/ksayakyu.c
index cbc0d43a6c3..0933da2e682 100644
--- a/src/mame/drivers/ksayakyu.c
+++ b/src/mame/drivers/ksayakyu.c
@@ -179,7 +179,7 @@ static WRITE8_HANDLER(dummy_w)
//DAC ? communication with main cpu ?
}
-static struct AY8910interface ay8910_interface_1 =
+static const struct AY8910interface ay8910_interface_1 =
{
soundlatch_r,
0,
@@ -187,7 +187,7 @@ static struct AY8910interface ay8910_interface_1 =
dummy_w
};
-static struct AY8910interface ay8910_interface_2 =
+static const struct AY8910interface ay8910_interface_2 =
{
0,
0,