summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/midyunit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/midyunit.c')
-rw-r--r--src/mame/drivers/midyunit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/midyunit.c b/src/mame/drivers/midyunit.c
index 4c39858a649..e810b4a7c84 100644
--- a/src/mame/drivers/midyunit.c
+++ b/src/mame/drivers/midyunit.c
@@ -852,7 +852,7 @@ INPUT_PORTS_END
*
*************************************/
-static tms34010_config zunit_tms_config =
+static const tms34010_config zunit_tms_config =
{
FALSE, /* halt on reset */
0, /* the screen operated on */
@@ -864,7 +864,7 @@ static tms34010_config zunit_tms_config =
midyunit_from_shiftreg /* read from shiftreg function */
};
-static tms34010_config yunit_tms_config =
+static const tms34010_config yunit_tms_config =
{
FALSE, /* halt on reset */
0, /* the screen operated on */