[Coco] Re: Color Computer 3 prototype
Robert Gault
robert.gault at worldnet.att.net
Fri Jan 21 16:19:26 EST 2005
PS. Here is an example that draws a diagonal "line" using 8 pixel at a
time to keep things simple. That should indicate that the screen is a
normal high res graphics screen.
10 HSCREEN2
20 FOR I=0TO159
30 LPOKE&H60000+I+I*80,&HFF
40 NEXT
50 GOTO50
If you want a better straight line you will need to step through the 8
bits per byte with an inner loop.
More information about the Coco
mailing list