diff options
author | 2015-05-25 15:40:53 +0200 | |
---|---|---|
committer | 2015-05-25 15:41:17 +0200 | |
commit | 682bf806718147d2bd40f713c120e0984f0f6364 (patch) | |
tree | 31c4889d7eb5642b707abd3d50e487a686ead689 /src/emu/cpu | |
parent | f770eb03cf24a47b9980f514ccc76f6f8cec5fde (diff) |
cleanup of bogus copyright messages and restriction texts, update for Daniel Coulom (nw)
Diffstat (limited to 'src/emu/cpu')
-rw-r--r-- | src/emu/cpu/cop400/cop400.h | 3 | ||||
-rw-r--r-- | src/emu/cpu/m6809/konami.c | 2 | ||||
-rw-r--r-- | src/emu/cpu/z8/z8.c | 3 | ||||
-rw-r--r-- | src/emu/cpu/z8/z8.h | 3 | ||||
-rw-r--r-- | src/emu/cpu/z8/z8ops.inc | 3 |
5 files changed, 0 insertions, 14 deletions
diff --git a/src/emu/cpu/cop400/cop400.h b/src/emu/cpu/cop400/cop400.h index 99c76f81c48..aba03516d39 100644 --- a/src/emu/cpu/cop400/cop400.h +++ b/src/emu/cpu/cop400/cop400.h @@ -6,9 +6,6 @@ National Semiconductor COPS Emulator. - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - ***************************************************************************/ #pragma once diff --git a/src/emu/cpu/m6809/konami.c b/src/emu/cpu/m6809/konami.c index 16895a79e31..d86f44651d2 100644 --- a/src/emu/cpu/m6809/konami.c +++ b/src/emu/cpu/m6809/konami.c @@ -6,8 +6,6 @@ Portable Konami cpu emulator - Copyright Nicola Salmoria and the MAME Team - Based on M6809 cpu core copyright John Butler References: diff --git a/src/emu/cpu/z8/z8.c b/src/emu/cpu/z8/z8.c index 97488f7381b..bcff4b44145 100644 --- a/src/emu/cpu/z8/z8.c +++ b/src/emu/cpu/z8/z8.c @@ -4,9 +4,6 @@ Zilog Z8 Single-Chip MCU emulation - Copyright MESS Team. - Visit http://mamedev.org for licensing and usage restrictions. - **********************************************************************/ /* diff --git a/src/emu/cpu/z8/z8.h b/src/emu/cpu/z8/z8.h index c1061fcccdb..79c64c268b2 100644 --- a/src/emu/cpu/z8/z8.h +++ b/src/emu/cpu/z8/z8.h @@ -4,9 +4,6 @@ Zilog Z8 Single-Chip MCU emulation - Copyright MESS Team. - Visit http://mamedev.org for licensing and usage restrictions. - **********************************************************************/ #pragma once diff --git a/src/emu/cpu/z8/z8ops.inc b/src/emu/cpu/z8/z8ops.inc index 2249ddfdd7d..79621ed1512 100644 --- a/src/emu/cpu/z8/z8ops.inc +++ b/src/emu/cpu/z8/z8ops.inc @@ -4,9 +4,6 @@ Zilog Z8 Single-Chip MCU emulation - Copyright MESS Team. - Visit http://mamedev.org for licensing and usage restrictions. - **********************************************************************/ /*************************************************************************** |