Draw a pixel: Difference between revisions

m
Applesoft BASIC: fix GR vertical resolution is 48 when calculating window Y position on the screen
(Applesoft BASIC)
m (Applesoft BASIC: fix GR vertical resolution is 48 when calculating window Y position on the screen)
Line 649:
180 H = FN Y(HEIGHT)
190 WX = INT ( RND (1) * (40 - W))
200 WY = INT ( RND (1) * (4048 - H))
210 C$ = "0123456789:;<=>?"
220 C$ = MID$ (C$,C,I) + MID$ (C$,C + 2, LEN (C$) - C - 1)
413

edits