summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/upd7810
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-05-07 18:37:06 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-05-07 18:37:06 +0200
commit31abc855dbcd0747092136b4fd91ab9824c9f208 (patch)
treefaac0b7f90ae0db2818a01edbd597f5944a5ba63 /src/emu/cpu/upd7810
parentecf365f6f5f6d31808ba5991762acf3b167a9ff9 (diff)
changes for Juergen Buchmueller in core and credits for some files in mess(nw)
Diffstat (limited to 'src/emu/cpu/upd7810')
-rw-r--r--src/emu/cpu/upd7810/upd7810.c42
-rw-r--r--src/emu/cpu/upd7810/upd7810_dasm.c5
-rw-r--r--src/emu/cpu/upd7810/upd7810_opcodes.c5
-rw-r--r--src/emu/cpu/upd7810/upd7810_table.c5
4 files changed, 8 insertions, 49 deletions
diff --git a/src/emu/cpu/upd7810/upd7810.c b/src/emu/cpu/upd7810/upd7810.c
index 7115aa599c7..f22ccb07b4f 100644
--- a/src/emu/cpu/upd7810/upd7810.c
+++ b/src/emu/cpu/upd7810/upd7810.c
@@ -1,48 +1,10 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Juergen Buchmueller
/*****************************************************************************
*
* upd7810.c
* Portable uPD7810/11, 7810H/11H, 78C10/C11/C14 emulator V0.3
*
- * Copyright Juergen Buchmueller, all rights reserved.
- * You can contact me at juergen@mame.net or pullmoll@stop1984.com
- *
- * - This source code is released as freeware for non-commercial purposes
- * as part of the M.A.M.E. (Multiple Arcade Machine Emulator) project.
- * The licensing terms of MAME apply to this piece of code for the MAME
- * project and derviative works, as defined by the MAME license. You
- * may opt to make modifications, improvements or derivative works under
- * that same conditions, and the MAME project may opt to keep
- * modifications, improvements or derivatives under their terms exclusively.
- *
- * - Alternatively you can choose to apply the terms of the "GPL" (see
- * below) to this - and only this - piece of code or your derivative works.
- * Note that in no case your choice can have any impact on any other
- * source code of the MAME project, or binary, or executable, be it closely
- * or losely related to this piece of code.
- *
- * - At your choice you are also free to remove either licensing terms from
- * this file and continue to use it under only one of the two licenses. Do this
- * if you think that licenses are not compatible (enough) for you, or if you
- * consider either license 'too restrictive' or 'too free'.
- *
- * - GPL (GNU General Public 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
- * of the License, 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- *
* This work is based on the
* "NEC Electronics User's Manual, April 1987"
*
diff --git a/src/emu/cpu/upd7810/upd7810_dasm.c b/src/emu/cpu/upd7810/upd7810_dasm.c
index 60386d4fa44..63e7291ff5e 100644
--- a/src/emu/cpu/upd7810/upd7810_dasm.c
+++ b/src/emu/cpu/upd7810/upd7810_dasm.c
@@ -1,9 +1,8 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Juergen Buchmueller
/*****************************************************************************
*
* Portable uPD7810/11, 7810H/11H, 78C10/C11/C14 disassembler
- * Copyright Juergen Buchmueller, all rights reserved.
*
* NS20030112: added 7807.
*
diff --git a/src/emu/cpu/upd7810/upd7810_opcodes.c b/src/emu/cpu/upd7810/upd7810_opcodes.c
index 00457eb725b..ab4589222c1 100644
--- a/src/emu/cpu/upd7810/upd7810_opcodes.c
+++ b/src/emu/cpu/upd7810/upd7810_opcodes.c
@@ -1,9 +1,8 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Juergen Buchmueller
/*****************************************************************************
*
* Portable uPD7810/11, 7810H/11H, 78C10/C11/C14 emulator V0.2
- * Copyright Juergen Buchmueller, all rights reserved.
*
* 7810ops.inc - opcode functions
*
diff --git a/src/emu/cpu/upd7810/upd7810_table.c b/src/emu/cpu/upd7810/upd7810_table.c
index 5531600eabe..f150af4fc2f 100644
--- a/src/emu/cpu/upd7810/upd7810_table.c
+++ b/src/emu/cpu/upd7810/upd7810_table.c
@@ -1,9 +1,8 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Juergen Buchmueller
/*****************************************************************************
*
* Portable uPD7810/11, 7810H/11H, 78C10/C11/C14 emulator V0.2
- * Copyright Juergen Buchmueller, all rights reserved.
*
* 7810tbl.inc - function pointer tables
*