summaryrefslogtreecommitdiff
path: root/firmware/export/config-creativezvm.h
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2008-05-14 18:55:19 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2008-05-14 18:55:19 +0000
commite031db4b87609ab11e62f44166058df1ac790fb3 (patch)
tree3a8867dcf1d8f1106beeed9016943cfe540c2ab9 /firmware/export/config-creativezvm.h
parent727a8059d7f4d04fb938f14a564ea954256ef72d (diff)
downloadrockbox-e031db4b87609ab11e62f44166058df1ac790fb3.tar.gz
rockbox-e031db4b87609ab11e62f44166058df1ac790fb3.zip
1) Use a separate config-<target>.h for Zen Vision(:M) (60GB)
2) Other unrelated cleanups git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17503 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-creativezvm.h')
-rw-r--r--firmware/export/config-creativezvm.h16
1 files changed, 4 insertions, 12 deletions
diff --git a/firmware/export/config-creativezvm.h b/firmware/export/config-creativezvm.h
index 33a5105df7..ec5e1138e4 100644
--- a/firmware/export/config-creativezvm.h
+++ b/firmware/export/config-creativezvm.h
@@ -26,6 +26,9 @@
26 26
27#define CREATIVE_ZVM 1 27#define CREATIVE_ZVM 1
28 28
29/* This makes it part of the Creative Zen Vision family :) */
30#define CREATIVE_ZVx 1
31
29/* For Rolo and boot loader */ 32/* For Rolo and boot loader */
30#define MODEL_NUMBER 26 33#define MODEL_NUMBER 26
31 34
@@ -56,13 +59,8 @@
56/* choose the lcd orientation. both work */ 59/* choose the lcd orientation. both work */
57#define CONFIG_ORIENTATION SCREEN_PORTRAIT 60#define CONFIG_ORIENTATION SCREEN_PORTRAIT
58 61
59#ifdef ZEN_VISION
60#define LCD_WIDTH 640
61#define LCD_HEIGHT 480
62#else
63#define LCD_WIDTH 320 62#define LCD_WIDTH 320
64#define LCD_HEIGHT 240 63#define LCD_HEIGHT 240
65#endif
66 64
67#define LCD_DEPTH 16 /* 65k colours */ 65#define LCD_DEPTH 16 /* 65k colours */
68#define LCD_PIXELFORMAT RGB565 /* rgb565 */ 66#define LCD_PIXELFORMAT RGB565 /* rgb565 */
@@ -156,13 +154,7 @@
156/* Define this if you have adjustable CPU frequency */ 154/* Define this if you have adjustable CPU frequency */
157/* #define HAVE_ADJUSTABLE_CPU_FREQ */ 155/* #define HAVE_ADJUSTABLE_CPU_FREQ */
158 156
159#ifdef ZEN_VISION 157#define BOOTFILE_EXT "zvm"
160 #define BOOTFILE_EXT "zv"
161#elseif defined(ZVM_60GB)
162 #define BOOTFILE_EXT "zvm60"
163#else
164 #define BOOTFILE_EXT "zvm"
165#endif
166#define BOOTFILE "rockbox." BOOTFILE_EXT 158#define BOOTFILE "rockbox." BOOTFILE_EXT
167#define BOOTDIR "/.rockbox" 159#define BOOTDIR "/.rockbox"
168 160