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 / BEEHIVE / ZCAT / VDO25B.LBR / VDOTERM1.PAT < prev    next >
Text File  |  2000-06-30  |  2KB  |  46 lines

  1.     VDOPATCH.001    25Apr86    jwf
  2.  
  3.     +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  4.     Patching VDO25 for terminals not supported by VINST.
  5.     +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  6.  
  7.         Dismayed that my terminal wasn't listed in the installation
  8.     program, I tried making versions of VDO for terminals that mine can
  9.     emulate.  A little trial and error and I found that the Qume fitted
  10.     perfectly.  By running a DIFF program over  the  different versions
  11.     the following results are offered as a guide for patching.
  12.  
  13.     The addresses  are in hex, assuming  your TPA starts at 100h or you
  14.     are patching with DDT or similar.
  15.  
  16.     addr        used for
  17.  
  18.     0239        Terminal No.        from VTERM.DAT
  19.     023A-024F        Terminal Type        ditto
  20.     0250        Screen, # of lines
  21.     0251           "    # of columns
  22.     0253-25A        Erase to End-Of-Line
  23.     025B        Offset to Col & Row    (20h,20h)
  24.     025D        This could be Row before Col, 1 = True
  25.     025E-0265        Cursor Addressing Sequence
  26.     0266-026D        Clear Screen
  27.     026E-0275        Line Insert
  28.     0276-027D        Line Delete
  29.     027E-0285        Highlighting On
  30.     0286-028D        Highlighting Off
  31.  
  32.     strings are NULL (00) terminated, use 00 if not supported.
  33.  
  34.     Have fun, it's a nifty little editor and a credit to it's author
  35.     James H. Whorton.
  36.  
  37.     As this note is ammended please update the filetype number 001, 002
  38.     etc so other users can spot a later version.
  39.  
  40.     John W. Fort        messages to TARDIS RCP/M  (03) 67  7760
  41.     21Apr86                 or SCUA   RCP/M  (03) 754 5081
  42.     -------------------------------------------------------------------
  43.  
  44.  
  45. 
  46.     2