summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tiamc1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tiamc1.c')
-rw-r--r--src/mame/drivers/tiamc1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tiamc1.c b/src/mame/drivers/tiamc1.c
index d40420b6b29..dfb35e26027 100644
--- a/src/mame/drivers/tiamc1.c
+++ b/src/mame/drivers/tiamc1.c
@@ -267,7 +267,7 @@ static GFXDECODE_START( tiamc1 )
GFXDECODE_ENTRY( REGION_GFX1, 0x0000, sprites16x16_layout, 0, 16 )
GFXDECODE_END
-static struct CustomSound_interface tiamc1_custom_interface =
+static const struct CustomSound_interface tiamc1_custom_interface =
{
tiamc1_sh_start
};