summaryrefslogtreecommitdiff
path: root/apps/plugins/SUBDIRS
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2008-05-31 08:48:06 +0000
committerJens Arnold <amiconn@rockbox.org>2008-05-31 08:48:06 +0000
commit02aadebd5f16740687d6a135581712a1719301c9 (patch)
treee873ff6cb21b88a4c9f5e197ac56ae843c65b6b2 /apps/plugins/SUBDIRS
parent023cd578fad93a299424cf38bc85a64d0865decc (diff)
downloadrockbox-02aadebd5f16740687d6a135581712a1719301c9.tar.gz
rockbox-02aadebd5f16740687d6a135581712a1719301c9.zip
Make ZXBox work on the m:robe 100, and fix the linker script and loader to make it work again on archos. Put Menu on F1 for recorders in order to avoid accidental poweroff on v1. ZXBox on archos is very slow, but that's not different from rockboy which is also included for recorders. (Patch by Marianne Arnold and me).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17666 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SUBDIRS')
-rw-r--r--apps/plugins/SUBDIRS6
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS
index ca162f4047..94614e2f12 100644
--- a/apps/plugins/SUBDIRS
+++ b/apps/plugins/SUBDIRS
@@ -19,12 +19,10 @@ rockboy
19chessbox 19chessbox
20sudoku 20sudoku
21reversi 21reversi
22#endif 22#ifndef OLYMPUS_MROBE_500
23
24/* For all 2bpp and colour targets */
25#if (LCD_DEPTH >= 2) && !defined(OLYMPUS_MROBE_500)
26zxbox 23zxbox
27#endif 24#endif
25#endif
28 26
29/* For all the colour targets, iriver H1x0 and iAudio M5 */ 27/* For all the colour targets, iriver H1x0 and iAudio M5 */
30#if defined(HAVE_LCD_COLOR) && !defined (SANSA_C200)\ 28#if defined(HAVE_LCD_COLOR) && !defined (SANSA_C200)\