1
0
Fork 0
forked from len0rd/rockbox

New game plugin: bubbles, initial commit

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9126 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Adam Boot 2006-03-20 03:06:07 +00:00
parent fce885d9ec
commit ea4947a95f
21 changed files with 2592 additions and 16 deletions

View file

@ -30,9 +30,10 @@ mandelbrot.c
plasma.c
#endif
jewels.c
bounce.c
#if (LCD_WIDTH >= 160) && (LCD_HEIGHT >= 128)
bubbles.c
#endif
#if (LCD_WIDTH != 138) && (LCD_WIDTH != 128)
/* These need adjusting for the Mini's and iRiver if'p screen */
brickmania.c
@ -41,6 +42,7 @@ calculator.c
chip8.c
demystify.c
flipit.c
jewels.c
minesweeper.c
oscilloscope.c
pong.c