Use EGA.OBJ to allow 80 x 43 lines of text display on machines with
an EGA adapter.

Nantucket Corporation

------------------------------------------------------------------------------

Revised 7/2/88 by Eric Eisenhower.
 
 For some reason, the driver decided to flip you into monochrome mode without
 regard to the type of display installed.  This fix does work for my Paradise
 Autoswitch, with a color monitor.  It should work for all color displays.  It
 should work for mono as well, but I do not have a mono system to test it on.
 They did not address the cursor bug in the ega bios, so it defaults to NO 
 cursor.  You have two options.  One is to load a TSR ega font program such
 as EGAFNT25.ARC which will take care of the problem and you will have a nice
 little cursor as one would normally expect.  The second option is to use
 the clipper command SET CURSOR ON, which will give you a box cursor, the size
 of a character.  This is rather annoying, but you might not mind, and is
 truly better than no cursor at all.  Note that the driver leaves the screen
 in 43 line mode, but will return to normal display by typing MODE 80 at dos.
 
 To include the 43 line mode in your Clipper program, simply include this
 object file at link time.  Your whole application will be in 43 lines, and 
 will NOT work on a regular display.  On a VGA, you will probably go into
 50 line mode, and only use the first 43, look for a VGA driver from me soon...
 
 If you have any difficulty with this driver, please drop me a note at
 the CONTECH BBS (301) 840-0227   ... (note that this number will change to
 (301) 380-0880 around the beginning of August)
 or  DATA BIT BBS (?) 370-9832 or at home by voice at (703) 866-1210.
 I will try to make corrections, and enhancements as time permits.
 
 So far I have not found any other problems, but am still testing.
 
 Dear Nantucket, since you need some programmers that know that any program
 should be tested atleast ONCE, I encourage you to give me a call as well,
 maybe we can work something out.
 

PLEASE DISTRIBUTE FREELY

 NO FEE MAY BE CHARGED FOR THIS SOFTWARE AS IT IS PROBABLY THE PROPERTY
  OF NANTUCKET CORPORATION (even though it did not work for ---- and I had
  to fix it.)
  

