summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/warpwarp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/warpwarp.c')
-rw-r--r--src/mame/video/warpwarp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/warpwarp.c b/src/mame/video/warpwarp.c
index 1eb61d01807..52118106996 100644
--- a/src/mame/video/warpwarp.c
+++ b/src/mame/video/warpwarp.c
@@ -27,7 +27,7 @@ static const rgb_t geebee_palette[] =
MAKE_RGB(0x7f,0x7f,0x7f) /* grey */
};
-static UINT16 geebee_colortable[] =
+static const UINT16 geebee_colortable[] =
{
0, 1,
1, 0,
@@ -35,7 +35,7 @@ static UINT16 geebee_colortable[] =
2, 0
};
-static UINT16 navarone_colortable[] =
+static const UINT16 navarone_colortable[] =
{
0, 2,
2, 0,