Veljko Miljanic wrote:
> start drawing at Y=0, Y=50, Y=100, ..... lines of the screen at the
> "same time" Thats sure. In 16 bit mode in this case Your drawing routine
> will have to switch bettwen memory pages allmost after evry scan line.
> And what I wanted to say is this: Let's change code so it will fill one
> horizontal line after another. Also you mensoned that your routine uses
> some cind of buffer. Whay do you need this for ? Does this meen
Maybe I can see what you mean. I will try to implement it.