home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 August / PCO0897.ISO / filesbbs / dos / bdos_xr5.arj / VFOSSIL / VFOS_IBM.DOC < prev    next >
Encoding:
Text File  |  1992-12-12  |  2.5 KB  |  56 lines

  1. This program implements a Video Fossil (VFOSSIL) as outlined in the
  2. document FSC-0021.DOC available from 1:105/6.
  3.  
  4. There are two programs included in this archive:
  5.  
  6.   VFOS_IBM.COM - VFOSSIL that uses direct screen writes but
  7.                  uses a multitasker's video buffer and can
  8.                  work with any text screen resolution.
  9.   VFOS_DEL.COM - Removes a VFOSSIL from memory.
  10.  
  11. To use VFOS_IBM, just make sure that the communications FOSSIL is
  12. installed first, then run VFOS_IBM. Known communications FOSSILs are
  13. Bob Hartman's Opus!Comm, David Nugent's BNU and Ray Gwinn's X00.
  14. If you wish to remove the VFOSSIL, use VFOS_DEL.  Make sure you remove
  15. the VFOSSIL before removing the communications FOSSIL (if you do
  16. things like that). Otherwise you will fragment memory.
  17.  
  18. VFOS_IBM will automagically detect the presence of a monochrome
  19. adapter and write directly to the proper memory locations.
  20.  
  21. This is not a complete VFOSSIL.  There are several functions missing
  22. out of this version, or routines that function incorrectly at this
  23. point.  The functions that are used by BinkleyTerm are known to be
  24. working in both versions.  Other functions will be fixed and/or added
  25. to make a complete VFOSSIL as time permits (right now I am too busy
  26. with work and trying to get BinkleyTerm ready for release).
  27.  
  28. I think this version of VFOS_IBM will find the "shadow buffer" under
  29. DESQview.  It might even work under DoubleDOS, but I'm not sure.  Let
  30. me know what happens.
  31.  
  32. Bob Hartman
  33.  
  34. ==========================================================================
  35. Modifications for versions later than 1.10 and adaptations to this text by
  36.  
  37. Johan Zwiekhorst (2:292/100)
  38.  
  39. Alterations and distribution of the modified VFOSSIL with explicit permission
  40. from Bob Hartman. Since he's no longer in Fidonet, I guess that makes me the
  41. only "official source" for new versions of the VFOSSIL. Please respect Bob's
  42. copyright and wishes and DO NOT distribute any modified versions of the
  43. included source!
  44.  
  45. Version history:
  46.  
  47. 1.21 - A couple of tiny patches to fix a long-standing bug which
  48.        caused HYDRACOM 1.00 to crash when VFOSSIL was resident.
  49.        Thanks to Arjen Lentz (author of HydraCom) for pointing out
  50.        the problem and the fixes.
  51. 1.20 - VFOSSIL can now work with any text screen resolution.
  52.        Previous versions did only 80x25 text. Now you can do
  53.        132x66 text, if you want to.
  54. 1.10 - adaptation by Bob Hartman (I don't know what he changed)
  55. 1.00 - original version by Bob Hartman
  56.