summaryrefslogtreecommitdiff
path: root/dvb.c.071.diff
diff options
context:
space:
mode:
Diffstat (limited to 'dvb.c.071.diff')
-rw-r--r--dvb.c.071.diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/dvb.c.071.diff b/dvb.c.071.diff
index 647b0de..ac7ba3a 100644
--- a/dvb.c.071.diff
+++ b/dvb.c.071.diff
@@ -81,7 +81,7 @@
BlitBitmap(dvb, dvb->osdwin, x0, y0+i*lpb, 1);
- data+=bpl;
+ data+=lpb*inc; //XXX kls: incrementing must be done in "one byte per pixel"
-+ ddelay(2); //XXX kls: without this the block is sometimes not fully displayed - firmware bug?
++ ddelay(3); //XXX kls: without this the block is sometimes not fully displayed - firmware bug?
}
if (brest) {
- LoadBitmap(dvb, BITMAP8, w, brest/bpl, inc, data);