Page 1 of 1
will this blitting routine work on an ipaq?

Posted:
Jun 28, 2002 @ 12:54am
by R0B

Posted:
Jun 28, 2002 @ 2:09am
by qwerty

Posted:
Jun 28, 2002 @ 2:57am
by R0B
it actually worked

Posted:
Jun 28, 2002 @ 2:53pm
by Dan East
If ScreenReal is the display buffer as provided by GAPI, then you are not drawing to the first line (you should see a single vertical line on the left side of the display in portrait), and you are writing 640 bytes past the end of the display buffer, which I'm surprised does not cause an exception.
Dan East

Posted:
Jun 28, 2002 @ 3:06pm
by qwerty
On the 3800, don't you have to run backwards with dst in this example to access the actual vram, while running forwards accesses the slower vbuffer?

Posted:
Jun 28, 2002 @ 3:17pm
by R0B
the 38xx has a different routine which decreases the value. If someone could try the the ipaq version (not the 38xx version) and tell me if it works, that would be great. I have a report from sponge that it was working on his ipaq (not sure what model), and from michael that it worked on his 38xx series ipaq.