home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 1: Collection A / 17Bit_Collection_A.iso / files / 1036.dms / 1036.adf / Dec_ln03 / readme < prev    next >
Text File  |  1977-12-31  |  2KB  |  59 lines

  1.  
  2.  
  3.         This is a Printer driver for the DEC (Digital Equipment) LN03+
  4.     laser printer. The source provided compiles under Aztec C 3.4a and
  5.     possibly later versions, but I havn't tried them.
  6.  
  7.         You will have to modify the MAKEFILE to the "path" of your
  8.     include files, but otherwise everything should MAKE.
  9.  
  10.         There seems to be a problem with Aztec C 3.4a in trashing Reg A6
  11.     when using the memory allocating/dealloc routines. As render.c uses this
  12.     register on exit it would crash. BUT GREAT NEWS I have included a patch
  13.     by simply saving A6 on entry to render.c and restoring it on exit.
  14.     This cured the appearance of the dreaded GURU on the completion of
  15.     each screen dump.
  16.  
  17.     SCREENDUMPS
  18.  
  19.         The screen dumps produce a very nice grey-scale picture with the
  20.     dumps done at a grid size of .0045" on the ln03+. I havn't included
  21.     a facility to change these with preferences yet as the other grid
  22.     sizes don't seem to produce as nice a picture.
  23.  
  24.     TEXT
  25.  
  26.         As for the text routines, I have supported Italics if your machine
  27.     has them installed, underlining,bold, and small and large fonts.
  28.     Superscript/subscript is used by PLU/PLD commands. All character sets
  29.     are supported. Proportional spacing is also supported.
  30.  
  31.     Please feel free to modify the source and include other features, I
  32.     only ask that you include my name as original author (makes me feel
  33.     good) and get it on the FISH disks as that is my only means of getting
  34.     public domain software.
  35.  
  36.                 ......... enjoy.
  37.  
  38.             written by Bernie Mentink
  39.                        c/o Oncology Department
  40.                        Cristchurch Public Hospital
  41.                        New Zealand.
  42.  
  43. **************************************************************************
  44. ADDED NOTE:
  45.     This driver and all related files were sent to me by Bernie Mentink
  46. to be placed into the public domain in the U.S.  If you have any questions or 
  47. comments of a non-technical nature please feel free to get in touch with me. 
  48.          
  49.         Willie Schreurs, 
  50.         Compuserve 71500,2232   
  51.         or on one of the following BBSes in Denver:
  52.         Grotto: (303) 694 9050
  53.    Aurora Multi System: (303) 745 3414.
  54.  
  55.     P.S. Rename the file "prntrtag.asm" to "printertag.asm".  I had 
  56. to scrunch the name to ARC it.
  57.  
  58. **************************************************************************            
  59.