home *** CD-ROM | disk | FTP | other *** search
/ CD Player 1994 January / CdPlayer94-01.iso / tools / v400 / vesa400.txt < prev   
Text File  |  1993-08-06  |  2KB  |  57 lines

  1.                 VESA400 version 1.00
  2.                   August 6, 1993
  3.  
  4.                       PURPOSE
  5.  
  6.     VESA400.COM is a very small TSR (occupies only 1/2 K when loaded).
  7. It will allow video cards with VESA BIOS extensions (either in ROM, TSR,
  8. or device driver) to run programs which require mode 100h (640x400x256) to
  9. run on cards which do not support that mode.
  10.  
  11.                 REQUIREMENTS
  12.  
  13.     Your video card must me VESA compatible, and must support mode 101H
  14. (640x480x256).
  15.  
  16.                 HOW IT WORKS
  17.  
  18.     VESA400 will intercept set mode and get mode calls (as well as a 
  19. few others) for both the normal interrupt 10 functions and the VESA interrupt 
  20. functions (int 10h,4fh).  It inserts mode 100h into the VESA mode list so 
  21. that calling programs will think that mode 100h is supported.  It then 
  22. substitutes mode 101h when the program attempts to switch to mode 100h.
  23.  
  24.                 LIMITATIONS
  25.  
  26.     Because 640x480 mode is substituted for 640x400 mode, your display
  27. will appear slightly "sqaushed" with 80 blank pixel lines on the bottom.
  28. But hey, your program runs, doesn't it?
  29.  
  30.                     WHY
  31.     
  32.     In reviewing some vendor forums it appeared that some users were
  33. really desperate for 640x400x256 mode.  I simply can't understand why a
  34. hardware vendor who produces a card which supports higher modes wouldn't
  35. support this one as well.  To really produce 640x400x256 mode would
  36. require an intimate knowledge of each chip set and how to program their
  37. super vga registers.  This is a stopgap measure.
  38.  
  39.                 PROBLEMS
  40.  
  41.     I've only tried this with 2 programs and it works for both.  The
  42. worst thing that could happen is that it could whack the video and you
  43. would have to reboot.  However, because their are always those jerks out
  44. there who take something for free and then sue your butt, USE THIS PROGRAM
  45. AT YOUR OWN RISK. I TAKE NO RESPONSIBILITY OF ANY KIND FOR ANY DAMAGE CAUSED 
  46. BY THIS PROGRAM.
  47.  
  48.     Please report anything that looks weird, alonjg with the program
  49. name which caused the weirdness.  CSERVE mail would be best.
  50.  
  51. Richard A. Bross
  52. 72236,2002
  53.  
  54.     
  55.  
  56.  
  57.