diff options
| author | Karl Kurbjun <kkurbjun@gmail.com> | 2009-04-01 05:41:58 +0000 |
|---|---|---|
| committer | Karl Kurbjun <kkurbjun@gmail.com> | 2009-04-01 05:41:58 +0000 |
| commit | 9ad61f50e7ea51f17153350fc19eca8d0142c8ae (patch) | |
| tree | 559e8f36a2597c795096f25a604763e802c8aa95 | |
| parent | e64b87ddb506d5248d36735280635e1ef8870ce0 (diff) | |
| download | rockbox-9ad61f50e7ea51f17153350fc19eca8d0142c8ae.zip rockbox-9ad61f50e7ea51f17153350fc19eca8d0142c8ae.tar.gz rockbox-9ad61f50e7ea51f17153350fc19eca8d0142c8ae.tar.bz2 rockbox-9ad61f50e7ea51f17153350fc19eca8d0142c8ae.tar.xz | |
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.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/firmware/export/config-mrobe500.h b/firmware/export/config-mrobe500.h index 08f8ba0..fafea48 100644 --- a/firmware/export/config-mrobe500.h +++ b/firmware/export/config-mrobe500.h @@ -44,8 +44,6 @@ /* define this if you want album art for this target */ //#define HAVE_ALBUMART -#define HAVE_LCD_MODES LCD_MODE_RGB565 | LCD_MODE_YUV | LCD_MODE_PAL256 - /* define this if you have access to the quickscreen */ #define HAVE_QUICKSCREEN @@ -159,6 +157,9 @@ #ifndef SIMULATOR +/* Define this if hardware supports alternate blitting */ +#define HAVE_LCD_MODES LCD_MODE_RGB565 | LCD_MODE_YUV | LCD_MODE_PAL256 + /* Define this if you have a Motorola SCF5249 */ #define CONFIG_CPU DM320 |