summaryrefslogtreecommitdiff
path: root/src/signetics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/signetics.h')
-rw-r--r--src/signetics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/signetics.h b/src/signetics.h
index af25a98..45f9a3a 100644
--- a/src/signetics.h
+++ b/src/signetics.h
@@ -3,7 +3,7 @@
#include"cpu/core.h"
#include"stdlib.h"
-byte CharacterROM[0x40] = {
+const byte CharacterROM[0x40] = {
'@' , 'A' , 'B' , 'C' , 'D' , 'E' , 'F' , 'G' , 'H' , 'I' , 'J' , 'K' , 'L' , 'M' , 'N' , 'O' ,
'P' , 'Q' , 'R' , 'S' , 'T' , 'U' , 'V' , 'W' , 'X' , 'Y' , 'Z' , '[' , '\\', ']' , '^' , '_' ,
' ' , '!' , '"' , '#' , '$' , '%' , '&' , '\'', '(' , ')' , '*' , '+' , ',' , '-' , '.' , '/' ,