summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2009-04-01 05:41:58 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2009-04-01 05:41:58 +0000
commit9ad61f50e7ea51f17153350fc19eca8d0142c8ae (patch)
tree559e8f36a2597c795096f25a604763e802c8aa95
parente64b87ddb506d5248d36735280635e1ef8870ce0 (diff)
downloadrockbox-9ad61f50e7ea51f17153350fc19eca8d0142c8ae.tar.gz
rockbox-9ad61f50e7ea51f17153350fc19eca8d0142c8ae.zip
Fix sim errors
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20602 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config-mrobe500.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/firmware/export/config-mrobe500.h b/firmware/export/config-mrobe500.h
index 08f8ba07e8..fafea48a94 100644
--- a/firmware/export/config-mrobe500.h
+++ b/firmware/export/config-mrobe500.h
@@ -44,8 +44,6 @@
44/* define this if you want album art for this target */ 44/* define this if you want album art for this target */
45//#define HAVE_ALBUMART 45//#define HAVE_ALBUMART
46 46
47#define HAVE_LCD_MODES LCD_MODE_RGB565 | LCD_MODE_YUV | LCD_MODE_PAL256
48
49/* define this if you have access to the quickscreen */ 47/* define this if you have access to the quickscreen */
50#define HAVE_QUICKSCREEN 48#define HAVE_QUICKSCREEN
51 49
@@ -159,6 +157,9 @@
159 157
160#ifndef SIMULATOR 158#ifndef SIMULATOR
161 159
160/* Define this if hardware supports alternate blitting */
161#define HAVE_LCD_MODES LCD_MODE_RGB565 | LCD_MODE_YUV | LCD_MODE_PAL256
162
162/* Define this if you have a Motorola SCF5249 */ 163/* Define this if you have a Motorola SCF5249 */
163#define CONFIG_CPU DM320 164#define CONFIG_CPU DM320
164 165