summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pacman.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pacman.c')
-rw-r--r--src/mame/drivers/pacman.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/pacman.c b/src/mame/drivers/pacman.c
index bcbfae28e43..b37a98f38cb 100644
--- a/src/mame/drivers/pacman.c
+++ b/src/mame/drivers/pacman.c
@@ -3048,7 +3048,7 @@ GFXDECODE_END
*
*************************************/
-static struct namco_interface namco_interface =
+static const struct namco_interface namco_interface =
{
3, /* number of voices */
REGION_SOUND1 /* memory region */
@@ -3314,7 +3314,7 @@ static MACHINE_DRIVER_START( crush4 )
MDRV_GFXDECODE(crush4)
MACHINE_DRIVER_END
-static struct AY8910interface crushs_ay8910_interface =
+static const struct AY8910interface crushs_ay8910_interface =
{
NULL
};