/*******************************************************************************
**	pNES
********************************************************************************
**
   Copyright (C) 2000 Jim Ursetto [jim@3e8.org]
**
   Permission is hereby granted, free of charge, to any person obtaining a
   copy of this software and associated documentation files (the "Software"),
   to deal in the Software without restriction, including without limitation
   the rights to use, copy, modify, merge, publish, distribute, sublicense,
   and/or sell copies of the Software, and to permit persons to whom the
   Software is furnished to do so, subject to the following conditions:

   The above copyright notice and this permission notice shall be included in
   all copies or substantial portions of the Software.

   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
   THE AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
   IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
** 
********************************************************************************
*/

Though this license applies this entire package, I feel it is
overkill to insert it separately into each file.

This code was derived from nestra 0.64 and much of the original code remains.
Although the nestra source code appears to be in the public domain, I wish to
give its authors credit.

The original notification of authorship (in emu.c) was:

/* NEStra - The NES translator */
/* written by Quor */
/* Version 0.64 of September 18, 1999 */
/* Public Domain */

If you do not like the (minimal) restrictions imposed by the XFree86-style
license that covers this package, just download and use nestra itself.
You won't get my modifications, though ;)

