diff options
| author | Dave Chapman <dave@dchapman.com> | 2006-09-15 11:11:16 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2006-09-15 11:11:16 +0000 |
| commit | 05a7f14f8dbf46fa64c035127ff1e04cfffb841b (patch) | |
| tree | c107a0038736337811de70dd0e48e670d35246a2 /apps/plugins/SUBDIRS | |
| parent | 1350d57751f30f1700912e6abaa1d845af973f75 (diff) | |
| download | rockbox-05a7f14f8dbf46fa64c035127ff1e04cfffb841b.zip rockbox-05a7f14f8dbf46fa64c035127ff1e04cfffb841b.tar.gz rockbox-05a7f14f8dbf46fa64c035127ff1e04cfffb841b.tar.bz2 rockbox-05a7f14f8dbf46fa64c035127ff1e04cfffb841b.tar.xz | |
Initial commit of zxbox - a ZX Spectrum emulator ported by Anton Romanov. It theoretically runs on all targets, but I have not included it in the Archos builds because it is just too slow to be usable.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10950 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SUBDIRS')
| -rw-r--r-- | apps/plugins/SUBDIRS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index 7377171..74e7fe3 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS @@ -19,6 +19,11 @@ chessbox sudoku #endif +/* For all 2bpp and colour targets */ +#if (LCD_DEPTH >= 2) +zxbox +#endif + /* For all the colour targets and iriver H1x0 */ #if defined(HAVE_LCD_COLOR) || defined(IRIVER_H100_SERIES) pacbox |