diff options
Diffstat (limited to 'apps/plugins/rockboy/fastmem.c')
| -rw-r--r-- | apps/plugins/rockboy/fastmem.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/rockboy/fastmem.c b/apps/plugins/rockboy/fastmem.c index 7f5b0b4..d883438 100644 --- a/apps/plugins/rockboy/fastmem.c +++ b/apps/plugins/rockboy/fastmem.c @@ -14,7 +14,7 @@ const byte himask[256]; -const byte hi_rmap[256] ICONST_ATTR = +const byte hi_rmap[256] = { 0, 0, R, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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] ICONST_ATTR = C, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; -const byte hi_wmap[256] ICONST_ATTR = +const byte hi_wmap[256] = { R, R, R, R, R, R, R, R, R, R, R, R, R, R, R, R, S, S, S, S, S, S, S, S, S, S, S, S, S, S, S, S, |