
Changes from 2.0.2 to 2.0.3:
 - Updated everything to match with porting kit v2.0.8
 - Added examples from ptc-examples-2.0.1 (fixed bug in Image example)
 - Support for VBE 2 protected mode interface added (thanks to Mikko again)
 - Better banked mode console update (centres the image, too)
   (also implemented banked mode console area update, even though
    I said I wouldn't :)
 - Improved speed when using larger-than-requested video modes
 - Renamed *.s to *.asm as requested :)
 - Added console option to force system memory buffering of the console
 - Changed default resolution to 320x200 (VGA modes..)
 - Enabled 24bit banked modes, since pixels split across banks isn't
   a problem  (it was when I wrote the VBE code initially)

Changes from 2.0.1 to 2.0.2:
 - 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
