1
0
Fork 0
forked from len0rd/rockbox

New plugin - Xobox - xonix clone by Eli Sherer with changes by me and Mikael Magnusson

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9011 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Ben Basha 2006-03-12 09:35:53 +00:00
parent a3cfdef7c8
commit b7a96707bc
3 changed files with 819 additions and 0 deletions

View file

@ -77,6 +77,11 @@ rockboy.c
#endif
#endif
/* not support recorder models for now */
#if (LCD_WIDTH > 112) && (LCD_HEIGHT > 64)
xobox.c
#endif
#endif /* HAVE_LCD_BITMAP */
#ifdef HAVE_LCD_CHARCELLS /* Player model only */