ARNOLD Jnr
----------
(c) Copyright Kevin Thacker 1997-2001
Z80 emulation (c) Copyright Adam Davidson & Andrew Pollard.

ARNOLD Jnr is a simple Amstrad CPC emulation written in Java.
The main and Amstrad specific parts are (c) Kevin Thacker.
The Z80 emulation is from Jasper a ZX Spectrum emulator by
Adam Davidson & Andrew Pollard, use with their permission.

Homepage for Jasper:
<URL:http://www.lovely.net/jasper/>

The Amstrad roms are (c) Copyright Amstrad plc and Locomotive Software Ltd.
All rights reserved.

The roms are distributed with permission.

<URL:http://www.amstrad.com/>
<URL:http://www.locomotive.com/>

License:

The source code for the Amstrad parts has been released under
the GNU Public License. See the file "Copying" for the full
license.

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

   This program 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 General Public License for more details.

   You should have received a copy of the GNU General Public License
   along with this program; if not, write to the Free Software
   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

The Z80 emulation remains (c) Copyright Adam Davidson & 
Andrew Pollard and is distributed with their permission
under their original license which overrides the GNU Public
License in this case.

Usage:

This emulation supports snapshots only.
The emulation is not very accurate so some programs may not work.

To Build:
---------

You must have the JDK 1.2.1 or better installed.
The jdk1.2.1/bin directory must be in your path environment variable.
Type:

javac -O arnoldj.java
