home *** CD-ROM | disk | FTP | other *** search
- FastDraw.asm BUG - add one line of code to fix!
- FastDraw, with some diagonal lines, misplaces the lowest pixel by one pixel
- to the left or right. After the "fini:" label, add the following line:
- mov dx,x2[bp]
- I mistakenly counted on DX containing the x coord for the lowest point but
- it misses by one, on occasion. Sorry! - Jim Keohane
-