diff options
author | 2015-12-21 12:47:41 +0100 | |
---|---|---|
committer | 2015-12-21 12:47:41 +0100 | |
commit | 1fefd835ce03ff8ebb09a9af09e6da2300425b63 (patch) | |
tree | 61756ee071f707f83ccc18315c1b040b9c7247ee | |
parent | 2d0917990217fbe6264a04c8b5180810c683c45c (diff) |
update by request (nw)
25 files changed, 25 insertions, 25 deletions
diff --git a/src/devices/sound/disc_cls.h b/src/devices/sound/disc_cls.h index 5b2c9296b8c..b627106a75d 100644 --- a/src/devices/sound/disc_cls.h +++ b/src/devices/sound/disc_cls.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Keith Wilkins,Couriersud,Derrick Renaud,Frank Palazzolo +// copyright-holders:K.Wilkins,Couriersud,Derrick Renaud,Frank Palazzolo #pragma once #ifndef __DISC_CLS_H__ diff --git a/src/devices/sound/disc_dev.h b/src/devices/sound/disc_dev.h index 0c7913544db..19d96339889 100644 --- a/src/devices/sound/disc_dev.h +++ b/src/devices/sound/disc_dev.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Keith Wilkins,Couriersud,Derrick Renaud,Frank Palazzolo +// copyright-holders:K.Wilkins,Couriersud,Derrick Renaud,Frank Palazzolo #pragma once #ifndef __DISC_DEV_H__ diff --git a/src/devices/sound/disc_dev.inc b/src/devices/sound/disc_dev.inc index 109a78166c6..da859e471ec 100644 --- a/src/devices/sound/disc_dev.inc +++ b/src/devices/sound/disc_dev.inc @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Keith Wilkins,Derrick Renaud +// copyright-holders:K.Wilkins,Derrick Renaud /************************************************************************ * * MAME - Discrete sound system emulation library diff --git a/src/devices/sound/disc_flt.h b/src/devices/sound/disc_flt.h index 1608ba40a7d..c60d25d107b 100644 --- a/src/devices/sound/disc_flt.h +++ b/src/devices/sound/disc_flt.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Keith Wilkins,Couriersud,Derrick Renaud,Frank Palazzolo +// copyright-holders:K.Wilkins,Couriersud,Derrick Renaud,Frank Palazzolo #pragma once #ifndef __DISC_FLTH__ diff --git a/src/devices/sound/disc_flt.inc b/src/devices/sound/disc_flt.inc index ae39281ef1b..18cb8f41c1c 100644 --- a/src/devices/sound/disc_flt.inc +++ b/src/devices/sound/disc_flt.inc @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Keith Wilkins +// copyright-holders:K.Wilkins /************************************************************************ * * MAME - Discrete sound system emulation library diff --git a/src/devices/sound/disc_inp.inc b/src/devices/sound/disc_inp.inc index b4e6eb6eb39..1116d074546 100644 --- a/src/devices/sound/disc_inp.inc +++ b/src/devices/sound/disc_inp.inc @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Keith Wilkins +// copyright-holders:K.Wilkins /************************************************************************ * * MAME - Discrete sound system emulation library diff --git a/src/devices/sound/disc_mth.h b/src/devices/sound/disc_mth.h index d1c3a1eee47..0e550739a53 100644 --- a/src/devices/sound/disc_mth.h +++ b/src/devices/sound/disc_mth.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Keith Wilkins,Couriersud,Derrick Renaud,Frank Palazzolo +// copyright-holders:K.Wilkins,Couriersud,Derrick Renaud,Frank Palazzolo #pragma once #ifndef __DISC_MTH_H__ diff --git a/src/devices/sound/disc_mth.inc b/src/devices/sound/disc_mth.inc index 32004ac48e6..9825ee0b899 100644 --- a/src/devices/sound/disc_mth.inc +++ b/src/devices/sound/disc_mth.inc @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Keith Wilkins,Derrick Renaud +// copyright-holders:K.Wilkins,Derrick Renaud /************************************************************************ * * MAME - Discrete sound system emulation library diff --git a/src/devices/sound/disc_sys.inc b/src/devices/sound/disc_sys.inc index 1b6793c6826..92b00c30383 100644 --- a/src/devices/sound/disc_sys.inc +++ b/src/devices/sound/disc_sys.inc @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Keith Wilkins,Derrick Renaud +// copyright-holders:K.Wilkins,Derrick Renaud /************************************************************************ * * MAME - Discrete sound system emulation library diff --git a/src/devices/sound/disc_wav.h b/src/devices/sound/disc_wav.h index 6a012cdd9a8..dc1dc11773b 100644 --- a/src/devices/sound/disc_wav.h +++ b/src/devices/sound/disc_wav.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Keith Wilkins,Couriersud,Derrick Renaud,Frank Palazzolo +// copyright-holders:K.Wilkins,Couriersud,Derrick Renaud,Frank Palazzolo #pragma once #ifndef __DISC_WAV_H__ diff --git a/src/devices/sound/disc_wav.inc b/src/devices/sound/disc_wav.inc index 067ea574bcf..8087ea86627 100644 --- a/src/devices/sound/disc_wav.inc +++ b/src/devices/sound/disc_wav.inc @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Keith Wilkins +// copyright-holders:K.Wilkins /************************************************************************ * * MAME - Discrete sound system emulation library diff --git a/src/devices/sound/discrete.cpp b/src/devices/sound/discrete.cpp index e77b89074ac..ad7e8d1875a 100644 --- a/src/devices/sound/discrete.cpp +++ b/src/devices/sound/discrete.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Keith Wilkins,Couriersud,Derrick Renaud,Frank Palazzolo +// copyright-holders:K.Wilkins,Couriersud,Derrick Renaud,Frank Palazzolo /************************************************************************ * * MAME - Discrete sound system emulation library diff --git a/src/devices/sound/discrete.h b/src/devices/sound/discrete.h index 3d8dd568556..8a0ccfb8c6d 100644 --- a/src/devices/sound/discrete.h +++ b/src/devices/sound/discrete.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Keith Wilkins,Couriersud,Derrick Renaud,Frank Palazzolo +// copyright-holders:K.Wilkins,Couriersud,Derrick Renaud,Frank Palazzolo #pragma once #ifndef __DISCRETE_H__ diff --git a/src/mame/audio/asteroid.cpp b/src/mame/audio/asteroid.cpp index 88b18f0da77..43900205d88 100644 --- a/src/mame/audio/asteroid.cpp +++ b/src/mame/audio/asteroid.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Keith Wilkins +// copyright-holders:K.Wilkins /***************************************************************************** * * Asteroids Analog Sound system interface diff --git a/src/mame/audio/firetrk.cpp b/src/mame/audio/firetrk.cpp index 2e9498b2f7f..74269247cf4 100644 --- a/src/mame/audio/firetrk.cpp +++ b/src/mame/audio/firetrk.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Keith Wilkins,Derrick Renaud +// copyright-holders:K.Wilkins,Derrick Renaud /************************************************************************* audio\firetrk.c diff --git a/src/mame/audio/llander.cpp b/src/mame/audio/llander.cpp index ce95b9fdb93..9585a0d2aea 100644 --- a/src/mame/audio/llander.cpp +++ b/src/mame/audio/llander.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Keith Wilkins +// copyright-holders:K.Wilkins /*************************************************************************** Lunar Lander Specific Sound Code diff --git a/src/mame/drivers/namcos2.cpp b/src/mame/drivers/namcos2.cpp index 5b486cd15c8..c4a8d0ddf87 100644 --- a/src/mame/drivers/namcos2.cpp +++ b/src/mame/drivers/namcos2.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Keith Wilkins +// copyright-holders:K.Wilkins /*************************************************************************** Namco System II driver by K.Wilkins (Jun1998, Oct1999) diff --git a/src/mame/drivers/slapfght.cpp b/src/mame/drivers/slapfght.cpp index 546a3f46bbf..98f7578ac71 100644 --- a/src/mame/drivers/slapfght.cpp +++ b/src/mame/drivers/slapfght.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Keith Wilkins +// copyright-holders:K.Wilkins /*************************************************************************** Toaplan Slap Fight hardware diff --git a/src/mame/drivers/spiders.cpp b/src/mame/drivers/spiders.cpp index 2ae681689c5..b6c64842ee1 100644 --- a/src/mame/drivers/spiders.cpp +++ b/src/mame/drivers/spiders.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Keith Wilkins,Zsolt Vasvari +// copyright-holders:K.Wilkins,Zsolt Vasvari /*************************************************************************** Sigma Spiders hardware diff --git a/src/mame/includes/namcos2.h b/src/mame/includes/namcos2.h index 8900a12a33a..799e8dabbfd 100644 --- a/src/mame/includes/namcos2.h +++ b/src/mame/includes/namcos2.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Keith Wilkins +// copyright-holders:K.Wilkins /*************************************************************************** namcos2.h diff --git a/src/mame/includes/slapfght.h b/src/mame/includes/slapfght.h index 091a8bd3648..32f14f281df 100644 --- a/src/mame/includes/slapfght.h +++ b/src/mame/includes/slapfght.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Keith Wilkins +// copyright-holders:K.Wilkins /*************************************************************************** Toaplan Slap Fight hardware diff --git a/src/mame/machine/namcos2.cpp b/src/mame/machine/namcos2.cpp index cd2577ad092..0758a25241d 100644 --- a/src/mame/machine/namcos2.cpp +++ b/src/mame/machine/namcos2.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Keith Wilkins +// copyright-holders:K.Wilkins /*************************************************************************** Namco System II diff --git a/src/mame/machine/slapfght.cpp b/src/mame/machine/slapfght.cpp index fff7e35bbc2..d07f657758f 100644 --- a/src/mame/machine/slapfght.cpp +++ b/src/mame/machine/slapfght.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Keith Wilkins +// copyright-holders:K.Wilkins /*************************************************************************** Toaplan Slap Fight hardware diff --git a/src/mame/video/namcos2.cpp b/src/mame/video/namcos2.cpp index f9625935b0b..d45dd94278d 100644 --- a/src/mame/video/namcos2.cpp +++ b/src/mame/video/namcos2.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Keith Wilkins +// copyright-holders:K.Wilkins /* video hardware for Namco System II */ #include "emu.h" diff --git a/src/mame/video/slapfght.cpp b/src/mame/video/slapfght.cpp index 39189c5e46f..4e3b29bc7f7 100644 --- a/src/mame/video/slapfght.cpp +++ b/src/mame/video/slapfght.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Keith Wilkins +// copyright-holders:K.Wilkins /*************************************************************************** Toaplan Slap Fight hardware |