This is a Debian prepackaged version of the DGen emulator. This package was put together by Joey Hess , using sources from: http://www.pknet.com/~joe/dgen-sdl.html The following copyright applies to this package: # Copyright (c) 1998, 1999 Dave # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # 1. Redistributions of source code must retain the above copyright # notice, this list of conditions and the following disclaimer. # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. # 3. Neither the name of the authors nor the names of their contributors # may be used to endorse or promote products derived from this software # without specific prior written permission. # # THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' AND # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE # ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. The following files do not allow for commercial redistribution: --------------------------------------------------------------------------- musa/*, m68k.h * A portable Motorola M680x0 processor emulation engine. * Copyright 1999 Karl Stenerud. All rights reserved. * * This code may be freely used for non-commercial purpooses as long as this * copyright notice remains unaltered in the source code and any binary files * containing this code in compiled form. * * Any commercial ventures wishing to use this code must contact the author * (Karl Stenerud) to negotiate commercial licensing terms. --------------------------------------------------------------------------- zz80.c: /* Copyright 1996-2000 Neil Bradley, All rights reserved * * License agreement: * * (MZ80 Refers to both the assembly code emitted by makeZ80.c and makeZ80.c * itself) * * MZ80 May be distributed in unmodified form to any medium. * * MZ80 May not be sold, or sold as a part of a commercial package without * the express written permission of Neil Bradley (neil@synthcom.com). This * includes shareware. * * Modified versions of MZ80 may not be publicly redistributed without author * approval (neil@synthcom.com). This includes distributing via a publicly * accessible LAN. You may make your own source modifications and distribute * MZ80 in source or object form, but if you make modifications to MZ80 * then it should be noted in the top as a comment in makeZ80.c. * * MZ80 Licensing for commercial applications is available. Please email * neil@synthcom.com for details. * * Synthcom Systems, Inc, and Neil Bradley will not be held responsible for * any damage done by the use of MZ80. It is purely "as-is". * * If you use MZ80 in a freeware application, credit in the following text: * * "Multi-Z80 CPU emulator by Neil Bradley (neil@synthcom.com)" * * must accompany the freeware application within the application itself or * in the documentation. --------------------------------------------------------------------------- star/*: Copyright 1997, 1998, 1999 Neill Corlett "Starscream" refers to the following files: * STAR.C * STARCPU.H * CPUDEBUG.C * CPUDEBUG.H * STARDOC.TXT * any object file or executable compiled from the above * any source code generated from STAR.C, or object file assembled from such code Starscream may be distributed freely in unmodified form, as long as this documentation is included. No money, goods, or services may be charged or solicited for Starscream, or any emulator or other program which includes Starscream, in whole or in part. Using Starscream in a shareware or commercial application is forbidden. Contact Neill Corlett (corlett@elwha.nrrc.ncsu.edu) if you'd like to license Starscream for commercial use. Any program which uses Starscream must include the following credit text, in its documentation or in the program itself: "Starscream 680x0 emulation library by Neill Corlett (corlett@elwha.nrrc.ncsu.edu)" --------------------------------------------------------------------------- mz80/*: Copyright 1996, 1997, 1998, 1999, 2000 - Neil Bradley, All rights reserved MZ80 License agreement ----------------------- (MZ80 Refers to both the assembly code emitted by makez80.c and makez80.c itself) MZ80 May be distributed in unmodified form to any medium. MZ80 May not be sold, or sold as a part of a commercial package without the express written permission of Neil Bradley (neil@synthcom.com). This includes shareware. Modified versions of MZ80 may not be publicly redistributed without author approval (neil@synthcom.com). This includes distributing via a publicly accessible LAN. You may make your own source modifications and distribute MZ80 in source or object form, but if you make modifications to MZ80 then it should be noted in the top as a comment in makez80.c. MZ80 Licensing for commercial applications is available. Please email neil@synthcom.com for details. Synthcom Systems, Inc, and Neil Bradley will not be held responsible for any damage done by the use of MZ80. It is purely "as-is". If you use MZ80 in a freeware application, credit in the following text: "Multi-Z80 CPU emulator by Neil Bradley (neil@synthcom.com)" must accompany the freeware application within the application itself or in the documentation. --------------------------------------------------------------------------- Open-source replacements for the above modules would be appreciated, if you have the time and ability.