summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ambush.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ambush.c')
-rw-r--r--src/mame/drivers/ambush.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/ambush.c b/src/mame/drivers/ambush.c
index 4678ecb6577..66efb8bbde0 100644
--- a/src/mame/drivers/ambush.c
+++ b/src/mame/drivers/ambush.c
@@ -169,12 +169,12 @@ static GFXDECODE_START( ambush )
GFXDECODE_END
-static struct AY8910interface ay8910_interface_1 =
+static const struct AY8910interface ay8910_interface_1 =
{
input_port_0_r
};
-static struct AY8910interface ay8910_interface_2 =
+static const struct AY8910interface ay8910_interface_2 =
{
input_port_1_r
};