This is version 1.5 of my pcx library. It should contain the following
files:

readme 
pcxlib.doc 
pcx.lib 
pcx.map 
pcxlib.h 
vidlib.h 
vesa.h
makefile
videof.lib      
src_c.zip  : pcx.c pcx1.c pcx4.c pcx8.c
demos.zip  : testpcx.exe showpcx.exe pcxhdr.exe showpal.exe
             testpcx.c showpcx.c scancode.h pcxhdr.c showpal.c


                                Dave Boynton
                                26 January, 1992
---------------------------------
Update history:
1.5     - Implemented functions for writing to pcx files. 
        - Implemented VESA support. 
        - Added 16 bit and monochrome functions (but didn't test them).
        - Added a palette display demo program, 'showpal'.

1.1     - Fixed debugging to be useful. The Start_pcxdebug() and 
          Close_pcxdebug() functions can be called several times during a
          given program now; the start function will append if the file
          was previously opened and closed.
        - Fixed memory allocation problem.

