summaryrefslogtreecommitdiff
path: root/apps/plugins/rockboy/fastmem.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/rockboy/fastmem.c')
-rw-r--r--apps/plugins/rockboy/fastmem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/rockboy/fastmem.c b/apps/plugins/rockboy/fastmem.c
index d883438ce1..7f5b0b445f 100644
--- a/apps/plugins/rockboy/fastmem.c
+++ b/apps/plugins/rockboy/fastmem.c
@@ -14,7 +14,7 @@
14 14
15const byte himask[256]; 15const byte himask[256];
16 16
17const byte hi_rmap[256] = 17const byte hi_rmap[256] ICONST_ATTR =
18{ 18{
19 0, 0, R, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19 0, 0, R, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
20 S, S, S, S, S, S, S, S, S, S, S, S, S, S, S, S, 20 S, S, S, S, S, S, S, S, S, S, S, S, S, S, S, S,
@@ -26,7 +26,7 @@ const byte hi_rmap[256] =
26 C, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 26 C, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
27}; 27};
28 28
29const byte hi_wmap[256] = 29const byte hi_wmap[256] ICONST_ATTR =
30{ 30{
31 R, R, R, R, R, R, R, R, R, R, R, R, R, R, R, R, 31 R, R, R, R, R, R, R, R, R, R, R, R, R, R, R, R,
32 S, S, S, S, S, S, S, S, S, S, S, S, S, S, S, S, 32 S, S, S, S, S, S, S, S, S, S, S, S, S, S, S, S,