summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dwarfd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dwarfd.c')
-rw-r--r--src/mame/drivers/dwarfd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dwarfd.c b/src/mame/drivers/dwarfd.c
index 3a1daf26cad..22bdbb1f648 100644
--- a/src/mame/drivers/dwarfd.c
+++ b/src/mame/drivers/dwarfd.c
@@ -674,7 +674,7 @@ static PALETTE_INIT(dwarfd)
palette_set_color(machine, 6, MAKE_RGB(255, 0, 0));
}
-static struct AY8910interface ay8910_interface =
+static const struct AY8910interface ay8910_interface =
{
input_port_3_r,
input_port_2_r,