summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jpmimpct.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/jpmimpct.c')
-rw-r--r--src/mame/drivers/jpmimpct.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/jpmimpct.c b/src/mame/drivers/jpmimpct.c
index 682e3376e61..18271a1c2f4 100644
--- a/src/mame/drivers/jpmimpct.c
+++ b/src/mame/drivers/jpmimpct.c
@@ -794,7 +794,7 @@ INPUT_PORTS_END
*
*************************************/
-static struct upd7759_interface upd7759_interface =
+static const struct upd7759_interface upd7759_interface =
{
REGION_SOUND1
};
@@ -812,7 +812,7 @@ static void jpmimpct_tms_irq(int state)
update_irqs();
}
-static tms34010_config tms_config =
+static const tms34010_config tms_config =
{
TRUE, /* halt on reset */
0, /* the screen operated on */