summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/liberatr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/liberatr.c')
-rw-r--r--src/mame/video/liberatr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/liberatr.c b/src/mame/video/liberatr.c
index 8dbe752addb..5f796d2d30f 100644
--- a/src/mame/video/liberatr.c
+++ b/src/mame/video/liberatr.c
@@ -289,7 +289,7 @@ static void get_pens(pen_t *pens)
/* handle the hardware flip of the bit order from 765 to 576 that
hardware does between vram and color ram */
- static offs_t penmap[] = { 0x0f, 0x0e, 0x0d, 0x0c, 0x0b, 0x0a, 0x09, 0x08,
+ static const offs_t penmap[] = { 0x0f, 0x0e, 0x0d, 0x0c, 0x0b, 0x0a, 0x09, 0x08,
0x07, 0x06, 0x05, 0x04, 0x03, 0x02, 0x01, 0x00,
0x10, 0x12, 0x14, 0x16, 0x11, 0x13, 0x15, 0x17 };