summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emu/cpu/tms34010/34010gfx.c2
-rw-r--r--src/emu/crsshair.c2
-rw-r--r--src/emu/crsshair.h2
-rw-r--r--src/emu/debug/debugcmd.c2
-rw-r--r--src/emu/debug/debugcmd.h2
-rw-r--r--src/emu/debug/debugcon.c2
-rw-r--r--src/emu/debug/debugcon.h2
-rw-r--r--src/emu/debug/debughlp.c2
-rw-r--r--src/emu/debug/debughlp.h2
-rw-r--r--src/emu/debug/textbuf.c2
-rw-r--r--src/emu/debug/textbuf.h2
-rw-r--r--src/emu/emucore.c2
-rw-r--r--src/emu/emucore.h2
-rw-r--r--src/emu/mame.c2
-rw-r--r--src/emu/mame.h2
-rw-r--r--src/emu/output.c2
-rw-r--r--src/emu/output.h2
-rw-r--r--src/emu/rendutil.c2
-rw-r--r--src/emu/rendutil.h2
-rw-r--r--src/emu/romload.c2
-rw-r--r--src/emu/romload.h2
-rw-r--r--src/emu/sound/namco.c2
-rw-r--r--src/emu/sound/namco.h2
-rw-r--r--src/emu/sound/okiadpcm.c2
-rw-r--r--src/emu/sound/okiadpcm.h2
-rw-r--r--src/emu/sound/okim6295.c2
-rw-r--r--src/emu/sound/okim6295.h2
-rw-r--r--src/emu/sound/rf5c68.c2
-rw-r--r--src/emu/sound/rf5c68.h2
-rw-r--r--src/emu/sound/wavwrite.c2
-rw-r--r--src/emu/sound/wavwrite.h2
-rw-r--r--src/mame/drivers/atetris.c2
-rw-r--r--src/mame/drivers/ccastles.c2
-rw-r--r--src/mame/drivers/cloud9.c2
-rw-r--r--src/mame/drivers/dlair2.c2
-rw-r--r--src/mame/drivers/exterm.c2
-rw-r--r--src/mame/drivers/gottlieb.c2
-rw-r--r--src/mame/drivers/jedi.c2
-rw-r--r--src/mame/drivers/kangaroo.c2
-rw-r--r--src/mame/drivers/maxaflex.c2
-rw-r--r--src/mame/video/atetris.c2
-rw-r--r--src/mame/video/ccastles.c2
-rw-r--r--src/mame/video/cloud9.c2
-rw-r--r--src/mame/video/exterm.c2
-rw-r--r--src/mame/video/gottlieb.c2
-rw-r--r--src/mame/video/jedi.c2
-rw-r--r--src/mame/video/kangaroo.c2
47 files changed, 47 insertions, 47 deletions
diff --git a/src/emu/cpu/tms34010/34010gfx.c b/src/emu/cpu/tms34010/34010gfx.c
index 6b2108af953..15394269a77 100644
--- a/src/emu/cpu/tms34010/34010gfx.c
+++ b/src/emu/cpu/tms34010/34010gfx.c
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Alex Pasadyn,Zsolt Vasvari
+// copyright-holders:Alex Pasadyn,Zsolt Vasvari,Aaron Giles
/***************************************************************************
TMS34010: Portable Texas Instruments TMS34010 emulator
diff --git a/src/emu/crsshair.c b/src/emu/crsshair.c
index f1708b5b4c4..8244d7692d5 100644
--- a/src/emu/crsshair.c
+++ b/src/emu/crsshair.c
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Nicola Salmoria
+// copyright-holders:Aaron Giles
/***************************************************************************
crsshair.c
diff --git a/src/emu/crsshair.h b/src/emu/crsshair.h
index d9cef6fa5cf..3f8643b797c 100644
--- a/src/emu/crsshair.h
+++ b/src/emu/crsshair.h
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Nicola Salmoria
+// copyright-holders:Aaron Giles
/***************************************************************************
crsshair.h
diff --git a/src/emu/debug/debugcmd.c b/src/emu/debug/debugcmd.c
index 6e056000d88..8e76f3b3b2b 100644
--- a/src/emu/debug/debugcmd.c
+++ b/src/emu/debug/debugcmd.c
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Nicola Salmoria
+// copyright-holders:Aaron Giles
/*********************************************************************
debugcmd.c
diff --git a/src/emu/debug/debugcmd.h b/src/emu/debug/debugcmd.h
index b700c85ead0..d3c52225550 100644
--- a/src/emu/debug/debugcmd.h
+++ b/src/emu/debug/debugcmd.h
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Nicola Salmoria
+// copyright-holders:Aaron Giles
/*********************************************************************
debugcmd.h
diff --git a/src/emu/debug/debugcon.c b/src/emu/debug/debugcon.c
index 00e1cdb385d..f52e1665505 100644
--- a/src/emu/debug/debugcon.c
+++ b/src/emu/debug/debugcon.c
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Nicola Salmoria
+// copyright-holders:Aaron Giles
/*********************************************************************
debugcon.c
diff --git a/src/emu/debug/debugcon.h b/src/emu/debug/debugcon.h
index 49a055124a5..783716c5114 100644
--- a/src/emu/debug/debugcon.h
+++ b/src/emu/debug/debugcon.h
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Nicola Salmoria
+// copyright-holders:Aaron Giles
/*********************************************************************
debugcon.h
diff --git a/src/emu/debug/debughlp.c b/src/emu/debug/debughlp.c
index b6a281b6fb8..1dcb7a31477 100644
--- a/src/emu/debug/debughlp.c
+++ b/src/emu/debug/debughlp.c
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Nicola Salmoria
+// copyright-holders:Aaron Giles
/*********************************************************************
debughlp.c
diff --git a/src/emu/debug/debughlp.h b/src/emu/debug/debughlp.h
index fda48732ef1..7f3eb6e4ad6 100644
--- a/src/emu/debug/debughlp.h
+++ b/src/emu/debug/debughlp.h
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Nicola Salmoria
+// copyright-holders:Aaron Giles
/*********************************************************************
debughlp.h
diff --git a/src/emu/debug/textbuf.c b/src/emu/debug/textbuf.c
index 5080753232f..52fd669a997 100644
--- a/src/emu/debug/textbuf.c
+++ b/src/emu/debug/textbuf.c
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Nicola Salmoria
+// copyright-holders:Aaron Giles
/***************************************************************************
textbuf.c
diff --git a/src/emu/debug/textbuf.h b/src/emu/debug/textbuf.h
index 915e38c5df3..c30ff63d6de 100644
--- a/src/emu/debug/textbuf.h
+++ b/src/emu/debug/textbuf.h
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Nicola Salmoria
+// copyright-holders:Aaron Giles
/***************************************************************************
textbuf.h
diff --git a/src/emu/emucore.c b/src/emu/emucore.c
index b00fcba16d9..9d8917d22ea 100644
--- a/src/emu/emucore.c
+++ b/src/emu/emucore.c
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Nicola Salmoria
+// copyright-holders:Nicola Salmoria, Aaron Giles
/***************************************************************************
emucore.c
diff --git a/src/emu/emucore.h b/src/emu/emucore.h
index fcbce29eb3d..df5eb2870ce 100644
--- a/src/emu/emucore.h
+++ b/src/emu/emucore.h
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Nicola Salmoria
+// copyright-holders:Nicola Salmoria, Aaron Giles
/***************************************************************************
emucore.h
diff --git a/src/emu/mame.c b/src/emu/mame.c
index 00ec66364e9..92d64cb61cc 100644
--- a/src/emu/mame.c
+++ b/src/emu/mame.c
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Nicola Salmoria
+// copyright-holders:Nicola Salmoria, Aaron Giles
/***************************************************************************
mame.c
diff --git a/src/emu/mame.h b/src/emu/mame.h
index 5690344726b..e3967868913 100644
--- a/src/emu/mame.h
+++ b/src/emu/mame.h
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Nicola Salmoria
+// copyright-holders:Nicola Salmoria, Aaron Giles
/***************************************************************************
mame.h
diff --git a/src/emu/output.c b/src/emu/output.c
index f0030ce6f27..37c4a112eda 100644
--- a/src/emu/output.c
+++ b/src/emu/output.c
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Nicola Salmoria
+// copyright-holders:Nicola Salmoria, Aaron Giles
/***************************************************************************
output.c
diff --git a/src/emu/output.h b/src/emu/output.h
index e034273e851..9ab4fd86b12 100644
--- a/src/emu/output.h
+++ b/src/emu/output.h
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Nicola Salmoria
+// copyright-holders:Nicola Salmoria, Aaron Giles
/***************************************************************************
output.h
diff --git a/src/emu/rendutil.c b/src/emu/rendutil.c
index a813fa2d54b..e6f5e791eec 100644
--- a/src/emu/rendutil.c
+++ b/src/emu/rendutil.c
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Nicola Salmoria
+// copyright-holders:Aaron Giles
/***************************************************************************
rendutil.c
diff --git a/src/emu/rendutil.h b/src/emu/rendutil.h
index bbb238711ea..22c75d42ce6 100644
--- a/src/emu/rendutil.h
+++ b/src/emu/rendutil.h
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Nicola Salmoria
+// copyright-holders:Aaron Giles
/***************************************************************************
rendutil.h
diff --git a/src/emu/romload.c b/src/emu/romload.c
index 11abf46ae8e..fe3104d7f8a 100644
--- a/src/emu/romload.c
+++ b/src/emu/romload.c
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Nicola Salmoria,Paul Priest
+// copyright-holders:Nicola Salmoria,Paul Priest,Aaron Giles
/*********************************************************************
romload.c
diff --git a/src/emu/romload.h b/src/emu/romload.h
index 5a8d1ecf479..3628d72701d 100644
--- a/src/emu/romload.h
+++ b/src/emu/romload.h
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Nicola Salmoria
+// copyright-holders:Nicola Salmoria,Aaron Giles
/*********************************************************************
romload.h
diff --git a/src/emu/sound/namco.c b/src/emu/sound/namco.c
index 596ad6311d5..ea59b5c6393 100644
--- a/src/emu/sound/namco.c
+++ b/src/emu/sound/namco.c
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Nicola Salmoria
+// copyright-holders:Nicola Salmoria,Aaron Giles
/***************************************************************************
NAMCO sound driver.
diff --git a/src/emu/sound/namco.h b/src/emu/sound/namco.h
index 4eb91f3db8a..56be828b046 100644
--- a/src/emu/sound/namco.h
+++ b/src/emu/sound/namco.h
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Nicola Salmoria
+// copyright-holders:Nicola Salmoria,Aaron Giles
#pragma once
#ifndef __NAMCO_H__
diff --git a/src/emu/sound/okiadpcm.c b/src/emu/sound/okiadpcm.c
index f37a8e7750b..611f7e2f13f 100644
--- a/src/emu/sound/okiadpcm.c
+++ b/src/emu/sound/okiadpcm.c
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Andrew Gardner
+// copyright-holders:Andrew Gardner,Aaron Giles
/***************************************************************************
okiadpcm.h
diff --git a/src/emu/sound/okiadpcm.h b/src/emu/sound/okiadpcm.h
index 51df4b2dbb2..311ee9d404f 100644
--- a/src/emu/sound/okiadpcm.h
+++ b/src/emu/sound/okiadpcm.h
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Andrew Gardner
+// copyright-holders:Andrew Gardner,Aaron Giles
/***************************************************************************
okiadpcm.h
diff --git a/src/emu/sound/okim6295.c b/src/emu/sound/okim6295.c
index 75b36d3daff..2e59809199d 100644
--- a/src/emu/sound/okim6295.c
+++ b/src/emu/sound/okim6295.c
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Mirko Buffoni
+// copyright-holders:Mirko Buffoni,Aaron Giles
/***************************************************************************
okim6295.h
diff --git a/src/emu/sound/okim6295.h b/src/emu/sound/okim6295.h
index c7df3b7aea6..33c8962767a 100644
--- a/src/emu/sound/okim6295.h
+++ b/src/emu/sound/okim6295.h
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Mirko Buffoni
+// copyright-holders:Mirko Buffoni,Aaron Giles
/***************************************************************************
okim6295.h
diff --git a/src/emu/sound/rf5c68.c b/src/emu/sound/rf5c68.c
index 1b4b99051b2..af99edd197a 100644
--- a/src/emu/sound/rf5c68.c
+++ b/src/emu/sound/rf5c68.c
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Olivier Galibert
+// copyright-holders:Olivier Galibert,Aaron Giles
/*********************************************************/
/* ricoh RF5C68(or clone) PCM controller */
/*********************************************************/
diff --git a/src/emu/sound/rf5c68.h b/src/emu/sound/rf5c68.h
index 32a35971981..8dafb114f21 100644
--- a/src/emu/sound/rf5c68.h
+++ b/src/emu/sound/rf5c68.h
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Olivier Galibert
+// copyright-holders:Olivier Galibert,Aaron Giles
/*********************************************************/
/* ricoh RF5C68(or clone) PCM controller */
/*********************************************************/
diff --git a/src/emu/sound/wavwrite.c b/src/emu/sound/wavwrite.c
index 2aa00ceba5b..baf5498f02c 100644
--- a/src/emu/sound/wavwrite.c
+++ b/src/emu/sound/wavwrite.c
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Nicola Salmoria
+// copyright-holders:Aaron Giles
#include "emu.h"
#include "sound/wavwrite.h"
diff --git a/src/emu/sound/wavwrite.h b/src/emu/sound/wavwrite.h
index 97849c23585..376856fb16f 100644
--- a/src/emu/sound/wavwrite.h
+++ b/src/emu/sound/wavwrite.h
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Nicola Salmoria
+// copyright-holders:Aaron Giles
#pragma once
#ifndef __WAVWRITE_H__
diff --git a/src/mame/drivers/atetris.c b/src/mame/drivers/atetris.c
index b7511aedd0b..08f12e6a93a 100644
--- a/src/mame/drivers/atetris.c
+++ b/src/mame/drivers/atetris.c
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Zsolt Vasvari
+// copyright-holders:Zsolt Vasvari, Aaron Giles
/***************************************************************************
Atari Tetris hardware
diff --git a/src/mame/drivers/ccastles.c b/src/mame/drivers/ccastles.c
index cdfec699722..679302610eb 100644
--- a/src/mame/drivers/ccastles.c
+++ b/src/mame/drivers/ccastles.c
@@ -1,5 +1,5 @@
// license:???
-// copyright-holders:Patrick Lawrence
+// copyright-holders:Patrick Lawrence, Aaron Giles
/***************************************************************************
Atari Crystal Castles hardware
diff --git a/src/mame/drivers/cloud9.c b/src/mame/drivers/cloud9.c
index 1a10d964d04..9525cc681fa 100644
--- a/src/mame/drivers/cloud9.c
+++ b/src/mame/drivers/cloud9.c
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Mike Balfour
+// copyright-holders:Mike Balfour, Aaron Giles
/***************************************************************************
Atari Cloud 9 (prototype) hardware
diff --git a/src/mame/drivers/dlair2.c b/src/mame/drivers/dlair2.c
index 7b4d4bde9be..bbc23733bfb 100644
--- a/src/mame/drivers/dlair2.c
+++ b/src/mame/drivers/dlair2.c
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Leland
+// copyright-holders:Aaron Giles
/***************************************************************************
Skeleton driver for Dragon's Lair II: Time Warp
diff --git a/src/mame/drivers/exterm.c b/src/mame/drivers/exterm.c
index 25954087beb..e2072f8fa39 100644
--- a/src/mame/drivers/exterm.c
+++ b/src/mame/drivers/exterm.c
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Alex Pasadyn,Zsolt Vasvari
+// copyright-holders:Alex Pasadyn,Zsolt Vasvari,Aaron Giles
/****************************************************************************
Gottlieb Exterminator hardware
diff --git a/src/mame/drivers/gottlieb.c b/src/mame/drivers/gottlieb.c
index d3dcde59dd9..921547e9acf 100644
--- a/src/mame/drivers/gottlieb.c
+++ b/src/mame/drivers/gottlieb.c
@@ -1,5 +1,5 @@
// license:???
-// copyright-holders:Fabrice Frances, Nicola Salmoria
+// copyright-holders:Fabrice Frances, Nicola Salmoria, Aaron Giles
/***************************************************************************
Gottlieb hardware
diff --git a/src/mame/drivers/jedi.c b/src/mame/drivers/jedi.c
index babb4e5904c..e5e3a083ad8 100644
--- a/src/mame/drivers/jedi.c
+++ b/src/mame/drivers/jedi.c
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Dan Boris
+// copyright-holders:Dan Boris, Aaron Giles
/***************************************************************************
Atari Return of the Jedi hardware
diff --git a/src/mame/drivers/kangaroo.c b/src/mame/drivers/kangaroo.c
index c6799a51b90..c81be66f8bf 100644
--- a/src/mame/drivers/kangaroo.c
+++ b/src/mame/drivers/kangaroo.c
@@ -1,5 +1,5 @@
// license:???
-// copyright-holders:Ville Laitinen
+// copyright-holders:Ville Laitinen, Aaron Giles
/***************************************************************************
Sun Electronics hardware:
diff --git a/src/mame/drivers/maxaflex.c b/src/mame/drivers/maxaflex.c
index 0a4234daabd..f210026b24b 100644
--- a/src/mame/drivers/maxaflex.c
+++ b/src/mame/drivers/maxaflex.c
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Mariusz Wojcieszek
+// copyright-holders:Mariusz Wojcieszek, Aaron Giles
/******************************************************************************
Exidy Max-A-Flex driver
diff --git a/src/mame/video/atetris.c b/src/mame/video/atetris.c
index 635076c0209..d545bca153a 100644
--- a/src/mame/video/atetris.c
+++ b/src/mame/video/atetris.c
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Zsolt Vasvari
+// copyright-holders:Zsolt Vasvari, Aaron Giles
/***************************************************************************
Atari Tetris hardware
diff --git a/src/mame/video/ccastles.c b/src/mame/video/ccastles.c
index 9a4761fa51d..9618fcdf9f0 100644
--- a/src/mame/video/ccastles.c
+++ b/src/mame/video/ccastles.c
@@ -1,5 +1,5 @@
// license:???
-// copyright-holders:Patrick Lawrence
+// copyright-holders:Patrick Lawrence, Aaron Giles
/***************************************************************************
Atari Crystal Castles hardware
diff --git a/src/mame/video/cloud9.c b/src/mame/video/cloud9.c
index f6a74bfcf11..0db0912de0a 100644
--- a/src/mame/video/cloud9.c
+++ b/src/mame/video/cloud9.c
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Mike Balfour
+// copyright-holders:Mike Balfour, Aaron Giles
/***************************************************************************
Atari Cloud 9 (prototype) hardware
diff --git a/src/mame/video/exterm.c b/src/mame/video/exterm.c
index e110a6c2087..74f57b1e1cb 100644
--- a/src/mame/video/exterm.c
+++ b/src/mame/video/exterm.c
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Alex Pasadyn,Zsolt Vasvari
+// copyright-holders:Alex Pasadyn,Zsolt Vasvari,Aaron Giles
/***************************************************************************
Gottlieb Exterminator hardware
diff --git a/src/mame/video/gottlieb.c b/src/mame/video/gottlieb.c
index bc096746421..f60bd8e0445 100644
--- a/src/mame/video/gottlieb.c
+++ b/src/mame/video/gottlieb.c
@@ -1,5 +1,5 @@
// license:???
-// copyright-holders:Fabrice Frances, Nicola Salmoria
+// copyright-holders:Fabrice Frances, Nicola Salmoria, Aaron Giles
/***************************************************************************
Gottlieb hardware
diff --git a/src/mame/video/jedi.c b/src/mame/video/jedi.c
index 8884ec944b6..03a67919f92 100644
--- a/src/mame/video/jedi.c
+++ b/src/mame/video/jedi.c
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Dan Boris
+// copyright-holders:Dan Boris, Aaron Giles
/***************************************************************************
Atari Return of the Jedi hardware
diff --git a/src/mame/video/kangaroo.c b/src/mame/video/kangaroo.c
index 8dd29421cfb..af4c023a3a1 100644
--- a/src/mame/video/kangaroo.c
+++ b/src/mame/video/kangaroo.c
@@ -1,5 +1,5 @@
// license:???
-// copyright-holders:Ville Laitinen
+// copyright-holders:Ville Laitinen, Aaron Giles
/***************************************************************************
Sun Electronics Kangaroo hardware