OverView
++++++++
        These routines are still in beta, and may still contain some bugs.  As
far as I know they don't, but there are probably some hiding somewhere :)

        I made this code using TASM 4.0, do if you use another assembler,
they may not work.

What's Included?
++++++++++++++++
        The routines in the library allow you to use 320X200 and 320X240
planar modes.  There are the usual routines for putting a pixel, getting a
pixel, drawing a sprite etc.  And there are also planar mode specific stuff
such as virtual scan line lengths, hardware scrolling and cool stuff like
that.  The main code is pretty well commented, so understanding it should be
easy enough.

        This library is not yet complete, the main ommision is a get_bob
routine for saving the background.  This will be added soon, as it is not
that different to the put bob routines.

        There are a few example programs to demonstrate how to use most of
the routines.  These examples are not meant to be pretty and well coded, they
are just there to help you understand how to use the BeepX routines.

        In the UTILS directory there are a few little utility programs I have
written and may come in handy.  They should all be pretty easy to use.

How To Contact Me
+++++++++++++++++
        If you wanna send me bug reports, suggestions or general coding stuff
you can email me at robbins@unix.lancs.ac.uk

                                Have Fun!

