Copyright cleanup:

- removed years from copyright notices
 - removed redundant (c) from copyright notices
 - updated "the MAME Team" to be "Nicola Salmoria and the MAME Team"
This commit is contained in:
Aaron Giles 2008-01-06 00:47:40 +00:00
parent 33eeead1da
commit ee9f88963c
511 changed files with 653 additions and 627 deletions

View File

@ -4,7 +4,7 @@
# #
# Core makefile for building MAME and derivatives # Core makefile for building MAME and derivatives
# #
# Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. # Copyright (c) Nicola Salmoria and the MAME Team.
# Visit http://mamedev.org for licensing and usage restrictions. # Visit http://mamedev.org for licensing and usage restrictions.
# #
########################################################################### ###########################################################################

View File

@ -4,7 +4,7 @@
# #
# MAME build tools makefile # MAME build tools makefile
# #
# Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. # Copyright Nicola Salmoria and the MAME Team.
# Visit http://mamedev.org for licensing and usage restrictions. # Visit http://mamedev.org for licensing and usage restrictions.
# #
########################################################################### ###########################################################################

View File

@ -4,7 +4,7 @@
Simple file to string converter. Simple file to string converter.
Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions. Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/ ***************************************************************************/

View File

@ -2,7 +2,7 @@
Super-simple PNG to BDC file generator Super-simple PNG to BDC file generator
Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions. Visit http://mamedev.org for licensing and usage restrictions.
**************************************************************************** ****************************************************************************

View File

@ -4,7 +4,7 @@
Support functions for working with attotime data. Support functions for working with attotime data.
Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions. Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/ ***************************************************************************/

View File

@ -4,7 +4,7 @@
Support functions for working with attotime data. Support functions for working with attotime data.
Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions. Visit http://mamedev.org for licensing and usage restrictions.
**************************************************************************** ****************************************************************************

View File

@ -4,7 +4,7 @@
Generic simple sound functions. Generic simple sound functions.
Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions. Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/ ***************************************************************************/

View File

@ -4,7 +4,7 @@
Generic simple sound functions. Generic simple sound functions.
Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions. Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/ ***************************************************************************/

View File

@ -4,7 +4,7 @@
ROM set auditing functions. ROM set auditing functions.
Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions. Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/ ***************************************************************************/

View File

@ -4,7 +4,7 @@
ROM, disk, and sample auditing functions. ROM, disk, and sample auditing functions.
Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions. Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/ ***************************************************************************/

View File

@ -4,7 +4,7 @@
MAME cheat system. MAME cheat system.
Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions. Visit http://mamedev.org for licensing and usage restrictions.
*********************************************************************/ *********************************************************************/

View File

@ -4,7 +4,7 @@
Cheat system. Cheat system.
Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions. Visit http://mamedev.org for licensing and usage restrictions.
*********************************************************************/ *********************************************************************/

View File

@ -4,7 +4,7 @@
Command-line interface frontend for MAME. Command-line interface frontend for MAME.
Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions. Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/ ***************************************************************************/
@ -310,7 +310,7 @@ static void display_help(void)
{ {
#ifndef MESS #ifndef MESS
mame_printf_info("M.A.M.E. v%s - Multiple Arcade Machine Emulator\n" mame_printf_info("M.A.M.E. v%s - Multiple Arcade Machine Emulator\n"
"Copyright (C) 1997-2007 by Nicola Salmoria and the MAME Team\n\n", build_version); "Copyright Nicola Salmoria and the MAME Team\n\n", build_version);
mame_printf_info("%s\n", mame_disclaimer); mame_printf_info("%s\n", mame_disclaimer);
mame_printf_info("Usage: MAME gamename [options]\n\n" mame_printf_info("Usage: MAME gamename [options]\n\n"
" MAME -showusage for a brief list of options\n" " MAME -showusage for a brief list of options\n"

View File

@ -4,7 +4,7 @@
Command-line interface frontend for MAME. Command-line interface frontend for MAME.
Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions. Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/ ***************************************************************************/

View File

@ -4,7 +4,7 @@
Configuration file I/O. Configuration file I/O.
Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions. Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/ ***************************************************************************/

View File

@ -4,7 +4,7 @@
Wrappers for handling MAME configuration files Wrappers for handling MAME configuration files
Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions. Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/ ***************************************************************************/

View File

@ -1956,7 +1956,7 @@ static void adsp21xx_get_info(UINT32 state, cpuinfo *info)
case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "ADSP21xx"); break; case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "ADSP21xx"); break;
case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "2.0"); break; case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "2.0"); break;
case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break; case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break;
case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright (C) Aaron Giles, 1999-2004"); break; case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright Aaron Giles"); break;
case CPUINFO_STR_FLAGS: case CPUINFO_STR_FLAGS:
sprintf(info->s, "%c%c%c%c%c%c%c%c", sprintf(info->s, "%c%c%c%c%c%c%c%c",

View File

@ -1,7 +1,7 @@
/**************************************************************************** /****************************************************************************
Alpha 8201/8301 Disassembler Alpha 8201/8301 Disassembler
Copyright (C) 2006 Tatsuyuki Satoh Copyright Tatsuyuki Satoh
Originally written for the MAME project. Originally written for the MAME project.
****************************************************************************/ ****************************************************************************/

View File

@ -1,7 +1,7 @@
/**************************************************************************** /****************************************************************************
Alpha8201 Emulator Alpha8201 Emulator
Copyright (C) 2006 Tatsuyuki Satoh Copyright Tatsuyuki Satoh
Originally written for the MAME project. Originally written for the MAME project.
Notes : Notes :
@ -956,7 +956,7 @@ static void alpha8xxx_get_info(UINT32 state, cpuinfo *info)
case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "AlphaDenshi MCU"); break; case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "AlphaDenshi MCU"); break;
case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "0.1"); break; case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "0.1"); break;
case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break; case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break;
case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright (C) 2006 by Tatsuyuki Satoh"); break; case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright Tatsuyuki Satoh"); break;
case CPUINFO_STR_FLAGS: sprintf(info->s, "%c%c", CF?'C':'.',ZF?'Z':'.'); break; case CPUINFO_STR_FLAGS: sprintf(info->s, "%c%c", CF?'C':'.',ZF?'Z':'.'); break;
case CPUINFO_STR_REGISTER + ALPHA8201_PC: sprintf(info->s, "PC:%03X", PC); break; case CPUINFO_STR_REGISTER + ALPHA8201_PC: sprintf(info->s, "PC:%03X", PC); break;
case CPUINFO_STR_REGISTER + ALPHA8201_SP: sprintf(info->s, "SP:%02X", M_RDMEM(0x001) ); break; case CPUINFO_STR_REGISTER + ALPHA8201_SP: sprintf(info->s, "SP:%02X", M_RDMEM(0x001) ); break;

View File

@ -1,7 +1,7 @@
/**************************************************************************\ /**************************************************************************\
* Alpha8201 Emulator * * Alpha8201 Emulator *
* * * *
* Copyright (C) 2006 Tatsuyuki Satoh * * Copyright Tatsuyuki Satoh *
* Originally written for the MAME project. * * Originally written for the MAME project. *
* * * *
* * * *

View File

@ -1540,7 +1540,7 @@ void arm_get_info(UINT32 state, cpuinfo *info)
case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "Acorn Risc Machine"); break; case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "Acorn Risc Machine"); break;
case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "1.3"); break; case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "1.3"); break;
case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break; case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break;
case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright 2002-2006 Bryan McPhail, bmcphail@tendril.co.uk"); break; case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright Bryan McPhail, bmcphail@tendril.co.uk"); break;
case CPUINFO_STR_FLAGS: case CPUINFO_STR_FLAGS:
sprintf(info->s, "%c%c%c%c%c%c", sprintf(info->s, "%c%c%c%c%c%c",

View File

@ -3,7 +3,7 @@
* arm7.c * arm7.c
* Portable ARM7TDMI CPU Emulator * Portable ARM7TDMI CPU Emulator
* *
* Copyright (c) 2004 Steve Ellenoff, all rights reserved. * Copyright Steve Ellenoff, all rights reserved.
* *
* - This source code is released as freeware for non-commercial purposes. * - This source code is released as freeware for non-commercial purposes.
* - You are free to use and redistribute this code in modified or * - You are free to use and redistribute this code in modified or
@ -351,7 +351,7 @@ void arm7_get_info(UINT32 state, cpuinfo *info)
case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "Acorn Risc Machine"); break; case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "Acorn Risc Machine"); break;
case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "1.3"); break; case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "1.3"); break;
case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break; case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break;
case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright 2004-2006 Steve Ellenoff, sellenoff@hotmail.com"); break; case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright Steve Ellenoff, sellenoff@hotmail.com"); break;
case CPUINFO_STR_FLAGS: case CPUINFO_STR_FLAGS:
sprintf(info->s, "%c%c%c%c%c%c%c %s", sprintf(info->s, "%c%c%c%c%c%c%c %s",

View File

@ -3,7 +3,7 @@
* arm7.h * arm7.h
* Portable ARM7TDMI CPU Emulator * Portable ARM7TDMI CPU Emulator
* *
* Copyright (c) 2004 Steve Ellenoff, all rights reserved. * Copyright Steve Ellenoff, all rights reserved.
* *
* - This source code is released as freeware for non-commercial purposes. * - This source code is released as freeware for non-commercial purposes.
* - You are free to use and redistribute this code in modified or * - You are free to use and redistribute this code in modified or

View File

@ -3,7 +3,7 @@
* arm7core.c * arm7core.c
* Portable ARM7TDMI Core Emulator * Portable ARM7TDMI Core Emulator
* *
* Copyright (c) 2004 Steve Ellenoff, all rights reserved. * Copyright Steve Ellenoff, all rights reserved.
* *
* - This source code is released as freeware for non-commercial purposes. * - This source code is released as freeware for non-commercial purposes.
* - You are free to use and redistribute this code in modified or * - You are free to use and redistribute this code in modified or

View File

@ -3,7 +3,7 @@
* arm7core.h * arm7core.h
* Portable ARM7TDMI Core Emulator * Portable ARM7TDMI Core Emulator
* *
* Copyright (c) 2004 Steve Ellenoff, all rights reserved. * Copyright Steve Ellenoff, all rights reserved.
* *
* - This source code is released as freeware for non-commercial purposes. * - This source code is released as freeware for non-commercial purposes.
* - You are free to use and redistribute this code in modified or * - You are free to use and redistribute this code in modified or

View File

@ -3,7 +3,7 @@
* arm7dasm.c * arm7dasm.c
* Portable ARM7TDMI Core Emulator - Disassembler * Portable ARM7TDMI Core Emulator - Disassembler
* *
* Copyright (c) 2004 Steve Ellenoff, all rights reserved. * Copyright Steve Ellenoff, all rights reserved.
* *
* - This source code is released as freeware for non-commercial purposes. * - This source code is released as freeware for non-commercial purposes.
* - You are free to use and redistribute this code in modified or * - You are free to use and redistribute this code in modified or

View File

@ -3,7 +3,7 @@
* arm7exec.c * arm7exec.c
* Portable ARM7TDMI Core Emulator * Portable ARM7TDMI Core Emulator
* *
* Copyright (c) 2004 Steve Ellenoff, all rights reserved. * Copyright Steve Ellenoff, all rights reserved.
* *
* - This source code is released as freeware for non-commercial purposes. * - This source code is released as freeware for non-commercial purposes.
* - You are free to use and redistribute this code in modified or * - You are free to use and redistribute this code in modified or

View File

@ -1815,7 +1815,7 @@ void asap_get_info(UINT32 state, cpuinfo *info)
case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "Atari ASAP"); break; case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "Atari ASAP"); break;
case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "1.0"); break; case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "1.0"); break;
case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break; case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break;
case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright (C) Aaron Giles 2000-2004"); break; case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright Aaron Giles"); break;
case CPUINFO_STR_FLAGS: strcpy(info->s, " "); break; case CPUINFO_STR_FLAGS: strcpy(info->s, " "); break;

View File

@ -774,7 +774,7 @@ void ccpu_get_info(UINT32 state, cpuinfo *info)
case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "Cinematronics CPU"); break; case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "Cinematronics CPU"); break;
case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "1.0"); break; case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "1.0"); break;
case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break; case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break;
case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright 2004 Aaron Giles & Zonn Moore"); break; case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright Aaron Giles & Zonn Moore"); break;
case CPUINFO_STR_FLAGS: case CPUINFO_STR_FLAGS:
sprintf(info->s, "%c%c%c%c%c%c", sprintf(info->s, "%c%c%c%c%c%c",

View File

@ -3,7 +3,7 @@
* disasm.c * disasm.c
* portable cosmac cdp1802 emulator interface * portable cosmac cdp1802 emulator interface
* *
* Copyright (c) 2000 Peter Trauner, all rights reserved. * Copyright Peter Trauner, all rights reserved.
* *
* - This source code is released as freeware for non-commercial purposes. * - This source code is released as freeware for non-commercial purposes.
* - You are free to use and redistribute this code in modified or * - You are free to use and redistribute this code in modified or

View File

@ -1011,7 +1011,7 @@ void cdp1802_get_info(UINT32 state, cpuinfo *info)
case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "CDP1800"); break; case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "CDP1800"); break;
case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "1.0"); break; case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "1.0"); break;
case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break; case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break;
case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright (c) 2007 The MAME team"); break; case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright Nicola Salmoria and the MAME Team"); break;
case CPUINFO_STR_REGISTER + CDP1802_PC: sprintf(info->s, "PC:%.4x", cdp1802.r[cdp1802.p]); break; case CPUINFO_STR_REGISTER + CDP1802_PC: sprintf(info->s, "PC:%.4x", cdp1802.r[cdp1802.p]); break;
case CPUINFO_STR_REGISTER + CDP1802_R0: sprintf(info->s, "R0:%.4x", cdp1802.r[0]); break; case CPUINFO_STR_REGISTER + CDP1802_R0: sprintf(info->s, "R0:%.4x", cdp1802.r[0]); break;

View File

@ -1,8 +1,13 @@
/************************************************************************** /***************************************************************************
* National Semiconductor COP410 Emulator *
* * 410ops.c
* Copyright (C) 2006 MAME Team *
**************************************************************************/ National Semiconductor COP410 Emulator.
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/
#define ROM(A) cpu_readop(A) #define ROM(A) cpu_readop(A)
#define RAM_W(A,V) (data_write_byte_8(A,V)) #define RAM_W(A,V) (data_write_byte_8(A,V))

View File

@ -1,8 +1,13 @@
/************************************************************************** /***************************************************************************
* National Semiconductor COP420 Emulator *
* * 420ops.c
* Copyright (C) 2006 MAME Team *
**************************************************************************/ National Semiconductor COP420 Emulator.
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/
#define SC R.SC #define SC R.SC

View File

@ -1,8 +1,13 @@
/************************************************************************** /***************************************************************************
* National Semiconductor COP400 Emulator *
* * cop400.h
* Copyright (C) 2006 MAME Team *
**************************************************************************/ National Semiconductor COP400 Emulator.
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/
#ifndef _COP400_H #ifndef _COP400_H
#define _COP400_H #define _COP400_H

View File

@ -1,8 +1,13 @@
/************************************************************************** /***************************************************************************
* National Semiconductor COP410 Emulator *
* * version.c
* Copyright (C) 2005 by Dan Boris *
**************************************************************************/ National Semiconductor COP410 Emulator.
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/
/* /*
@ -356,7 +361,7 @@ void cop410_get_info(UINT32 state, cpuinfo *info)
case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "National Semiconductor COP410"); break; case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "National Semiconductor COP410"); break;
case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "1.0"); break; case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "1.0"); break;
case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break; case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break;
case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright (C) 2006 MAME Team"); break; case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright MAME Team"); break;
case CPUINFO_STR_FLAGS: case CPUINFO_STR_FLAGS:
sprintf(info->s, " "); sprintf(info->s, " ");

View File

@ -1,8 +1,13 @@
/************************************************************************** /***************************************************************************
* National Semiconductor COP410 Emulator *
* * cop410ds.c
* Copyright (C) 2006 MAME Team *
**************************************************************************/ National Semiconductor COP410 Emulator.
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/
#include "cpuintrf.h" #include "cpuintrf.h"

View File

@ -1,8 +1,13 @@
/************************************************************************** /***************************************************************************
* National Semiconductor COP420 Emulator *
* * cop420.c
* Copyright (C) 2006 MAME Team *
**************************************************************************/ National Semiconductor COP420 Emulator.
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/
/* /*
@ -385,7 +390,7 @@ void cop420_get_info(UINT32 state, cpuinfo *info)
case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "National Semiconductor COP420"); break; case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "National Semiconductor COP420"); break;
case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "1.0"); break; case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "1.0"); break;
case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break; case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break;
case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright (C) 2006 MAME Team"); break; case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright MAME Team"); break;
case CPUINFO_STR_FLAGS: case CPUINFO_STR_FLAGS:
sprintf(info->s, " "); sprintf(info->s, " ");

View File

@ -1,8 +1,13 @@
/************************************************************************** /***************************************************************************
* National Semiconductor COP420 Emulator *
* * cop420ds.c
* Copyright (C) 2006 MAME Team *
**************************************************************************/ National Semiconductor COP420 Emulator.
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/
#include "cpuintrf.h" #include "cpuintrf.h"

View File

@ -3,7 +3,7 @@
* cp1610.c * cp1610.c
* Portable CP1610 emulator (General Instrument CP1610) * Portable CP1610 emulator (General Instrument CP1610)
* *
* Copyright (c) 2004 Frank Palazzolo, all rights reserved. * Copyright Frank Palazzolo, all rights reserved.
* *
* - This source code is released as freeware for non-commercial purposes. * - This source code is released as freeware for non-commercial purposes.
* - You are free to use and redistribute this code in modified or * - You are free to use and redistribute this code in modified or
@ -3500,7 +3500,7 @@ void cp1610_get_info(UINT32 state, cpuinfo *info)
case CPUINFO_STR_CORE_VERSION: strcpy(info->s = cpuintrf_temp_str(), "1.0"); break; case CPUINFO_STR_CORE_VERSION: strcpy(info->s = cpuintrf_temp_str(), "1.0"); break;
case CPUINFO_STR_CORE_FILE: strcpy(info->s = cpuintrf_temp_str(), __FILE__); break; case CPUINFO_STR_CORE_FILE: strcpy(info->s = cpuintrf_temp_str(), __FILE__); break;
case CPUINFO_STR_CORE_CREDITS: strcpy(info->s = cpuintrf_temp_str(), case CPUINFO_STR_CORE_CREDITS: strcpy(info->s = cpuintrf_temp_str(),
"Copyright (c) 2004 Frank Palazzolo, all rights reserved."); "Copyright Frank Palazzolo, all rights reserved.");
break; break;
case CPUINFO_STR_FLAGS: case CPUINFO_STR_FLAGS:
sprintf(info->s = cpuintrf_temp_str(), "%c%c%c%c", sprintf(info->s = cpuintrf_temp_str(), "%c%c%c%c",

View File

@ -3,7 +3,7 @@
* cp1610.h * cp1610.h
* Portable General Instruments CP1610 emulator interface * Portable General Instruments CP1610 emulator interface
* *
* Copyright (c) 2004 Frank Palazzolo, all rights reserved. * Copyright Frank Palazzolo, all rights reserved.
* *
* - This source code is released as freeware for non-commercial purposes. * - This source code is released as freeware for non-commercial purposes.
* - You are free to use and redistribute this code in modified or * - You are free to use and redistribute this code in modified or

View File

@ -4,7 +4,7 @@
# #
# Rules for building CPU cores # Rules for building CPU cores
# #
# Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team. # Copyright Nicola Salmoria and the MAME Team.
# Visit http://mamedev.org for licensing and usage restrictions. # Visit http://mamedev.org for licensing and usage restrictions.
# #
########################################################################### ###########################################################################

View File

@ -4,7 +4,7 @@
Generic dynamic recompiler frontend structures and utilities. Generic dynamic recompiler frontend structures and utilities.
Copyright (c) 2007, Aaron Giles Copyright Aaron Giles
Released for general use under the MAME license Released for general use under the MAME license
Visit http://mamedev.org for licensing and usage restrictions. Visit http://mamedev.org for licensing and usage restrictions.

View File

@ -4,7 +4,7 @@
Generic dynamic recompiler frontend structures and utilities. Generic dynamic recompiler frontend structures and utilities.
Copyright (c) 2007, Aaron Giles Copyright Aaron Giles
Released for general use under the MAME license Released for general use under the MAME license
Visit http://mamedev.org for licensing and usage restrictions. Visit http://mamedev.org for licensing and usage restrictions.

View File

@ -3,7 +3,7 @@
* f8.c * f8.c
* Portable F8 emulator (Fairchild 3850) * Portable F8 emulator (Fairchild 3850)
* *
* Copyright (c) 2000 Juergen Buchmueller, all rights reserved. * Copyright Juergen Buchmueller, all rights reserved.
* *
* - This source code is released as freeware for non-commercial purposes. * - This source code is released as freeware for non-commercial purposes.
* - You are free to use and redistribute this code in modified or * - You are free to use and redistribute this code in modified or
@ -2127,7 +2127,7 @@ void f8_get_info(UINT32 state, cpuinfo *info)
case CPUINFO_STR_CORE_VERSION: strcpy(info->s = cpuintrf_temp_str(), "1.0"); break; case CPUINFO_STR_CORE_VERSION: strcpy(info->s = cpuintrf_temp_str(), "1.0"); break;
case CPUINFO_STR_CORE_FILE: strcpy(info->s = cpuintrf_temp_str(), __FILE__); break; case CPUINFO_STR_CORE_FILE: strcpy(info->s = cpuintrf_temp_str(), __FILE__); break;
case CPUINFO_STR_CORE_CREDITS: strcpy(info->s = cpuintrf_temp_str(), case CPUINFO_STR_CORE_CREDITS: strcpy(info->s = cpuintrf_temp_str(),
"Copyright (c) 2000 Juergen Buchmueller, all rights reserved."); "Copyright Juergen Buchmueller, all rights reserved.");
break; break;
case CPUINFO_STR_FLAGS: case CPUINFO_STR_FLAGS:

View File

@ -3,7 +3,7 @@
* f8.h * f8.h
* Portable Fairchild F8 emulator interface * Portable Fairchild F8 emulator interface
* *
* Copyright (c) 2000 Juergen Buchmueller, all rights reserved. * Copyright Juergen Buchmueller, all rights reserved.
* *
* - This source code is released as freeware for non-commercial purposes. * - This source code is released as freeware for non-commercial purposes.
* - You are free to use and redistribute this code in modified or * - You are free to use and redistribute this code in modified or

View File

@ -5,7 +5,7 @@
G65C816 CPU Emulator V0.93 G65C816 CPU Emulator V0.93
Copyright (c) 2000 Karl Stenerud Copyright Karl Stenerud
All rights reserved. All rights reserved.
Permission is granted to use this source code for non-commercial purposes. Permission is granted to use this source code for non-commercial purposes.
@ -442,7 +442,7 @@ void g65816_get_info(UINT32 state, cpuinfo *info)
case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "6500"); break; case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "6500"); break;
case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "0.94"); break; case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "0.94"); break;
case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break; case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break;
case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright (c) 2000 Karl Stenerud, all rights reserved."); break; case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright Karl Stenerud, all rights reserved."); break;
case CPUINFO_STR_FLAGS: case CPUINFO_STR_FLAGS:
sprintf(info->s, "%c%c%c%c%c%c%c%c", sprintf(info->s, "%c%c%c%c%c%c%c%c",

View File

@ -8,7 +8,7 @@
G65C816 CPU Emulator V0.92 G65C816 CPU Emulator V0.92
Copyright (c) 2000 Karl Stenerud Copyright Karl Stenerud
All rights reserved. All rights reserved.
Permission is granted to use this source code for non-commercial purposes. Permission is granted to use this source code for non-commercial purposes.

View File

@ -5,7 +5,7 @@
G65C816 CPU Emulator V0.90 G65C816 CPU Emulator V0.90
Copyright (c) 2000 Karl Stenerud Copyright Karl Stenerud
All rights reserved. All rights reserved.
Permission is granted to use this source code for non-commercial purposes. Permission is granted to use this source code for non-commercial purposes.

View File

@ -7,7 +7,7 @@
G65C816 CPU Emulator V0.92 G65C816 CPU Emulator V0.92
Copyright (c) 2000 Karl Stenerud Copyright Karl Stenerud
All rights reserved. All rights reserved.
Permission is granted to use this source code for non-commercial purposes. Permission is granted to use this source code for non-commercial purposes.

View File

@ -2,7 +2,7 @@
6280dasm.c Hudsonsoft Hu6280 (HuC6280/Hu6280a) disassembler 6280dasm.c Hudsonsoft Hu6280 (HuC6280/Hu6280a) disassembler
Copyright (c) 1999, 2000 Bryan McPhail, mish@tendril.co.uk Copyright Bryan McPhail, mish@tendril.co.uk
This source code is based (with permission!) on the 6502 emulator by This source code is based (with permission!) on the 6502 emulator by
Juergen Buchmueller. It is released as part of the Mame emulator project. Juergen Buchmueller. It is released as part of the Mame emulator project.

View File

@ -2,7 +2,7 @@
h6280.c - Portable HuC6280 emulator h6280.c - Portable HuC6280 emulator
Copyright (c) 1999, 2000 Bryan McPhail, mish@tendril.co.uk Copyright Bryan McPhail, mish@tendril.co.uk
This source code is based (with permission!) on the 6502 emulator by This source code is based (with permission!) on the 6502 emulator by
Juergen Buchmueller. It is released as part of the Mame emulator project. Juergen Buchmueller. It is released as part of the Mame emulator project.
@ -523,7 +523,7 @@ void h6280_get_info(UINT32 state, cpuinfo *info)
case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "Hudsonsoft 6280"); break; case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "Hudsonsoft 6280"); break;
case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "1.11"); break; case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "1.11"); break;
case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break; case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break;
case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright (c) 1999, 2000 Bryan McPhail, mish@tendril.co.uk"); break; case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright Bryan McPhail, mish@tendril.co.uk"); break;
case CPUINFO_STR_FLAGS: case CPUINFO_STR_FLAGS:
sprintf(info->s, "%c%c%c%c%c%c%c%c", sprintf(info->s, "%c%c%c%c%c%c%c%c",

View File

@ -2,7 +2,7 @@
h6280.h Portable Hu6280 emulator interface h6280.h Portable Hu6280 emulator interface
Copyright (c) 1999 Bryan McPhail, mish@tendril.co.uk Copyright Bryan McPhail, mish@tendril.co.uk
This source code is based (with permission!) on the 6502 emulator by This source code is based (with permission!) on the 6502 emulator by
Juergen Buchmueller. It is released as part of the Mame emulator project. Juergen Buchmueller. It is released as part of the Mame emulator project.

View File

@ -2,7 +2,7 @@
h6280ops.h - Addressing modes and opcode macros for the Hu6820 cpu h6280ops.h - Addressing modes and opcode macros for the Hu6820 cpu
Copyright (c) 1999 Bryan McPhail, mish@tendril.co.uk Copyright Bryan McPhail, mish@tendril.co.uk
This source code is based (with permission!) on the 6502 emulator by This source code is based (with permission!) on the 6502 emulator by
Juergen Buchmueller. It is released as part of the Mame emulator project. Juergen Buchmueller. It is released as part of the Mame emulator project.

View File

@ -2,7 +2,7 @@
tblh6280.c tblh6280.c
Copyright (c) 1999 Bryan McPhail, mish@tendril.co.uk Copyright Bryan McPhail, mish@tendril.co.uk
This source code is based (with permission!) on the 6502 emulator by This source code is based (with permission!) on the 6502 emulator by
Juergen Buchmueller. It is released as part of the Mame emulator project. Juergen Buchmueller. It is released as part of the Mame emulator project.

View File

@ -2,12 +2,12 @@
6309dasm.c - a 6309 opcode disassembler 6309dasm.c - a 6309 opcode disassembler
Version 1.0 5-AUG-2000 Version 1.0 5-AUG-2000
Copyright 2000 Tim Lindner Copyright Tim Lindner
Based on: Based on:
6809dasm.c - a 6809 opcode disassembler 6809dasm.c - a 6809 opcode disassembler
Version 1.4 1-MAR-95 Version 1.4 1-MAR-95
Copyright 1995 Sean Riddle Copyright Sean Riddle
Thanks to Franklin Bowen for bug fixes, ideas Thanks to Franklin Bowen for bug fixes, ideas

View File

@ -1,7 +1,7 @@
/*** hd6309: Portable 6309 emulator ****************************************** /*** hd6309: Portable 6309 emulator ******************************************
Copyright (C) John Butler 1997 Copyright John Butler
Copyright (C) Tim Lindner 2000 Copyright Tim Lindner
References: References:
@ -1300,7 +1300,7 @@ void hd6309_get_info(UINT32 state, cpuinfo *info)
case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "Hitachi 6309"); break; case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "Hitachi 6309"); break;
case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "1.01"); break; case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "1.01"); break;
case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break; case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break;
case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright (C) John Butler 1997 and Tim Lindner 2000"); break; case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright John Butler and Tim Lindner"); break;
case CPUINFO_STR_FLAGS: case CPUINFO_STR_FLAGS:
sprintf(info->s, "%c%c%c%c%c%c%c%c (MD:%c%c%c%c)", sprintf(info->s, "%c%c%c%c%c%c%c%c (MD:%c%c%c%c)",

View File

@ -977,7 +977,7 @@ void i386_get_info(UINT32 state, cpuinfo *info)
case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "Intel 386"); break; case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "Intel 386"); break;
case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "1.0"); break; case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "1.0"); break;
case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break; case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break;
case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright (C) 2003-2004 Ville Linde"); break; case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright Ville Linde"); break;
case CPUINFO_STR_FLAGS: sprintf(info->s, "%08X", get_flags()); break; case CPUINFO_STR_FLAGS: sprintf(info->s, "%08X", get_flags()); break;

View File

@ -2,7 +2,7 @@
* *
* mcs48 disassembler * mcs48 disassembler
* *
* This file is Copyright 1996 Michael Cuddy, Fen's Ende Sofware. * This file is Copyright Michael Cuddy, Fen's Ende Sofware.
* Redistribution is allowed in source and binary form as long as both * Redistribution is allowed in source and binary form as long as both
* forms are distributed together with the file 'README'. This copyright * forms are distributed together with the file 'README'. This copyright
* notice must also accompany the files. * notice must also accompany the files.

View File

@ -1,8 +1,8 @@
/**************************************************************************** /****************************************************************************
* Intel 8039 Portable Emulator * * Intel 8039 Portable Emulator *
* * * *
* Copyright (C) 1997 by Mirko Buffoni * * Copyright Mirko Buffoni *
* Based on the original work (C) 1997 by Dan Boris, an 8048 emulator * * Based on the original work Copyright Dan Boris, an 8048 emulator *
* You are not allowed to distribute this software commercially * * You are not allowed to distribute this software commercially *
* Please, notify me, if you make any changes to this file * * Please, notify me, if you make any changes to this file *
* * * *
@ -865,7 +865,7 @@ void i8039_get_info(UINT32 state, cpuinfo *info)
case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "Intel 8039"); break; case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "Intel 8039"); break;
case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "1.2"); break; case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "1.2"); break;
case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break; case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break;
case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright (C) 1997 by Mirko Buffoni\nBased on the original work (C) 1997 by Dan Boris"); break; case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright Mirko Buffoni\nBased on the original work Copyright Dan Boris"); break;
case CPUINFO_STR_FLAGS: case CPUINFO_STR_FLAGS:
sprintf(info->s, "%c%c%c%c%c%c%c%c", sprintf(info->s, "%c%c%c%c%c%c%c%c",

View File

@ -1,8 +1,8 @@
/************************************************************************** /**************************************************************************
* Intel 8039 Portable Emulator * * Intel 8039 Portable Emulator *
* * * *
* Copyright (C) 1997 by Mirko Buffoni * * Copyright Mirko Buffoni *
* Based on the original work (C) 1997 by Dan Boris, an 8048 emulator * * Based on the original work Copyright Dan Boris, an 8048 emulator *
* You are not allowed to distribute this software commercially * * You are not allowed to distribute this software commercially *
* Please, notify me, if you make any changes to this file * * Please, notify me, if you make any changes to this file *
**************************************************************************/ **************************************************************************/

View File

@ -9,7 +9,7 @@
* 8054 Product Line (8054) * 8054 Product Line (8054)
* 8058 Product Line (8058) * 8058 Product Line (8058)
* *
* Copyright (c) 2003 Steve Ellenoff, all rights reserved. * Copyright Steve Ellenoff, all rights reserved.
* *
* - This source code is released as freeware for non-commercial purposes. * - This source code is released as freeware for non-commercial purposes.
* - You are free to use and redistribute this code in modified or * - You are free to use and redistribute this code in modified or
@ -30,8 +30,7 @@
* *
***************************************************************************** *****************************************************************************
* Symbol Memory Name Tables borrowed from: * Symbol Memory Name Tables borrowed from:
* D52 8052 Disassembler - Copyright (C) 1995-2002 by * D52 8052 Disassembler - Copyright Jeffery L. Post
* Jeffery L. Post
*****************************************************************************/ *****************************************************************************/
#include "debugger.h" #include "debugger.h"

View File

@ -9,7 +9,7 @@
* 8054 Product Line (8054) * 8054 Product Line (8054)
* 8058 Product Line (8058) * 8058 Product Line (8058)
* *
* Copyright (c) 2003 Steve Ellenoff, all rights reserved. * Copyright Steve Ellenoff, all rights reserved.
* *
* - This source code is released as freeware for non-commercial purposes. * - This source code is released as freeware for non-commercial purposes.
* - You are free to use and redistribute this code in modified or * - You are free to use and redistribute this code in modified or
@ -2492,7 +2492,7 @@ void i8051_get_info(UINT32 state, cpuinfo *info)
case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "MCS-51"); break; case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "MCS-51"); break;
case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "1.0"); break; case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "1.0"); break;
case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break; case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break;
case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright (c) 2003-2004 Steve Ellenoff"); break; case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright Steve Ellenoff"); break;
case CPUINFO_STR_FLAGS: case CPUINFO_STR_FLAGS:
sprintf(info->s, "%c%c%c%c%c%c%c%c", sprintf(info->s, "%c%c%c%c%c%c%c%c",

View File

@ -9,7 +9,7 @@
* 8054 Product Line (8054) * 8054 Product Line (8054)
* 8058 Product Line (8058) * 8058 Product Line (8058)
* *
* Copyright (c) 2003 Steve Ellenoff, all rights reserved. * Copyright Steve Ellenoff, all rights reserved.
* *
* - This source code is released as freeware for non-commercial purposes. * - This source code is released as freeware for non-commercial purposes.
* - You are free to use and redistribute this code in modified or * - You are free to use and redistribute this code in modified or

View File

@ -3,7 +3,7 @@
* 8085dasm.c * 8085dasm.c
* Portable I8085A disassembler * Portable I8085A disassembler
* *
* Copyright (C) 1998,1999,2000 Juergen Buchmueller, all rights reserved. * Copyright Juergen Buchmueller, all rights reserved.
* You can contact me at juergen@mame.net or pullmoll@stop1984.com * You can contact me at juergen@mame.net or pullmoll@stop1984.com
* *
* - This source code is released as freeware for non-commercial purposes * - This source code is released as freeware for non-commercial purposes

View File

@ -3,7 +3,7 @@
* i8085.c * i8085.c
* Portable I8085A emulator V1.2 * Portable I8085A emulator V1.2
* *
* Copyright (c) 1999 Juergen Buchmueller, all rights reserved. * Copyright Juergen Buchmueller, all rights reserved.
* Partially based on information out of Z80Em by Marcel De Kogel * Partially based on information out of Z80Em by Marcel De Kogel
* *
* changes in V1.3 * changes in V1.3
@ -37,7 +37,7 @@
* OUT (#),A 10 11 / * OUT (#),A 10 11 /
* EX (SP),HL 18 19 / * EX (SP),HL 18 19 /
* *
* Copyright (C) 1998,1999,2000 Juergen Buchmueller, all rights reserved. * Copyright Juergen Buchmueller, all rights reserved.
* You can contact me at juergen@mame.net or pullmoll@stop1984.com * You can contact me at juergen@mame.net or pullmoll@stop1984.com
* *
* - This source code is released as freeware for non-commercial purposes * - This source code is released as freeware for non-commercial purposes
@ -1687,7 +1687,7 @@ void i8085_get_info(UINT32 state, cpuinfo *info)
case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "Intel 8080"); break; case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "Intel 8080"); break;
case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "1.1"); break; case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "1.1"); break;
case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break; case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break;
case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright (c) 1999 Juergen Buchmueller, all rights reserved."); break; case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright Juergen Buchmueller, all rights reserved."); break;
case CPUINFO_STR_FLAGS: case CPUINFO_STR_FLAGS:
sprintf(info->s, "%c%c%c%c%c%c%c%c", sprintf(info->s, "%c%c%c%c%c%c%c%c",

View File

@ -3,9 +3,7 @@
* i8x41.c * i8x41.c
* Portable UPI-41/8041/8741/8042/8742 emulator V0.2 * Portable UPI-41/8041/8741/8042/8742 emulator V0.2
* *
* Copyright (c) 1999 Juergen Buchmueller, all rights reserved. * Copyright Juergen Buchmueller, all rights reserved.
*
* Copyright (C) 1998,1999,2000 Juergen Buchmueller, all rights reserved.
* You can contact me at juergen@mame.net or pullmoll@stop1984.com * You can contact me at juergen@mame.net or pullmoll@stop1984.com
* *
* - This source code is released as freeware for non-commercial purposes * - This source code is released as freeware for non-commercial purposes
@ -2280,7 +2278,7 @@ void i8x41_get_info(UINT32 state, cpuinfo *info)
case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "Intel 8x41"); break; case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "Intel 8x41"); break;
case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "0.3"); break; case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "0.3"); break;
case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break; case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break;
case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright (c) 1999 Juergen Buchmueller, all rights reserved."); break; case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright Juergen Buchmueller, all rights reserved."); break;
case CPUINFO_STR_FLAGS: case CPUINFO_STR_FLAGS:
sprintf(info->s, "%c%c%c%c%c%c%c%c", sprintf(info->s, "%c%c%c%c%c%c%c%c",

View File

@ -3,7 +3,7 @@
* i8x41.h * i8x41.h
* Portable UPI-41/8041/8741/8042/8742 emulator interface * Portable UPI-41/8041/8741/8042/8742 emulator interface
* *
* Copyright (c) 1999 Juergen Buchmueller, all rights reserved. * Copyright Juergen Buchmueller, all rights reserved.
* *
* - This source code is released as freeware for non-commercial purposes. * - This source code is released as freeware for non-commercial purposes.
* - You are free to use and redistribute this code in modified or * - You are free to use and redistribute this code in modified or

View File

@ -1662,7 +1662,7 @@ void jaguargpu_get_info(UINT32 state, cpuinfo *info)
case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "Atari Jaguar"); break; case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "Atari Jaguar"); break;
case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "1.0"); break; case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "1.0"); break;
case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break; case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break;
case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright (C) Aaron Giles 2000-2004"); break; case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright Aaron Giles"); break;
case CPUINFO_STR_FLAGS: sprintf(info->s, "%c%c%c%c%c%c%c%c%c%c%c", case CPUINFO_STR_FLAGS: sprintf(info->s, "%c%c%c%c%c%c%c%c%c%c%c",
jaguar.FLAGS & 0x8000 ? 'D':'.', jaguar.FLAGS & 0x8000 ? 'D':'.',

View File

@ -1,8 +1,8 @@
/*** konami: Portable Konami cpu emulator ****************************************** /*** konami: Portable Konami cpu emulator ******************************************
Copyright (C) The MAME Team 1999 Copyright Nicola Salmoria and the MAME Team
Based on M6809 cpu core copyright (C) John Butler 1997 Based on M6809 cpu core copyright John Butler
References: References:
@ -619,7 +619,7 @@ void konami_get_info(UINT32 state, cpuinfo *info)
case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "KONAMI 5000x"); break; case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "KONAMI 5000x"); break;
case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "1.0"); break; case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "1.0"); break;
case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break; case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break;
case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright (C) The MAME Team 1999"); break; case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright Nicola Salmoria and the MAME Team"); break;
case CPUINFO_STR_FLAGS: case CPUINFO_STR_FLAGS:
sprintf(info->s, "%c%c%c%c%c%c%c%c", sprintf(info->s, "%c%c%c%c%c%c%c%c",

View File

@ -3,7 +3,7 @@
* disasm.c * disasm.c
* portable lh5801 emulator interface * portable lh5801 emulator interface
* *
* Copyright (c) 2000 Peter Trauner, all rights reserved. * Copyright Peter Trauner, all rights reserved.
* *
* - This source code is released as freeware for non-commercial purposes. * - This source code is released as freeware for non-commercial purposes.
* - You are free to use and redistribute this code in modified or * - You are free to use and redistribute this code in modified or

View File

@ -1,6 +1,6 @@
/***************************************************************************** /*****************************************************************************
* *
* Copyright (c) 2000 Peter Trauner, all rights reserved. * Copyright Peter Trauner, all rights reserved.
* *
* - This source code is released as freeware for non-commercial purposes. * - This source code is released as freeware for non-commercial purposes.
* - You are free to use and redistribute this code in modified or * - You are free to use and redistribute this code in modified or
@ -246,7 +246,7 @@ void lh5801_get_info(UINT32 state, cpuinfo *info)
case CPUINFO_STR_CORE_FAMILY: strcpy(info->s = cpuintrf_temp_str(), "LH5801"); break; case CPUINFO_STR_CORE_FAMILY: strcpy(info->s = cpuintrf_temp_str(), "LH5801"); break;
case CPUINFO_STR_CORE_VERSION: strcpy(info->s = cpuintrf_temp_str(), "1.0alpha"); break; case CPUINFO_STR_CORE_VERSION: strcpy(info->s = cpuintrf_temp_str(), "1.0alpha"); break;
case CPUINFO_STR_CORE_FILE: strcpy(info->s = cpuintrf_temp_str(), __FILE__); break; case CPUINFO_STR_CORE_FILE: strcpy(info->s = cpuintrf_temp_str(), __FILE__); break;
case CPUINFO_STR_CORE_CREDITS: strcpy(info->s = cpuintrf_temp_str(), "Copyright (c) 2000 Peter Trauner, all rights reserved."); break; case CPUINFO_STR_CORE_CREDITS: strcpy(info->s = cpuintrf_temp_str(), "Copyright Peter Trauner, all rights reserved."); break;
case CPUINFO_STR_FLAGS: case CPUINFO_STR_FLAGS:
sprintf(info->s = cpuintrf_temp_str(), "%s%s%s%s%s%s%s%s", sprintf(info->s = cpuintrf_temp_str(), "%s%s%s%s%s%s%s%s",

View File

@ -3,7 +3,7 @@
* lh5801.h * lh5801.h
* portable lh5801 emulator interface * portable lh5801 emulator interface
* *
* Copyright (c) 2000 Peter Trauner, all rights reserved. * Copyright Peter Trauner, all rights reserved.
* *
* - This source code is released as freeware for non-commercial purposes. * - This source code is released as freeware for non-commercial purposes.
* - You are free to use and redistribute this code in modified or * - You are free to use and redistribute this code in modified or

View File

@ -1237,7 +1237,7 @@ void m37710_get_info(UINT32 state, cpuinfo *info)
case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "M7700"); break; case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "M7700"); break;
case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "1.2"); break; case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "1.2"); break;
case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break; case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break;
case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright (c) 2004-2006 R. Belmont, based on G65816 by Karl Stenerud"); break; case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright R. Belmont, based on G65816 by Karl Stenerud"); break;
case CPUINFO_STR_FLAGS: case CPUINFO_STR_FLAGS:
sprintf(info->s, "%c%c%c%c%c%c%c%c", sprintf(info->s, "%c%c%c%c%c%c%c%c",

View File

@ -9,7 +9,7 @@ By R. Belmont
Based on: Based on:
G65C816 CPU Emulator V0.92 G65C816 CPU Emulator V0.92
Copyright (c) 2000 Karl Stenerud Copyright Karl Stenerud
All rights reserved. All rights reserved.
*/ */

View File

@ -3,7 +3,7 @@
* 6502dasm.c * 6502dasm.c
* 6502/65c02/6510 disassembler * 6502/65c02/6510 disassembler
* *
* Copyright (c) 1998 Juergen Buchmueller, all rights reserved. * Copyright Juergen Buchmueller, all rights reserved.
* *
* - This source code is released as freeware for non-commercial purposes. * - This source code is released as freeware for non-commercial purposes.
* - You are free to use and redistribute this code in modified or * - You are free to use and redistribute this code in modified or

View File

@ -3,8 +3,8 @@
* ill02.h * ill02.h
* Addressing mode and opcode macros for the NMOS 6502 illegal opcodes * Addressing mode and opcode macros for the NMOS 6502 illegal opcodes
* *
* Copyright (c) 1998,1999,2000 Juergen Buchmueller, all rights reserved. * Copyright Juergen Buchmueller, all rights reserved.
* 65sc02 core Copyright (c) 2000 Peter Trauner, all rights reserved. * 65sc02 core Copyright Peter Trauner, all rights reserved.
* *
* - This source code is released as freeware for non-commercial purposes. * - This source code is released as freeware for non-commercial purposes.
* - You are free to use and redistribute this code in modified or * - You are free to use and redistribute this code in modified or

View File

@ -3,7 +3,7 @@
* m4510.c * m4510.c
* Portable 4510 emulator V1.0beta1 * Portable 4510 emulator V1.0beta1
* *
* Copyright (c) 2000 Peter Trauner, all rights reserved * Copyright Peter Trauner, all rights reserved
* documentation preliminary databook * documentation preliminary databook
* documentation by michael steil mist@c64.org * documentation by michael steil mist@c64.org
* available at ftp://ftp.funet.fi/pub/cbm/c65 * available at ftp://ftp.funet.fi/pub/cbm/c65
@ -505,7 +505,7 @@ void m4510_get_info(UINT32 state, cpuinfo *info)
case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "CBM Semiconductor Group CSG 65CE02"); break; case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "CBM Semiconductor Group CSG 65CE02"); break;
case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "1.0beta"); break; case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "1.0beta"); break;
case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break; case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break;
case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright (c) 1998 Juergen Buchmueller\nCopyright (c) 2000 Peter Trauner\nall rights reserved."); break; case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright Juergen Buchmueller\nCopyright Peter Trauner\nall rights reserved."); break;
case CPUINFO_STR_FLAGS: case CPUINFO_STR_FLAGS:
sprintf(info->s, "%c%c%c%c%c%c%c%c", sprintf(info->s, "%c%c%c%c%c%c%c%c",

View File

@ -3,7 +3,7 @@
* m4510.c * m4510.c
* Portable 4510 emulator V1.0beta * Portable 4510 emulator V1.0beta
* *
* Copyright (c) 2000 Peter Trauner, all rights reserved. * Copyright Peter Trauner, all rights reserved.
* *
* - This source code is released as freeware for non-commercial purposes. * - This source code is released as freeware for non-commercial purposes.
* - You are free to use and redistribute this code in modified or * - You are free to use and redistribute this code in modified or

View File

@ -3,9 +3,9 @@
* m6502.c * m6502.c
* Portable 6502/65c02/65sc02/6510/n2a03 emulator V1.2 * Portable 6502/65c02/65sc02/6510/n2a03 emulator V1.2
* *
* Copyright (c) 1998,1999,2000 Juergen Buchmueller, all rights reserved. * Copyright Juergen Buchmueller, all rights reserved.
* 65sc02 core Copyright (c) 2000 Peter Trauner. * 65sc02 core Copyright Peter Trauner.
* Deco16 portions Copyright (c) 2001-2003 Bryan McPhail. * Deco16 portions Copyright Bryan McPhail.
* *
* - This source code is released as freeware for non-commercial purposes. * - This source code is released as freeware for non-commercial purposes.
* - You are free to use and redistribute this code in modified or * - You are free to use and redistribute this code in modified or
@ -754,7 +754,7 @@ void m6502_get_info(UINT32 state, cpuinfo *info)
case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "Mostek 6502"); break; case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "Mostek 6502"); break;
case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "1.2"); break; case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "1.2"); break;
case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break; case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break;
case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright (c) 1998 Juergen Buchmueller, all rights reserved."); break; case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright Juergen Buchmueller, all rights reserved."); break;
case CPUINFO_STR_FLAGS: case CPUINFO_STR_FLAGS:
sprintf(info->s, "%c%c%c%c%c%c%c%c", sprintf(info->s, "%c%c%c%c%c%c%c%c",
@ -957,7 +957,7 @@ void m65sc02_get_info(UINT32 state, cpuinfo *info)
case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "Metal Oxid Semiconductor MOS 6502"); break; case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "Metal Oxid Semiconductor MOS 6502"); break;
case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "1.0beta"); break; case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "1.0beta"); break;
case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break; case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break;
case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright (c) 1998 Juergen Buchmueller\nCopyright (c) 2000 Peter Trauner\nall rights reserved."); break; case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright Juergen Buchmueller\nCopyright Peter Trauner\nall rights reserved."); break;
default: m65c02_get_info(state, info); break; default: m65c02_get_info(state, info); break;
} }
@ -1005,7 +1005,7 @@ void deco16_get_info(UINT32 state, cpuinfo *info)
case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "DECO"); break; case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "DECO"); break;
case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "0.1"); break; case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "0.1"); break;
case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break; case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break;
case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright (c) 1998 Juergen Buchmueller\nCopyright (c) 2001-2003 Bryan McPhail\nall rights reserved."); break; case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright Juergen Buchmueller\nCopyright Bryan McPhail\nall rights reserved."); break;
default: m6502_get_info(state, info); break; default: m6502_get_info(state, info); break;
} }

View File

@ -3,9 +3,9 @@
* m6502.h * m6502.h
* Portable 6502/65c02/65sc02/6510/n2a03 emulator interface * Portable 6502/65c02/65sc02/6510/n2a03 emulator interface
* *
* Copyright (c) 1998,1999,2000 Juergen Buchmueller, all rights reserved. * Copyright Juergen Buchmueller, all rights reserved.
* 65sc02 core Copyright (c) 2000 Peter Trauner. * 65sc02 core Copyright Peter Trauner.
* Deco16 portions Copyright (c) 2001 Bryan McPhail. * Deco16 portions Copyright Bryan McPhail.
* *
* - This source code is released as freeware for non-commercial purposes. * - This source code is released as freeware for non-commercial purposes.
* - You are free to use and redistribute this code in modified or * - You are free to use and redistribute this code in modified or

View File

@ -3,7 +3,7 @@
* m6509.c * m6509.c
* Portable 6509 emulator V1.0beta1 * Portable 6509 emulator V1.0beta1
* *
* Copyright (c) 2000 Peter Trauner, all rights reserved. * Copyright Peter Trauner, all rights reserved.
* documentation by vice emulator team * documentation by vice emulator team
* *
* - This source code is released as freeware for non-commercial purposes. * - This source code is released as freeware for non-commercial purposes.
@ -380,7 +380,7 @@ void m6509_get_info(UINT32 state, cpuinfo *info)
case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "MOS Technology 6509"); break; case CPUINFO_STR_CORE_FAMILY: strcpy(info->s, "MOS Technology 6509"); break;
case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "1.0beta"); break; case CPUINFO_STR_CORE_VERSION: strcpy(info->s, "1.0beta"); break;
case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break; case CPUINFO_STR_CORE_FILE: strcpy(info->s, __FILE__); break;
case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright (c) 1998 Juergen Buchmueller\nCopyright (c) 2000 Peter Trauner\nall rights reserved."); break; case CPUINFO_STR_CORE_CREDITS: strcpy(info->s, "Copyright Juergen Buchmueller\nCopyright Peter Trauner\nall rights reserved."); break;
case CPUINFO_STR_FLAGS: case CPUINFO_STR_FLAGS:
sprintf(info->s, "%c%c%c%c%c%c%c%c", sprintf(info->s, "%c%c%c%c%c%c%c%c",

View File

@ -3,7 +3,7 @@
* m6509.h * m6509.h
* Portable 6509 emulator V1.0beta * Portable 6509 emulator V1.0beta
* *
* Copyright (c) 2000 Peter Trauner, all rights reserved. * Copyright Peter Trauner, all rights reserved.
* *
* - This source code is released as freeware for non-commercial purposes. * - This source code is released as freeware for non-commercial purposes.
* - You are free to use and redistribute this code in modified or * - You are free to use and redistribute this code in modified or

View File

@ -3,7 +3,7 @@
* m65ce02.c * m65ce02.c
* Portable 65ce02 emulator V1.0beta3 * Portable 65ce02 emulator V1.0beta3
* *
* Copyright (c) 2000 Peter Trauner, all rights reserved * Copyright Peter Trauner, all rights reserved
* documentation preliminary databook * documentation preliminary databook
* documentation by michael steil mist@c64.org * documentation by michael steil mist@c64.org
* available at ftp://ftp.funet.fi/pub/cbm/c65 * available at ftp://ftp.funet.fi/pub/cbm/c65
@ -361,8 +361,8 @@ const char *m65ce02_info(void *context, int regnum)
case CPU_INFO_FAMILY: return "CBM Semiconductor Group CSG 65CE02"; case CPU_INFO_FAMILY: return "CBM Semiconductor Group CSG 65CE02";
case CPU_INFO_VERSION: return "1.0beta"; case CPU_INFO_VERSION: return "1.0beta";
case CPU_INFO_CREDITS: case CPU_INFO_CREDITS:
return "Copyright (c) 1998 Juergen Buchmueller\n" return "Copyright Juergen Buchmueller\n"
"Copyright (c) 2000 Peter Trauner\n" "Copyright Peter Trauner\n"
"all rights reserved."; "all rights reserved.";
case CPU_INFO_FILE: return __FILE__; case CPU_INFO_FILE: return __FILE__;
case CPU_INFO_REG_LAYOUT: return (const char*)m65ce02_reg_layout; case CPU_INFO_REG_LAYOUT: return (const char*)m65ce02_reg_layout;

View File

@ -3,7 +3,7 @@
* m65ce02.c * m65ce02.c
* Portable 65ce02 emulator V1.0beta * Portable 65ce02 emulator V1.0beta
* *
* Copyright (c) 2000 Peter Trauner, all rights reserved. * Copyright Peter Trauner, all rights reserved.
* *
* - This source code is released as freeware for non-commercial purposes. * - This source code is released as freeware for non-commercial purposes.
* - You are free to use and redistribute this code in modified or * - You are free to use and redistribute this code in modified or

View File

@ -3,8 +3,8 @@
* ops02.h * ops02.h
* Addressing mode and opcode macros for 6502,65c02,65sc02,6510,n2a03 CPUs * Addressing mode and opcode macros for 6502,65c02,65sc02,6510,n2a03 CPUs
* *
* Copyright (c) 1998,1999,2000 Juergen Buchmueller, all rights reserved. * Copyright Juergen Buchmueller, all rights reserved.
* 65sc02 core Copyright (c) 2000 Peter Trauner, all rights reserved. * 65sc02 core Copyright Peter Trauner, all rights reserved.
* *
* - This source code is released as freeware for non-commercial purposes. * - This source code is released as freeware for non-commercial purposes.
* - You are free to use and redistribute this code in modified or * - You are free to use and redistribute this code in modified or

View File

@ -2,7 +2,7 @@
* *
* ops09.h * ops09.h
* *
* Copyright (c) 2000 Peter Trauner, all rights reserved. * Copyright Peter Trauner, all rights reserved.
* documentation by michael steil mist@c64.org * documentation by michael steil mist@c64.org
* available at ftp://ftp.funet.fi/pub/cbm/c65 * available at ftp://ftp.funet.fi/pub/cbm/c65
* *

View File

@ -3,7 +3,7 @@
* ops4510.h * ops4510.h
* Addressing mode and opcode macros for 4510 CPU * Addressing mode and opcode macros for 4510 CPU
* *
* Copyright (c) 2000 Peter Trauner, all rights reserved. * Copyright Peter Trauner, all rights reserved.
* documentation preliminary databook * documentation preliminary databook
* documentation by michael steil mist@c64.org * documentation by michael steil mist@c64.org
* available at ftp://ftp.funet.fi/pub/cbm/c65 * available at ftp://ftp.funet.fi/pub/cbm/c65

View File

@ -3,8 +3,8 @@
* m6502ops.h * m6502ops.h
* Addressing mode and opcode macros for 6502,65c02,65sc02,6510,n2a03 CPUs * Addressing mode and opcode macros for 6502,65c02,65sc02,6510,n2a03 CPUs
* *
* Copyright (c) 1998,1999,2000 Juergen Buchmueller, all rights reserved. * Copyright Juergen Buchmueller, all rights reserved.
* 65sc02 core Copyright (c) 2000 Peter Trauner, all rights reserved. * 65sc02 core Copyright Peter Trauner, all rights reserved.
* *
* - This source code is released as freeware for non-commercial purposes. * - This source code is released as freeware for non-commercial purposes.
* - You are free to use and redistribute this code in modified or * - You are free to use and redistribute this code in modified or

View File

@ -3,7 +3,7 @@
* opsce02.h * opsce02.h
* Addressing mode and opcode macros for 65ce02 CPU * Addressing mode and opcode macros for 65ce02 CPU
* *
* Copyright (c) 2000 Peter Trauner, all rights reserved. * Copyright Peter Trauner, all rights reserved.
* documentation preliminary databook * documentation preliminary databook
* documentation by michael steil mist@c64.org * documentation by michael steil mist@c64.org
* available at ftp://ftp.funet.fi/pub/cbm/c65 * available at ftp://ftp.funet.fi/pub/cbm/c65

View File

@ -3,7 +3,7 @@
* tbl6502.c * tbl6502.c
* 6502 opcode functions and function pointer table * 6502 opcode functions and function pointer table
* *
* Copyright (c) 1998,1999,2000 Juergen Buchmueller, all rights reserved. * Copyright Juergen Buchmueller, all rights reserved.
* *
* - This source code is released as freeware for non-commercial purposes. * - This source code is released as freeware for non-commercial purposes.
* - You are free to use and redistribute this code in modified or * - You are free to use and redistribute this code in modified or

View File

@ -3,7 +3,7 @@
* tbl6509.c * tbl6509.c
* 6509 opcode functions and function pointer table * 6509 opcode functions and function pointer table
* *
* Copyright (c) 2000 Peter Trauner, all rights reserved. * Copyright Peter Trauner, all rights reserved.
* *
* - This source code is released as freeware for non-commercial purposes. * - This source code is released as freeware for non-commercial purposes.
* - You are free to use and redistribute this code in modified or * - You are free to use and redistribute this code in modified or

View File

@ -3,7 +3,7 @@
* tbl6510.c * tbl6510.c
* 6510 opcode functions and function pointer table * 6510 opcode functions and function pointer table
* *
* Copyright (c) 1998,1999,2000 Juergen Buchmueller, all rights reserved. * Copyright Juergen Buchmueller, all rights reserved.
* *
* - This source code is released as freeware for non-commercial purposes. * - This source code is released as freeware for non-commercial purposes.
* - You are free to use and redistribute this code in modified or * - You are free to use and redistribute this code in modified or

View File

@ -3,7 +3,7 @@
* tbl65c02.c * tbl65c02.c
* 65c02 opcode functions and function pointer table * 65c02 opcode functions and function pointer table
* *
* Copyright (c) 1998,1999,2000 Juergen Buchmueller, all rights reserved. * Copyright Juergen Buchmueller, all rights reserved.
* *
* - This source code is released as freeware for non-commercial purposes. * - This source code is released as freeware for non-commercial purposes.
* - You are free to use and redistribute this code in modified or * - You are free to use and redistribute this code in modified or

View File

@ -3,7 +3,7 @@
* t65ce02.c * t65ce02.c
* 65ce02 opcode functions and function pointer table * 65ce02 opcode functions and function pointer table
* *
* Copyright (c) 2000 Peter Trauner, all rights reserved. * Copyright Peter Trauner, all rights reserved.
* *
* - This source code is released as freeware for non-commercial purposes. * - This source code is released as freeware for non-commercial purposes.
* - You are free to use and redistribute this code in modified or * - You are free to use and redistribute this code in modified or

View File

@ -3,7 +3,7 @@
* tbl65sc02.c * tbl65sc02.c
* 65sc02 opcode functions and function pointer table * 65sc02 opcode functions and function pointer table
* *
* Copyright (c) 2000 Peter Trauner, all rights reserved. * Copyright Peter Trauner, all rights reserved.
* *
* - This source code is released as freeware for non-commercial purposes. * - This source code is released as freeware for non-commercial purposes.
* - You are free to use and redistribute this code in modified or * - You are free to use and redistribute this code in modified or

View File

@ -7,7 +7,7 @@
* of the ADC and SBC instructions, so all opcodes except ADC/SBC * of the ADC and SBC instructions, so all opcodes except ADC/SBC
* are simply mapped to the m6502 ones. * are simply mapped to the m6502 ones.
* *
* Copyright (c) 1998,1999,2000 Juergen Buchmueller, all rights reserved. * Copyright Juergen Buchmueller, all rights reserved.
* *
* - This source code is released as freeware for non-commercial purposes. * - This source code is released as freeware for non-commercial purposes.
* - You are free to use and redistribute this code in modified or * - You are free to use and redistribute this code in modified or

View File

@ -9,7 +9,7 @@
* Version 3.32 * Version 3.32
* *
* A portable Motorola M680x0 processor emulation engine. * A portable Motorola M680x0 processor emulation engine.
* Copyright 1998-2007 Karl Stenerud. All rights reserved. * Copyright Karl Stenerud. All rights reserved.
* *
* This code may be freely used for non-commercial purposes as long as this * This code may be freely used for non-commercial purposes as long as this
* copyright notice remains unaltered in the source code and any binary files * copyright notice remains unaltered in the source code and any binary files

View File

@ -11,7 +11,7 @@ must fix:
* Version 3.32 * Version 3.32
* *
* A portable Motorola M680x0 processor emulation engine. * A portable Motorola M680x0 processor emulation engine.
* Copyright 1998-2007 Karl Stenerud. All rights reserved. * Copyright Karl Stenerud. All rights reserved.
* *
* This code may be freely used for non-commercial purposes as long as this * This code may be freely used for non-commercial purposes as long as this
* copyright notice remains unaltered in the source code and any binary files * copyright notice remains unaltered in the source code and any binary files

View File

@ -6,7 +6,7 @@
* Version 3.32 * Version 3.32
* *
* A portable Motorola M680x0 processor emulation engine. * A portable Motorola M680x0 processor emulation engine.
* Copyright 1998-2007 Karl Stenerud. All rights reserved. * Copyright Karl Stenerud. All rights reserved.
* *
* This code may be freely used for non-commercial purposes as long as this * This code may be freely used for non-commercial purposes as long as this
* copyright notice remains unaltered in the source code and any binary files * copyright notice remains unaltered in the source code and any binary files

View File

@ -7,7 +7,7 @@ static const char copyright_notice[] =
"MUSASHI\n" "MUSASHI\n"
"Version 3.32 (2007-12-15)\n" "Version 3.32 (2007-12-15)\n"
"A portable Motorola M680x0 processor emulation engine.\n" "A portable Motorola M680x0 processor emulation engine.\n"
"Copyright 1998-2007 Karl Stenerud. All rights reserved.\n" "Copyright Karl Stenerud. All rights reserved.\n"
"\n" "\n"
"This code may be freely used for non-commercial purpooses as long as this\n" "This code may be freely used for non-commercial purpooses as long as this\n"
"copyright notice remains unaltered in the source code and any binary files\n" "copyright notice remains unaltered in the source code and any binary files\n"

Some files were not shown because too many files have changed in this diff Show More