home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / PROGRAMS / LIST / BRADFIX.PAT < prev    next >
Text File  |  2000-06-30  |  2KB  |  55 lines

  1. RE:BRADFORD.COM
  2.  
  3.     This font program for the Epson and Gemini printers is more
  4. than worth the $15.00 the author asks (for the manual).  You will
  5. realize the full capabilities of the program only with the help of
  6. the manual.  The .COM file that is supplied free in the library is
  7. slightly out of date.  The following patches can be used to update
  8. your .COM file if you are going to use this program.  The changes
  9. work on my Kaypro 4-84 and my Xerox 820 with Gemini and Epson dot-m
  10. printers.  Use Patch, DU, or whatever to make changes.
  11.  
  12. (The address is the actual address of the program when in memory,
  13.  starting at TPA=0100.)
  14.  
  15.  
  16. NOTE:  This patch was modified to change the data at 4807 from
  17.        00 to 0A to correct menu format. -Richard Mack- 3/22/86
  18.  
  19. ADDRESS    00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
  20. -------------------------------------------------------
  21.  4800                 0A 0A 0A 0A 1B 3D 34 2F 31
  22.  4810    3D 54 79 70 65 77 72 69 74 65 72 20 32 3D 4D 6F
  23.  4820    64 65 72 6E 20 33 3D 56 61 6E 69 6C 6C 61 20 34
  24.  4830    3D 4E 6F 73 74 61 6C 67 69 63
  25.  4840                 00 0A 1B 3D 35 2F 35 3D 44
  26.  4850    72 61 66 74 20 36 3D 49 74 61 6C 69 63 20 37 3D
  27.  4860    43 6F 6D 70 75 74 65 72 20 38 3D 55 70 70 65 72
  28.  4870    63 61 73 65
  29.  
  30.  
  31. Above are the changes you should make to the 142nd record of the
  32. .COM file.  Blanks are unchanged bytes.
  33.  
  34. ADDRESS    00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
  35. -------------------------------------------------------
  36.  4980
  37.  4990
  38.  49A0
  39.  49B0
  40.  49C0
  41.  49D0              XX
  42.  49E0           (originally a 20)
  43.  49F0
  44.  
  45.  
  46. The above change is made in the 145th record of the .COM file.
  47. Your choices to enter here are: 41, 42, 43, and 44.  This
  48. corresponds to A, B, C, and D, which are your choices of printer
  49. from the selection menu.  Once you get this program running, you
  50. don't change printers, so there is no need to keep answering the
  51. question everytime you use the program.
  52.  
  53.         ---Ed Pierce---
  54.            14 Mar 86
  55.