
Changes from 2.0.1 to 2.0.1:
 - VGA support (fakemode, rgb332, and index8)
 - Optimised banked mode console update
 - fixed retrace checking and palette setting for VBE 1.x

Changes from 2.0.0 to 2.0.1:
 - support for banked screen modes.
 - small fixes to VBE code
   - now writes "VBE2" to start of info block, rather than "2EBV" :)
   - mode info call returning an error doesn't stop the whole thing
   - centres the image on the screen in linear modes
   - clears all display pages (sometimes they had leftover garbage on them)
 - added wide DAC support (thanks to Mikko Tiihonen)
 - added RGB332 mode support (ditto)
 - now retrace checking is on by default
 - fixed the crashing Hermes assembler converter problem
 - now using Hermes 1.0.3 (taken from ptc-x11-2.0.10)
 - now compiles and works with Watcom C++ v11
