home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / grafik / cbgi111 / drv1 / tecmar.doc < prev   
Encoding:
Text File  |  1990-07-11  |  1.5 KB  |  41 lines

  1. TECMAR.BGI  --- V 1.13
  2.  
  3.   This provides for support for the Tecmar Graphics Master in what
  4. must be one of the weirdest setups around.  There is no way that this
  5. configuration would have been supported without someone using it
  6. having the ability to create drivers.  This sort of situation
  7. represents the real flexibilty of a driver system.
  8.  
  9.   This driver supports the Graphics Master in a VERY specific
  10. configuration.  The card is configured to be mapped to the 64K
  11. segment starting at the paragraph 0xA000 and ONLY that segemnt.  It
  12. uses bank swithing to map the whole 128K into that 64K.  This was set
  13. up so that it could co-exist with an Hercules card.  This also
  14. partially explains its rather peculiar features.  It has no text mode
  15. and only one graphics mode.  Because of the hardware on the Gaphics
  16. Master that mode's colours are unchangeable.
  17.  
  18. MODES:
  19.     0 --- 640 x 400 x 16  -- 16 FIXED colours.
  20.  
  21. LIMITATIONS:
  22.  
  23.     Block operations are slow.  They could be speeded up
  24. considerably by recoding them in assembly language.
  25.  
  26.     Flood fill is unimplemented at present.
  27.  
  28.     Palette setting operations are null functions.  The colours on
  29. the TGM are hardwired and unchangeable.
  30.  
  31.     Error checking & reporting are almost non-existant.
  32.  
  33.     Everything that can be emulated is.  This seems to be
  34. reasonably fast so changing this is not a high priority.
  35.  
  36. KNOWN BUGS:
  37.  
  38.     Line width is currently ignored.  This seems to be taken care
  39. of by the kernal but should be changed.
  40.  
  41.