summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/homerun.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/homerun.c')
-rw-r--r--src/mame/drivers/homerun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/homerun.c b/src/mame/drivers/homerun.c
index 1a5e8bc7bb8..f6005137f85 100644
--- a/src/mame/drivers/homerun.c
+++ b/src/mame/drivers/homerun.c
@@ -109,7 +109,7 @@ static ADDRESS_MAP_START( homerun_iomap, ADDRESS_SPACE_IO, 8 )
AM_RANGE(0x71, 0x71) AM_READWRITE(YM2203_read_port_0_r, YM2203_write_port_0_w)
ADDRESS_MAP_END
-static struct YM2203interface ym2203_interface =
+static const struct YM2203interface ym2203_interface =
{
input_port_3_r,
0,