summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lethalj.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/lethalj.c')
-rw-r--r--src/mame/drivers/lethalj.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/lethalj.c b/src/mame/drivers/lethalj.c
index 1cdec17f885..620f7ccb2f6 100644
--- a/src/mame/drivers/lethalj.c
+++ b/src/mame/drivers/lethalj.c
@@ -469,7 +469,7 @@ INPUT_PORTS_END
*
*************************************/
-static tms34010_config tms_config =
+static const tms34010_config tms_config =
{
FALSE, /* halt on reset */
0, /* the screen operated on */
@@ -481,7 +481,7 @@ static tms34010_config tms_config =
NULL /* read from shiftreg function */
};
-static tms34010_config tms_config_lethalj =
+static const tms34010_config tms_config_lethalj =
{
FALSE, /* halt on reset */
0, /* the screen operated on */