[A83] Re: greyscale
[Prev][Next][Index][Thread]
[A83] Re: greyscale
> From: <Mike3465@aol.com>
>
> so basically you AND each sprite with 10101010% and draw it, then AND
> it with 01010101% and draw that, so it's just a minor change in the
> sprite drawing routines or am I way off?
No, I was speaking of what you can call a grey scale fastcopy routine, a
routine that combines 2 screen buffers to display grey. Sprite routines
shouldn't do anything special, except that the grey scale routine I
proposed uses a different screen buffer structure, so they have to copy
the sprite bytes in a different order.