summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorRob Purchase <shotofadds@rockbox.org>2008-03-03 23:43:19 +0000
committerRob Purchase <shotofadds@rockbox.org>2008-03-03 23:43:19 +0000
commit5b5e8b0bdf002e58d6e711fbdcba0891f4b21c43 (patch)
treee360cb6f413f64d6e0c831da40e2fc738db279b0 /firmware/export
parent90bcefab687d8b368ce58d201ec52faf290e5069 (diff)
downloadrockbox-5b5e8b0bdf002e58d6e711fbdcba0891f4b21c43.tar.gz
rockbox-5b5e8b0bdf002e58d6e711fbdcba0891f4b21c43.zip
Add D2 option to scramble
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16505 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-cowond2.h13
1 files changed, 3 insertions, 10 deletions
diff --git a/firmware/export/config-cowond2.h b/firmware/export/config-cowond2.h
index 4f2d11e424..cbe96f8a92 100644
--- a/firmware/export/config-cowond2.h
+++ b/firmware/export/config-cowond2.h
@@ -4,7 +4,7 @@
4#define TARGET_TREE /* this target is using the target tree system */ 4#define TARGET_TREE /* this target is using the target tree system */
5 5
6/* For Rolo and boot loader */ 6/* For Rolo and boot loader */
7#define MODEL_NUMBER 34 7#define MODEL_NUMBER 24
8 8
9/* define this if you have recording possibility */ 9/* define this if you have recording possibility */
10//#define HAVE_RECORDING 10//#define HAVE_RECORDING
@@ -115,18 +115,11 @@
115/* Define this if you have adjustable CPU frequency */ 115/* Define this if you have adjustable CPU frequency */
116#define HAVE_ADJUSTABLE_CPU_FREQ 116#define HAVE_ADJUSTABLE_CPU_FREQ
117 117
118/* Offset ( in the firmware file's header ) to the file length */
119#define FIRMWARE_OFFSET_FILE_LENGTH 0
120
121/* Offset ( in the firmware file's header ) to the file CRC */ 118/* Offset ( in the firmware file's header ) to the file CRC */
122#define FIRMWARE_OFFSET_FILE_CRC 4 119#define FIRMWARE_OFFSET_FILE_CRC 0
123 120
124/* Offset ( in the firmware file's header ) to the real data */ 121/* Offset ( in the firmware file's header ) to the real data */
125#define FIRMWARE_OFFSET_FILE_DATA 6 122#define FIRMWARE_OFFSET_FILE_DATA 8
126
127/* The start address index for ROM builds */
128/* #define ROM_START 0x11010 for behind original Archos */
129#define ROM_START 0x7010 /* for behind BootBox */
130 123
131/* Software controlled LED */ 124/* Software controlled LED */
132#define CONFIG_LED LED_VIRTUAL 125#define CONFIG_LED LED_VIRTUAL