summaryrefslogtreecommitdiff
path: root/apps/plugins/rockboy/lcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/rockboy/lcd.h')
-rw-r--r--apps/plugins/rockboy/lcd.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/plugins/rockboy/lcd.h b/apps/plugins/rockboy/lcd.h
index 4911f857de..776c8592f4 100644
--- a/apps/plugins/rockboy/lcd.h
+++ b/apps/plugins/rockboy/lcd.h
@@ -16,7 +16,11 @@ struct scan
16{ 16{
17 int bg[64]; 17 int bg[64];
18 int wnd[64]; 18 int wnd[64];
19 byte buf[8][256]; 19#ifdef GRAYSCALE
20 byte buf[4][256];
21#else
22 byte buf[8][256];
23#endif
20 byte pal1[128]; 24 byte pal1[128];
21 un16 pal2[64]; 25 un16 pal2[64];
22 un32 pal4[64]; 26 un32 pal4[64];