Patch that adds support for the A8CAS library to the Atari800 emulator.
Version 1.2.1 - for use with liba8cas >= 1.3.0
Copyright (c) 2010-2013 Tomasz Krasuski (krotki (at) poczta.onet.pl)
A8CAS homepage: http://a8cas.sourceforge.net/

This patch should be applied to the current (as of 2013-04-20) CVS source of
the Atari800 emulator. Get the source at http://atari800.sourceforge.net/

I. Installation

1. Have liba8cas binary and headers installed.

2. Copy atari800-a8cas.patch to the Atari800's main directory (atari800/).

3. In that directory, invoke

patch -p0 <atari800-a8cas.patch

4. Then compile the emulator using the following commands:

cd src
./autogen.sh
./configure <options as needed>
make

II. New features and usage

For informations on new features and usage, see atari800/README-a8cas (the
file will be created by applying a patch).
