summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/punchout.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/punchout.c')
-rw-r--r--src/mame/drivers/punchout.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/punchout.c b/src/mame/drivers/punchout.c
index 2f3f7c26e4d..6ba7b311ebb 100644
--- a/src/mame/drivers/punchout.c
+++ b/src/mame/drivers/punchout.c
@@ -764,13 +764,13 @@ GFXDECODE_END
-static struct NESinterface nes_interface =
+static const struct NESinterface nes_interface =
{
REGION_CPU2
};
-static struct VLM5030interface vlm5030_interface =
+static const struct VLM5030interface vlm5030_interface =
{
REGION_SOUND1, /* memory region of speech rom */
0 /* memory size of speech rom */