diff options
author | 2015-05-22 19:50:33 +0200 | |
---|---|---|
committer | 2015-05-22 19:51:00 +0200 | |
commit | d22ab4e6e2b9a525f0eeb98cef09a6be556d6696 (patch) | |
tree | 2a15fb110eccc1637325dc15237f0fa44f971dcf /src/emu/sound | |
parent | efe76a3895bcf8823b3626457b84fa39c7910b07 (diff) |
owner name consistency and typo fix (nw)
Diffstat (limited to 'src/emu/sound')
-rw-r--r-- | src/emu/sound/c140.c | 4 | ||||
-rw-r--r-- | src/emu/sound/disc_cls.h | 2 | ||||
-rw-r--r-- | src/emu/sound/disc_dev.h | 2 | ||||
-rw-r--r-- | src/emu/sound/disc_dev.inc | 2 | ||||
-rw-r--r-- | src/emu/sound/disc_flt.h | 2 | ||||
-rw-r--r-- | src/emu/sound/disc_mth.h | 2 | ||||
-rw-r--r-- | src/emu/sound/disc_mth.inc | 2 | ||||
-rw-r--r-- | src/emu/sound/disc_sys.inc | 2 | ||||
-rw-r--r-- | src/emu/sound/disc_wav.h | 2 | ||||
-rw-r--r-- | src/emu/sound/discrete.c | 2 | ||||
-rw-r--r-- | src/emu/sound/discrete.h | 4 | ||||
-rw-r--r-- | src/emu/sound/multipcm.c | 2 | ||||
-rw-r--r-- | src/emu/sound/rf5c68.c | 2 | ||||
-rw-r--r-- | src/emu/sound/rf5c68.h | 2 | ||||
-rw-r--r-- | src/emu/sound/sb0400.c | 2 | ||||
-rw-r--r-- | src/emu/sound/sb0400.h | 2 | ||||
-rw-r--r-- | src/emu/sound/scsp.c | 2 | ||||
-rw-r--r-- | src/emu/sound/scsp.h | 2 | ||||
-rw-r--r-- | src/emu/sound/scspdsp.c | 2 | ||||
-rw-r--r-- | src/emu/sound/scspdsp.h | 2 | ||||
-rw-r--r-- | src/emu/sound/spu.c | 2 | ||||
-rw-r--r-- | src/emu/sound/spu.h | 2 | ||||
-rw-r--r-- | src/emu/sound/spu_tables.c | 2 | ||||
-rw-r--r-- | src/emu/sound/spureverb.c | 2 | ||||
-rw-r--r-- | src/emu/sound/spureverb.h | 2 |
25 files changed, 27 insertions, 27 deletions
diff --git a/src/emu/sound/c140.c b/src/emu/sound/c140.c index 24c5af2381d..0c0d9405098 100644 --- a/src/emu/sound/c140.c +++ b/src/emu/sound/c140.c @@ -40,8 +40,8 @@ Unmapped registers: */ /* 2000.06.26 CAB fixed compressed pcm playback - 2002.07.20 R.Belmont added support for multiple banking types - 2006.01.08 R.Belmont added support for NA-1/2 "219" derivative + 2002.07.20 R. Belmont added support for multiple banking types + 2006.01.08 R. Belmont added support for NA-1/2 "219" derivative */ diff --git a/src/emu/sound/disc_cls.h b/src/emu/sound/disc_cls.h index 9bd9fb2e732..49bead7d5d3 100644 --- a/src/emu/sound/disc_cls.h +++ b/src/emu/sound/disc_cls.h @@ -15,7 +15,7 @@ * * Coding started in November 2000 * - * Additions/bugfix February 2003 - D.Renaud, F.Palazzolo, K.Wilkins + * Additions/bugfix February 2003 - Derrick Renaud, F.Palazzolo, K.Wilkins * Discrete parallel tasks 2009 - Couriersud * Discrete classes 2010 - Couriersud * diff --git a/src/emu/sound/disc_dev.h b/src/emu/sound/disc_dev.h index 17210fb6a51..f2103746429 100644 --- a/src/emu/sound/disc_dev.h +++ b/src/emu/sound/disc_dev.h @@ -15,7 +15,7 @@ * * Coding started in November 2000 * - * Additions/bugfix February 2003 - D.Renaud, F.Palazzolo, K.Wilkins + * Additions/bugfix February 2003 - Derrick Renaud, F.Palazzolo, K.Wilkins * Discrete parallel tasks 2009 - Couriersud * Discrete classes 2010 - Couriersud * diff --git a/src/emu/sound/disc_dev.inc b/src/emu/sound/disc_dev.inc index 4276e3cfd64..dbf4c37d116 100644 --- a/src/emu/sound/disc_dev.inc +++ b/src/emu/sound/disc_dev.inc @@ -5,7 +5,7 @@ * Written by Keith Wilkins (mame@dysfunction.demon.co.uk) * * (c) K.Wilkins 2000 - * (c) D.Renaud 2003-2004 + * (c) Derrick Renaud 2003-2004 * ************************************************************************ * diff --git a/src/emu/sound/disc_flt.h b/src/emu/sound/disc_flt.h index 1ace12ea61c..ab2871e2c4c 100644 --- a/src/emu/sound/disc_flt.h +++ b/src/emu/sound/disc_flt.h @@ -15,7 +15,7 @@ * * Coding started in November 2000 * - * Additions/bugfix February 2003 - D.Renaud, F.Palazzolo, K.Wilkins + * Additions/bugfix February 2003 - Derrick Renaud, F.Palazzolo, K.Wilkins * Discrete parallel tasks 2009 - Couriersud * Discrete classes 2010 - Couriersud * diff --git a/src/emu/sound/disc_mth.h b/src/emu/sound/disc_mth.h index c6541477bb6..411ad94720f 100644 --- a/src/emu/sound/disc_mth.h +++ b/src/emu/sound/disc_mth.h @@ -15,7 +15,7 @@ * * Coding started in November 2000 * - * Additions/bugfix February 2003 - D.Renaud, F.Palazzolo, K.Wilkins + * Additions/bugfix February 2003 - Derrick Renaud, F.Palazzolo, K.Wilkins * Discrete parallel tasks 2009 - Couriersud * Discrete classes 2010 - Couriersud * diff --git a/src/emu/sound/disc_mth.inc b/src/emu/sound/disc_mth.inc index c3f52ca27f3..8474d08f5e5 100644 --- a/src/emu/sound/disc_mth.inc +++ b/src/emu/sound/disc_mth.inc @@ -5,7 +5,7 @@ * Written by Keith Wilkins (mame@esplexo.co.uk) * * (c) K.Wilkins 2000 - * (c) D.Renaud 2003-2004 + * (c) Derrick Renaud 2003-2004 * ************************************************************************ * diff --git a/src/emu/sound/disc_sys.inc b/src/emu/sound/disc_sys.inc index a43821ad5fd..6afabd62b0f 100644 --- a/src/emu/sound/disc_sys.inc +++ b/src/emu/sound/disc_sys.inc @@ -5,7 +5,7 @@ * Written by Keith Wilkins (mame@esplexo.co.uk) * * (c) K.Wilkins 2000 - * (c) D.Renaud 2003-2004 + * (c) Derrick Renaud 2003-2004 * ************************************************************************ * diff --git a/src/emu/sound/disc_wav.h b/src/emu/sound/disc_wav.h index 3dea8a9bef6..41265415280 100644 --- a/src/emu/sound/disc_wav.h +++ b/src/emu/sound/disc_wav.h @@ -15,7 +15,7 @@ * * Coding started in November 2000 * - * Additions/bugfix February 2003 - D.Renaud, F.Palazzolo, K.Wilkins + * Additions/bugfix February 2003 - Derrick Renaud, F.Palazzolo, K.Wilkins * Discrete parallel tasks 2009 - Couriersud * Discrete classes 2010 - Couriersud * diff --git a/src/emu/sound/discrete.c b/src/emu/sound/discrete.c index e0998a271d6..2f57cc39ad5 100644 --- a/src/emu/sound/discrete.c +++ b/src/emu/sound/discrete.c @@ -1,5 +1,5 @@ // license:??? -// copyright-holders:Keith Wilkins, D.Renaud, F.Palazzolo, Couriersud +// copyright-holders:Keith Wilkins, Derrick Renaud, Frank Palazzolo, Couriersud /************************************************************************ * * MAME - Discrete sound system emulation library diff --git a/src/emu/sound/discrete.h b/src/emu/sound/discrete.h index a5d67d78f05..b2dc39e5ab9 100644 --- a/src/emu/sound/discrete.h +++ b/src/emu/sound/discrete.h @@ -1,5 +1,5 @@ // license:??? -// copyright-holders:Keith Wilkins, D.Renaud, F.Palazzolo, Couriersud +// copyright-holders:Keith Wilkins, Derrick Renaud, Frank Palazzolo, Couriersud #pragma once #ifndef __DISCRETE_H__ @@ -17,7 +17,7 @@ * * Coding started in November 2000 * - * Additions/bugfix February 2003 - D.Renaud, F.Palazzolo, K.Wilkins + * Additions/bugfix February 2003 - Derrick Renaud, F.Palazzolo, K.Wilkins * Discrete parallel tasks 2009 - Couriersud * *********************************************************************** diff --git a/src/emu/sound/multipcm.c b/src/emu/sound/multipcm.c index 37399e10c36..5f984ffeadb 100644 --- a/src/emu/sound/multipcm.c +++ b/src/emu/sound/multipcm.c @@ -4,7 +4,7 @@ * Sega System 32 Multi/Model 1/Model 2 custom PCM chip (315-5560) emulation. * * by Miguel Angel Horna (ElSemi) for Model 2 Emulator and MAME. - * Information by R.Belmont and the YMF278B (OPL4) manual. + * Information by R. Belmont and the YMF278B (OPL4) manual. * * voice registers: * 0: Pan diff --git a/src/emu/sound/rf5c68.c b/src/emu/sound/rf5c68.c index 4bf5e56e774..1b4b99051b2 100644 --- a/src/emu/sound/rf5c68.c +++ b/src/emu/sound/rf5c68.c @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Olivier Galiber +// copyright-holders:Olivier Galibert /*********************************************************/ /* ricoh RF5C68(or clone) PCM controller */ /*********************************************************/ diff --git a/src/emu/sound/rf5c68.h b/src/emu/sound/rf5c68.h index 8f81d3afbf3..32a35971981 100644 --- a/src/emu/sound/rf5c68.h +++ b/src/emu/sound/rf5c68.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Olivier Galiber +// copyright-holders:Olivier Galibert /*********************************************************/ /* ricoh RF5C68(or clone) PCM controller */ /*********************************************************/ diff --git a/src/emu/sound/sb0400.c b/src/emu/sound/sb0400.c index 33873324683..343cb6aecaa 100644 --- a/src/emu/sound/sb0400.c +++ b/src/emu/sound/sb0400.c @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Olivier Galiber +// copyright-holders:Olivier Galibert #include "sb0400.h" const device_type SB0400 = &device_creator<sb0400_device>; diff --git a/src/emu/sound/sb0400.h b/src/emu/sound/sb0400.h index d3e27b627ac..aeb1ec43e61 100644 --- a/src/emu/sound/sb0400.h +++ b/src/emu/sound/sb0400.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Olivier Galiber +// copyright-holders:Olivier Galibert // Creative labs SB0400 Audigy2 Value #ifndef SB0400_H diff --git a/src/emu/sound/scsp.c b/src/emu/sound/scsp.c index eb9479e4782..b37284cc05c 100644 --- a/src/emu/sound/scsp.c +++ b/src/emu/sound/scsp.c @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:ElSemi, R.Belmont +// copyright-holders:ElSemi, R. Belmont /* Sega/Yamaha YMF292-F (SCSP = Saturn Custom Sound Processor) emulation By ElSemi diff --git a/src/emu/sound/scsp.h b/src/emu/sound/scsp.h index 1d01559e4bd..bc104a85b68 100644 --- a/src/emu/sound/scsp.h +++ b/src/emu/sound/scsp.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:ElSemi, R.Belmont +// copyright-holders:ElSemi, R. Belmont /* SCSP (YMF292-F) header */ diff --git a/src/emu/sound/scspdsp.c b/src/emu/sound/scspdsp.c index 68e810cb953..75b30cfe85a 100644 --- a/src/emu/sound/scspdsp.c +++ b/src/emu/sound/scspdsp.c @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:ElSemi, R.Belmont +// copyright-holders:ElSemi, R. Belmont #include "emu.h" #include "scspdsp.h" diff --git a/src/emu/sound/scspdsp.h b/src/emu/sound/scspdsp.h index 06cd1602a09..319b3ebe099 100644 --- a/src/emu/sound/scspdsp.h +++ b/src/emu/sound/scspdsp.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:ElSemi, R.Belmont +// copyright-holders:ElSemi, R. Belmont #pragma once #ifndef __SCSPDSP_H__ diff --git a/src/emu/sound/spu.c b/src/emu/sound/spu.c index 433f7737ba6..ef5a81e0e82 100644 --- a/src/emu/sound/spu.c +++ b/src/emu/sound/spu.c @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:pSXAuthor, R.Belmont +// copyright-holders:pSXAuthor, R. Belmont /* Sony PlayStation SPU (CXD2922BQ/CXD2925Q) emulator diff --git a/src/emu/sound/spu.h b/src/emu/sound/spu.h index 1a74d11331c..7092df970fa 100644 --- a/src/emu/sound/spu.h +++ b/src/emu/sound/spu.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:pSXAuthor, R.Belmont +// copyright-holders:pSXAuthor, R. Belmont #pragma once #ifndef __SPU_H__ diff --git a/src/emu/sound/spu_tables.c b/src/emu/sound/spu_tables.c index 6af97ded049..faa5719c4c6 100644 --- a/src/emu/sound/spu_tables.c +++ b/src/emu/sound/spu_tables.c @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:pSXAuthor, R.Belmont +// copyright-holders:pSXAuthor, R. Belmont #include "emu.h" #include "spu.h" diff --git a/src/emu/sound/spureverb.c b/src/emu/sound/spureverb.c index 0603386d19c..3c784acbbee 100644 --- a/src/emu/sound/spureverb.c +++ b/src/emu/sound/spureverb.c @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:pSXAuthor, R.Belmont +// copyright-holders:pSXAuthor, R. Belmont #include "emu.h" #include "spureverb.h" diff --git a/src/emu/sound/spureverb.h b/src/emu/sound/spureverb.h index 590a2ac1771..8a8cb040ba8 100644 --- a/src/emu/sound/spureverb.h +++ b/src/emu/sound/spureverb.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:pSXAuthor, R.Belmont +// copyright-holders:pSXAuthor, R. Belmont #ifndef _included_reverb_ #define _included_reverb_ |