diff options
author | 2015-05-30 21:06:18 -0400 | |
---|---|---|
committer | 2015-05-30 21:06:18 -0400 | |
commit | 810f82fee23c843b081b8efeaad2d594adf01aba (patch) | |
tree | 30f4d926bbebba748b610ff40043eb7d0a2e1714 /src/mess/machine | |
parent | 3a1d3b2b22ca0ef92cde27ddb24826e2d11ee6a7 (diff) |
Corrections (nw)
Diffstat (limited to 'src/mess/machine')
-rw-r--r-- | src/mess/machine/cx4data.inc | 2 | ||||
-rw-r--r-- | src/mess/machine/cx4fn.inc | 2 | ||||
-rw-r--r-- | src/mess/machine/cx4oam.inc | 2 | ||||
-rw-r--r-- | src/mess/machine/cx4ops.inc | 2 | ||||
-rw-r--r-- | src/mess/machine/snescx4.c | 2 | ||||
-rw-r--r-- | src/mess/machine/snescx4.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/mess/machine/cx4data.inc b/src/mess/machine/cx4data.inc index b3184a452fb..b7d1610a304 100644 --- a/src/mess/machine/cx4data.inc +++ b/src/mess/machine/cx4data.inc @@ -1,5 +1,5 @@ // license:GPL-2.0+ -// copyright-holders:byuu +// copyright-holders:byuu, Nach /*************************************************************************** cx4data.c diff --git a/src/mess/machine/cx4fn.inc b/src/mess/machine/cx4fn.inc index 811a9794e62..2b5a302a227 100644 --- a/src/mess/machine/cx4fn.inc +++ b/src/mess/machine/cx4fn.inc @@ -1,5 +1,5 @@ // license:GPL-2.0+ -// copyright-holders:byuu +// copyright-holders:byuu, Nach /*************************************************************************** cx4fn.c diff --git a/src/mess/machine/cx4oam.inc b/src/mess/machine/cx4oam.inc index bcb7d29e922..abf74defea2 100644 --- a/src/mess/machine/cx4oam.inc +++ b/src/mess/machine/cx4oam.inc @@ -1,5 +1,5 @@ // license:GPL-2.0+ -// copyright-holders:byuu +// copyright-holders:byuu, Nach /*************************************************************************** cx4oam.c diff --git a/src/mess/machine/cx4ops.inc b/src/mess/machine/cx4ops.inc index 9147bb43869..02b97bc944d 100644 --- a/src/mess/machine/cx4ops.inc +++ b/src/mess/machine/cx4ops.inc @@ -1,5 +1,5 @@ // license:GPL-2.0+ -// copyright-holders:byuu +// copyright-holders:byuu, Nach /*************************************************************************** cx4ops.c diff --git a/src/mess/machine/snescx4.c b/src/mess/machine/snescx4.c index 26271e9a751..a4a200452a2 100644 --- a/src/mess/machine/snescx4.c +++ b/src/mess/machine/snescx4.c @@ -1,5 +1,5 @@ // license:GPL-2.0+ -// copyright-holders:Fabio Priuli, byuu +// copyright-holders:Fabio Priuli, byuu, Nach /*************************************************************************** snescx4.c diff --git a/src/mess/machine/snescx4.h b/src/mess/machine/snescx4.h index 3a553bfe745..1adca638a39 100644 --- a/src/mess/machine/snescx4.h +++ b/src/mess/machine/snescx4.h @@ -1,5 +1,5 @@ // license:GPL-2.0+ -// copyright-holders:Fabio Priuli, byuu +// copyright-holders:Fabio Priuli, byuu, Nach /*************************************************************************** snescx4.h |