bobbimanners / Applecorn

Allows Acorn BBC Microcomputer language ROMs to run on Apple //e enhanced, //c and IIGS.
GNU General Public License v3.0
48 stars 8 forks source link

Graphics bug - zero length lines! #272

Closed bobbimanners closed 1 year ago

bobbimanners commented 1 year ago
MOVE x,y
DRAW x,y

Draws a diagonal line 'around the world.' Should just plot a dot at x,y.