summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m6502
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-05-13 11:33:24 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-05-13 11:33:24 +0200
commit9f1788f65c243208e1ea386bc476dfb71f89bcb7 (patch)
tree476b446c352f7c27e1aab972cf5eee7fe94e77b2 /src/emu/cpu/m6502
parent475e90ca8b6cc97c1d021fdeab23a05ba9b93a53 (diff)
Sorted out cpu cores (nw)
Diffstat (limited to 'src/emu/cpu/m6502')
-rw-r--r--src/emu/cpu/m6502/m3745x.c4
-rw-r--r--src/emu/cpu/m6502/m3745x.h4
-rw-r--r--src/emu/cpu/m6502/m5074x.c4
-rw-r--r--src/emu/cpu/m6502/m5074x.h4
4 files changed, 8 insertions, 8 deletions
diff --git a/src/emu/cpu/m6502/m3745x.c b/src/emu/cpu/m6502/m3745x.c
index 44f02c69ebe..1dae4faf99e 100644
--- a/src/emu/cpu/m6502/m3745x.c
+++ b/src/emu/cpu/m6502/m3745x.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Olivier Galibert
/*
Mitsubishi M3745x 8-bit microcontroller family
*/
diff --git a/src/emu/cpu/m6502/m3745x.h b/src/emu/cpu/m6502/m3745x.h
index d6bc1292b7f..d7d24c80880 100644
--- a/src/emu/cpu/m6502/m3745x.h
+++ b/src/emu/cpu/m6502/m3745x.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Olivier Galibert
#pragma once
#ifndef __M3745X_H__
diff --git a/src/emu/cpu/m6502/m5074x.c b/src/emu/cpu/m6502/m5074x.c
index 307216357ac..b4d9cea41ee 100644
--- a/src/emu/cpu/m6502/m5074x.c
+++ b/src/emu/cpu/m6502/m5074x.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Olivier Galibert
/*
Mitsubishi M5074x 8-bit microcontroller family
*/
diff --git a/src/emu/cpu/m6502/m5074x.h b/src/emu/cpu/m6502/m5074x.h
index c04c35dc584..10f0aa06df5 100644
--- a/src/emu/cpu/m6502/m5074x.h
+++ b/src/emu/cpu/m6502/m5074x.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Olivier Galibert
#pragma once
#ifndef __M5074X_H__