summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-05-15 13:40:33 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-05-15 13:40:33 +0200
commit1687e930f89113f8c8f02f61a46847bdc60220ac (patch)
tree6a9a979fd6e8915fddb8dc8f6e0cb918fdca7820 /src/mess/machine
parentdad09b18e200619c36cd9b1ca7e9531ab6aad806 (diff)
update for Haze (nw)
Diffstat (limited to 'src/mess/machine')
-rw-r--r--src/mess/machine/mega32x.c2
-rw-r--r--src/mess/machine/mega32x.h2
-rw-r--r--src/mess/machine/megacd.c2
-rw-r--r--src/mess/machine/megacd.h2
-rw-r--r--src/mess/machine/megacdcd.c2
-rw-r--r--src/mess/machine/megacdcd.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/src/mess/machine/mega32x.c b/src/mess/machine/mega32x.c
index 90df32646e5..be3c572b53d 100644
--- a/src/mess/machine/mega32x.c
+++ b/src/mess/machine/mega32x.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:David Haywood
/* Megadrive / Genesis 32X emulation */
diff --git a/src/mess/machine/mega32x.h b/src/mess/machine/mega32x.h
index 2246d565d9b..fd9ed2131a8 100644
--- a/src/mess/machine/mega32x.h
+++ b/src/mess/machine/mega32x.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:David Haywood
/* 32X */
diff --git a/src/mess/machine/megacd.c b/src/mess/machine/megacd.c
index 97dfec86db2..c416bf73d89 100644
--- a/src/mess/machine/megacd.c
+++ b/src/mess/machine/megacd.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:David Haywood
#include "emu.h"
#include "machine/megacd.h"
diff --git a/src/mess/machine/megacd.h b/src/mess/machine/megacd.h
index 83d66fd5b2f..84ed0b399c5 100644
--- a/src/mess/machine/megacd.h
+++ b/src/mess/machine/megacd.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:David Haywood
/* Sega CD / Mega CD */
diff --git a/src/mess/machine/megacdcd.c b/src/mess/machine/megacdcd.c
index c3ebc57770a..617d3615393 100644
--- a/src/mess/machine/megacdcd.c
+++ b/src/mess/machine/megacdcd.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:David Haywood
/* CD controller code from megacd.c, used by Sega CD / Mega CD */
diff --git a/src/mess/machine/megacdcd.h b/src/mess/machine/megacdcd.h
index 4c4abc5a6ff..9804c372031 100644
--- a/src/mess/machine/megacdcd.h
+++ b/src/mess/machine/megacdcd.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:David Haywood
#include "sound/cdda.h"