summaryrefslogtreecommitdiff
path: root/firmware/target/coldfire/mpio/hd200/lcd-as-hd200.S
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/coldfire/mpio/hd200/lcd-as-hd200.S')
-rw-r--r--firmware/target/coldfire/mpio/hd200/lcd-as-hd200.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/target/coldfire/mpio/hd200/lcd-as-hd200.S b/firmware/target/coldfire/mpio/hd200/lcd-as-hd200.S
index 9d23d18e2d..12f2cb7f94 100644
--- a/firmware/target/coldfire/mpio/hd200/lcd-as-hd200.S
+++ b/firmware/target/coldfire/mpio/hd200/lcd-as-hd200.S
@@ -149,7 +149,6 @@ lcd_grey_data:
149 add.l (%a0)+, %d0 /* add 4 pixel values to the phases */ 149 add.l (%a0)+, %d0 /* add 4 pixel values to the phases */
150 move.l %d0, (%a1)+ /* store new phases, advance pointer */ 150 move.l %d0, (%a1)+ /* store new phases, advance pointer */
151 151
152 clr.l %d1
153 move.l (%a1), %d0 /* fetch 4 pixel phases */ 152 move.l (%a1), %d0 /* fetch 4 pixel phases */
154 bclr.l #31, %d0 /* Z = !(p0 & 0x80); p0 &= ~0x80; */ 153 bclr.l #31, %d0 /* Z = !(p0 & 0x80); p0 &= ~0x80; */
155 seq.b %d1 /* %d1 = ....................012344444444 */ 154 seq.b %d1 /* %d1 = ....................012344444444 */