summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/warpwarp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/warpwarp.c')
-rw-r--r--src/mame/drivers/warpwarp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/warpwarp.c b/src/mame/drivers/warpwarp.c
index a51da90e812..d1b803f1a45 100644
--- a/src/mame/drivers/warpwarp.c
+++ b/src/mame/drivers/warpwarp.c
@@ -818,12 +818,12 @@ static GFXDECODE_START( color )
GFXDECODE_END
-static struct CustomSound_interface geebee_custom_interface =
+static const struct CustomSound_interface geebee_custom_interface =
{
geebee_sh_start
};
-static struct CustomSound_interface warpwarp_custom_interface =
+static const struct CustomSound_interface warpwarp_custom_interface =
{
warpwarp_sh_start
};