.ENABL LC ; ; These definitions are for the Printronix P-300 printer. 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 = 72. ; 72 nibs per inch in X NIBY = 60. ; 60 nibs per inch in Y MAXNX = 288. ; number of dots per raster band (4 inch) MAXNY = 786. ; number of dots accross the page (-1 byte) MBYTEY = 99. ; number of bytes of MAXNY ; (MAXNY/8 rounded up) ; ; define our common section PSECT name, for when we prefix DOTS.MAC ; .PSECT PTXRAS,RW,D,OVR,GBL ;