summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2020-08-17 13:34:14 +1000
committer Vas Crabb <vas@vastheman.com>2020-08-17 13:35:08 +1000
commit75c5c06f1f3db1bd361afac56eed13a4a8ceec3c (patch)
treecd810d6734606536f7188476572f7a23ad9ce175 /src/devices/video
parentce89e1d1a709fc8206309ea28aaa65375cb03932 (diff)
video/mc6845.cpp: Copying some switch statements doesn't constitute copyrightable creative work (thanks Nigel Barnes for pointing this out)
Diffstat (limited to 'src/devices/video')
-rw-r--r--src/devices/video/mc6845.cpp2
-rw-r--r--src/devices/video/mc6845.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/video/mc6845.cpp b/src/devices/video/mc6845.cpp
index a1c371d1623..a8a26b26c39 100644
--- a/src/devices/video/mc6845.cpp
+++ b/src/devices/video/mc6845.cpp
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Wilbert Pol, Bartman/Abyss (HD6345)
+// copyright-holders:Wilbert Pol
/**********************************************************************
Motorola MC6845 and compatible CRT controller emulation
diff --git a/src/devices/video/mc6845.h b/src/devices/video/mc6845.h
index 93cb4a41334..fcdb8130afb 100644
--- a/src/devices/video/mc6845.h
+++ b/src/devices/video/mc6845.h
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Wilbert Pol, Bartman/Abyss (HD6345)
+// copyright-holders:Wilbert Pol
/**********************************************************************
Motorola MC6845 and compatible CRT controller emulation