forked from len0rd/rockbox
HD200 - fix stupid bug in lcd_grey_data
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25842 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
49f2709a01
commit
684c70bac5
1 changed files with 0 additions and 1 deletions
|
@ -149,7 +149,6 @@ lcd_grey_data:
|
||||||
add.l (%a0)+, %d0 /* add 4 pixel values to the phases */
|
add.l (%a0)+, %d0 /* add 4 pixel values to the phases */
|
||||||
move.l %d0, (%a1)+ /* store new phases, advance pointer */
|
move.l %d0, (%a1)+ /* store new phases, advance pointer */
|
||||||
|
|
||||||
clr.l %d1
|
|
||||||
move.l (%a1), %d0 /* fetch 4 pixel phases */
|
move.l (%a1), %d0 /* fetch 4 pixel phases */
|
||||||
bclr.l #31, %d0 /* Z = !(p0 & 0x80); p0 &= ~0x80; */
|
bclr.l #31, %d0 /* Z = !(p0 & 0x80); p0 &= ~0x80; */
|
||||||
seq.b %d1 /* %d1 = ....................012344444444 */
|
seq.b %d1 /* %d1 = ....................012344444444 */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue