===============================================================================
Copyright (C) 2004 PocketDOS

  PocketDOS
  http://www.pocketdos.com/

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA

===============================================================================

This CPU emulator is based on the x86 CPU emulator from Bochs (by Kevin Lawton)

It has been compiled to emulate an i80486 processor with a built-in FPU.

The source code for the emulator is included.
This release is based on Bochs 2.11

To use this emulator with PocketDOS, copy the DLL file to the same folder as
the PocketDOS.exe executable. Ensure that there are no other DLL files with
the name PDOS???CPU.DLL in the folder, as PocketDOS will (currently) load the 
first matching (x86 CPU emulator) DLL it finds.