.ENABL LC ; ; These definitions are for the Versetec 1200A electrostatic ; printer/plotter. These values are also defined in PTX.FTN. ; They are VERY device specific. Here, they are used in determining ; the buffer size, and used by the dot placement subroutines. ; NIBX = 200. ; 200 nibs per inch in X and Y NIBY = 200. ; MAXNX = 100. ; number of dots per raster band (.5 inch) MAXNY = 2112. ; number of dots accross the page. MBYTEY = 264. ; number of bytes of MAXNY ; (MAXNY/8 rounded up) ; ; define our common section PSECT name, for when we prefix DOTS.MAC ; .PSECT VERRAS,RW,D,OVR,GBL ;