2006-04-01 13:32:16 +00:00
|
|
|
#ifndef IRIVER_IFP7XX_SERIES
|
|
|
|
|
|
|
|
/* For all targets */
|
|
|
|
|
|
|
|
/* For various targets... */
|
|
|
|
#if (CONFIG_KEYPAD == RECORDER_PAD) || \
|
|
|
|
(CONFIG_KEYPAD == IRIVER_H100_PAD) || \
|
2007-02-06 21:41:08 +00:00
|
|
|
defined(HAVE_LCD_COLOR)
|
2006-04-01 13:32:16 +00:00
|
|
|
rockboy
|
|
|
|
#endif
|
|
|
|
|
|
|
|
/* For all targets with a bitmap display */
|
|
|
|
#ifdef HAVE_LCD_BITMAP
|
|
|
|
chessbox
|
2006-04-01 18:38:34 +00:00
|
|
|
sudoku
|
|
|
|
#endif
|
2006-04-01 13:32:16 +00:00
|
|
|
|
2006-09-15 11:11:16 +00:00
|
|
|
/* For all 2bpp and colour targets */
|
|
|
|
#if (LCD_DEPTH >= 2)
|
|
|
|
zxbox
|
|
|
|
#endif
|
|
|
|
|
2006-04-01 13:32:16 +00:00
|
|
|
/* For all the colour targets and iriver H1x0 */
|
|
|
|
#if defined(HAVE_LCD_COLOR) || defined(IRIVER_H100_SERIES)
|
|
|
|
pacbox
|
|
|
|
#endif
|
|
|
|
|
2007-01-17 19:02:50 +00:00
|
|
|
/* For all the color targets */
|
|
|
|
#if defined(HAVE_LCD_COLOR) || \
|
2007-01-14 13:48:09 +00:00
|
|
|
(LCD_DEPTH == 2) && !defined(ARCHOS_AV300)
|
2006-04-01 13:32:16 +00:00
|
|
|
doom
|
|
|
|
#endif
|
|
|
|
|
2006-08-07 22:11:07 +00:00
|
|
|
/* For all the colour targets */
|
|
|
|
#if defined(HAVE_LCD_COLOR)
|
|
|
|
mpegplayer
|
|
|
|
#endif
|
|
|
|
|
2006-04-01 13:32:16 +00:00
|
|
|
|
|
|
|
#endif /* IRIVER_IFP7XX_SERIES */
|