From cf218e33eca3abcc1067b9e78f1c82510bfe7c69 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 10 Jan 2006 21:55:56 +0000 Subject: Patch #1401999 by Karl Kurbjun - Rockboy color, sound support, and speedups git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8324 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/rockboy/lcd-gb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/rockboy/lcd-gb.h') diff --git a/apps/plugins/rockboy/lcd-gb.h b/apps/plugins/rockboy/lcd-gb.h index 14d7ee49e0..9f1b890c17 100644 --- a/apps/plugins/rockboy/lcd-gb.h +++ b/apps/plugins/rockboy/lcd-gb.h @@ -21,7 +21,7 @@ struct scan #elif LCD_DEPTH == 2 byte buf[4][256]; #elif LCD_DEPTH > 4 - byte buf[1][256]; + byte buf[256]; #endif byte pal1[128]; un16 pal2[64]; -- cgit v1.2.3