Advertisement
glokyfull

listing gfa hypnodot

Sep 9th, 2018
1,510
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. rem routine in gfa to do the file for maxdot12
  2.  
  3. RESERVE 32000
  4. tab$=SPACE$(1540*2)
  5. tab%=V:tab$
  6. FOR i%=0 TO 1539
  7.   p%=INT(32767.5+32767.5*SIN(i%*2*PI/1540))
  8.   CARD{tab%+i%*2}=p%
  9. NEXT i%
  10. BSAVE "SIN1540.GLK",tab%,1540*2
  11. FOR i%=0 TO 511
  12.   p%=INT(32767.5+32767.5*SIN(i%*2*PI/512))
  13.   CARD{tab%+i%*2}=p%
  14. NEXT i%
  15. BSAVE "SIN512.GLK",tab%,512*2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement