summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-05-22 19:50:33 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-05-22 19:51:00 +0200
commitd22ab4e6e2b9a525f0eeb98cef09a6be556d6696 (patch)
tree2a15fb110eccc1637325dc15237f0fa44f971dcf /src/mess/video
parentefe76a3895bcf8823b3626457b84fa39c7910b07 (diff)
owner name consistency and typo fix (nw)
Diffstat (limited to 'src/mess/video')
-rw-r--r--src/mess/video/apple1.c2
-rw-r--r--src/mess/video/arcadia.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/video/apple1.c b/src/mess/video/apple1.c
index 85b3d6f1ffe..f6485dc7ee5 100644
--- a/src/mess/video/apple1.c
+++ b/src/mess/video/apple1.c
@@ -1,5 +1,5 @@
// license:???
-// copyright-holders:Paul Daniels, Colin Howell, R.Belmont
+// copyright-holders:Paul Daniels, Colin Howell, R. Belmont
/***************************************************************************
apple1.c
diff --git a/src/mess/video/arcadia.c b/src/mess/video/arcadia.c
index fc8fce05ed6..869439aef10 100644
--- a/src/mess/video/arcadia.c
+++ b/src/mess/video/arcadia.c
@@ -1,5 +1,5 @@
// license:GPL-2.0+
-// copyright-holders:PeT
+// copyright-holders:Peter Trauner
/******************************************************************************
Consolidation and enhancment of documentation by Manfred Schneider based on previous work from
PeT mess@utanet.at and Paul Robson (autismuk@aol.com)