1
0
Fork 0
forked from len0rd/rockbox

BrickMania game (currently only for H300 and iPod Color) from Ben Basha (Paprica) with modifications by me to use external bitmaps and make the code more (but not yet completely) compliant with Rockbox coding guidelines

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8428 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2006-01-23 16:00:06 +00:00
parent 440c7ea5fc
commit 06e25c8c46
18 changed files with 1137 additions and 0 deletions

View file

@ -27,6 +27,10 @@ plasma.c
#endif
bejeweled.c
bounce.c
/* H300 and iPod Color/Video only */
#if (LCD_WIDTH >= 220) && (LCD_HEIGHT >= 176) && (LCD_DEPTH == 16)
brickmania.c
#endif
calculator.c
chip8.c
demystify.c