AdPlug - A free AdLib sound player library
Copyright (C) 1999, 2000, 2001, 2002, 2003 Simon Peter, et al.

Website       : http://adplug.sourceforge.net/
Module Archive: http://www.chiptune.de/

Description:
------------
AdPlug is a free, multi-platform, hardware independent AdLib sound player
library, mainly written in C++. AdPlug plays sound data, originally created
for the AdLib (OPL2) audio board, on top of an OPL2 emulator or by using the
real hardware. No OPL2 chip is required for playback.

Supported platforms:
--------------------
AdPlug currently is tested to compile and run well under the following
platforms and compilers:

Hardware		Operating System	Compiler
--------		----------------	--------
IBM-PC - x86		Win32			MS Visual C++ 6.0
                        MS-DOS                  Watcom C/C++ 11.0c
						OpenWatcom 1.0
			Linux 2.4		GCC 2.95.x
						GCC 3.2.3
			FreeBSD 4.7-STABLE	GCC 2.95.4
			QNX 6.2.x		GCC 2.95.3
PPC - G4		MacOS X			GCC 2.95.2
PPC - RS/6000		Linux 2.2		GCC 2.x
Alpha			Linux 2.2		GCC 2.95.4
Sparc - Ultra60		Linux 2.4		GCC 2.95.4
Sparc - R220		SunOS 5.8		GCC 2.95.3

This list only incorporates platforms on which this release of AdPlug has
been tested successfully. This and/or earlier versions of AdPlug may and did
run on a variety of other platforms as well. It just means they haven't been
explicitly tested for this release.

The library builds as dynamic and/or static link library, depending on
the facilities provided by the host OS. These are autodetected. On Windows,
using MSVC6, only a static link library is built right now.

	- Simon Peter <dn.tlp@gmx.net>
