summaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorPeter D'Hoye <peter.dhoye@gmail.com>2006-04-01 15:52:06 +0000
committerPeter D'Hoye <peter.dhoye@gmail.com>2006-04-01 15:52:06 +0000
commit769f18be1d1a65aa521b91a9f7ba0f8baa0e0e4e (patch)
tree17d4e8d8604501650331d3ddbcfd08050b85ec7c /firmware
parentd884806a91f8a3d599210efa05d243a19a739e1c (diff)
downloadrockbox-769f18be1d1a65aa521b91a9f7ba0f8baa0e0e4e.tar.gz
rockbox-769f18be1d1a65aa521b91a9f7ba0f8baa0e0e4e.zip
simulator stubs for iriver recording, iriver sims now have a recording screen (doesn't actually record!)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9403 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config-h100.h6
-rw-r--r--firmware/export/config-h120.h6
-rw-r--r--firmware/export/config-h300.h6
3 files changed, 9 insertions, 9 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index 3185801078..5042c5407e 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -62,6 +62,9 @@
#define HAVE_UDA1380
+/* define this if you have recording possibility */
+#define HAVE_RECORDING 1
+
#ifndef SIMULATOR
/* Define this if you have a Motorola SCF5249 */
@@ -78,9 +81,6 @@
#define BATTERY_SCALE_FACTOR 16665 /* FIX: this value is picked at random */
-/* define this if you have recording possibility */
-#define HAVE_RECORDING 1
-
/* Define this if the platform can charge batteries */
#define HAVE_CHARGING 1
diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h
index a95698de69..0c8eec031e 100644
--- a/firmware/export/config-h120.h
+++ b/firmware/export/config-h120.h
@@ -58,6 +58,9 @@
#define HAVE_UDA1380
+/* define this if you have recording possibility */
+#define HAVE_RECORDING 1
+
#ifndef SIMULATOR
/* Define this if you have a Motorola SCF5249 */
@@ -70,9 +73,6 @@
#define BATTERY_SCALE_FACTOR 16665 /* FIX: this value is picked at random */
-/* define this if you have recording possibility */
-#define HAVE_RECORDING 1
-
/* Define if we have a hardware defect that causes ticking on the audio line */
#define HAVE_REMOTE_LCD_TICKING
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h
index 8a01203b87..f9901666e5 100644
--- a/firmware/export/config-h300.h
+++ b/firmware/export/config-h300.h
@@ -58,6 +58,9 @@
#define HAVE_UDA1380
+/* define this if you have recording possibility */
+#define HAVE_RECORDING 1
+
#ifndef SIMULATOR
/* Define this if you have a Motorola SCF5249 */
@@ -71,9 +74,6 @@
#define BATTERY_SCALE_FACTOR 23437 /* FIX: this value is picked at random */
-/* define this if you have recording possibility */
-#define HAVE_RECORDING 1
-
/* Define this if the platform can charge batteries */
#define HAVE_CHARGING 1