home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a099 / 1.ddi / DRIVERS / RODXYN80.3PL < prev    next >
Encoding:
Text File  |  1988-07-25  |  922 b   |  37 lines

  1. !----------------------------------------------------------------------------
  2. !  RODXYn80.3PL
  3. !  Three D Graphics, Keith S. Kiyohara (15-Dec-87)
  4. !
  5. !  Roland DXY-880/980
  6. !----------------------------------------------------------------------------
  7. Roland Model DXY-880/980 in RD-GL Mode
  8. -------
  9. version        =PlotConfig v0.3
  10. resolution      =1016
  11. min_x           =0
  12. min_y           =0
  13. max_x           =15200
  14. max_y           =10800
  15.  
  16. init_paper      =IN;PU0,0\x0D\x0A
  17. init_film       =IN;PU0,0;VS8\x0D\x0A
  18. home            =PU0,0\x0D\x0A
  19. pen_up          =PU\x0D\x0A
  20. pen_down        =PD\x0D\x0A
  21. move            =PU%x:1:10%,%y:1:10%\x0D\x0A
  22. draw            =PD%x:1:10%,%y:1:10%\x0D\x0A
  23. terminate       =PU0,0;SP\x0D\x0A
  24.  
  25. max_pens        =8
  26. first_pen       =1
  27. select_pen      =SP%p:1:10%\x0D\x0A
  28.  
  29. max_line_types  =7
  30. line_type_0    =LT;
  31. line_type_1    =LT2;
  32. line_type_2    =LT3;
  33. line_type_3    =LT4;
  34. line_type_4    =LT5;
  35. line_type_5    =LT6;
  36. line_type_6    =LT1;
  37.