1
0
Fork 0
forked from len0rd/rockbox

BrickMania for iPod Nano

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8750 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Ben Basha 2006-02-20 18:56:34 +00:00
parent 5991f02e1c
commit 265d1a0936
19 changed files with 92 additions and 9 deletions

View file

@ -35,8 +35,8 @@ mandelbrot.c
solitaire.c
bejeweled.c
bounce.c
/* H300 and iPod Color/Video only */
#if ((LCD_WIDTH >= 220) && (LCD_HEIGHT >= 176) && (LCD_DEPTH == 16)) || ((LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && (LCD_DEPTH==2))
/* H300, H100 and iPod Nano/Color/Video only */
#if ((LCD_WIDTH >= 176) && (LCD_HEIGHT >= 132) && (LCD_DEPTH == 16)) || ((LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && (LCD_DEPTH==2))
brickmania.c
#endif
calculator.c