forked from len0rd/rockbox
Gah, e200 sets CONFIG_LCD to LCD_X5.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16011 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c46ee42bb1
commit
a8b80b63db
1 changed files with 2 additions and 1 deletions
|
@ -537,7 +537,8 @@ void I_FinishUpdate (void)
|
||||||
: /* clobbers */
|
: /* clobbers */
|
||||||
"d0", "d1"
|
"d0", "d1"
|
||||||
);
|
);
|
||||||
#elif (CONFIG_LCD == LCD_X5) && !defined(SIMULATOR)
|
#elif (CONFIG_LCD == LCD_X5) && !defined(SIMULATOR) \
|
||||||
|
&& defined(CPU_COLDFIRE) /* protect from using it on e200 (sic!) */
|
||||||
count = SCREENWIDTH*SCREENHEIGHT;
|
count = SCREENWIDTH*SCREENHEIGHT;
|
||||||
|
|
||||||
/* ASM screen update (drops ~230 tics) */
|
/* ASM screen update (drops ~230 tics) */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue