1
0
Fork 0
forked from len0rd/rockbox

Rockblox: * Ported to the Player :-P * Slight optimisation in refresh_board().

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11146 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2006-10-07 20:00:49 +00:00
parent ce8a1c986f
commit 89658651d7
4 changed files with 103 additions and 42 deletions

View file

@ -9,6 +9,9 @@ firmware_flash.c
logo.c
metronome.c
mosaique.c
#if (LCD_WIDTH != 240) && ((LCD_WIDTH != 128) || (LCD_HEIGHT != 64))
rockblox.c
#endif
rockbox_flash.c
search.c
snow.c
@ -56,9 +59,6 @@ solitaire.c
sokoban.c
star.c
starfield.c
#if (LCD_WIDTH != 240) && ((LCD_WIDTH != 128) || (LCD_HEIGHT != 64))
rockblox.c
#endif
#if CONFIG_LCD == LCD_SSD1815
video.c
#endif