summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/stactics.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/stactics.c')
-rw-r--r--src/mame/video/stactics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/stactics.c b/src/mame/video/stactics.c
index fc3f3bc62cd..8b8d85e7592 100644
--- a/src/mame/video/stactics.c
+++ b/src/mame/video/stactics.c
@@ -112,7 +112,7 @@ static int states_per_frame;
/* The first 16 came from the 7448 BCD to 7-segment decoder data sheet */
/* The rest are made up */
-static UINT8 stactics_special_chars[32*8] = {
+static const UINT8 stactics_special_chars[32*8] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* Space */
0x80, 0x80, 0x80, 0xf0, 0x80, 0x80, 0xf0, 0x00, /* extras... */
0xf0, 0x80, 0x80, 0xf0, 0x00, 0x00, 0xf0, 0x00, /* extras... */