Chapter 6 README File

Chapter 6 contains the following example programs:

******************************************************************************
    NOTE: No checking is done to see if the monitor supports the
          requested display mode.  Make sure that the monitor
          you are using supports the display mode you are attempting
          to set!
******************************************************************************

PAINTMLT.EXE
-demonstrates PAINT_MULTI type 3 packet usage, drawing a series of coloured
rectangles.

POLYLINE.EXE
-demonstrates POLYLINE type 3 packet usage, drawing a series of
interconnected lines.

POLYSCAN.EXE
-demonstrates POLYSCANLINES type 3 packet usage, drawing a series of
horizontal segmented lines of varying thickness.

BITBLT.EXE
-demonstrates BITBLT type 3 packet usage, blits an offscreen source rectangle
to the screen.

HOSTBLT.EXE
-demonstrates LARGETEXT type 3 packet usage, drawing large text on screen.

TRANSBLT.EXE
-demonstrates TRANS_BITBLT type 3 packet usage, transparent blits an
offscreen source rectangle to the screen.

SMALLTXT.EXE
-demonstrates SMALLTEXT type 3 packet usage, drawing small text on screen.

