From a2863c6639b2a09fd7efe389f7fdb6158c1c1ce1 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Tue, 29 Mar 2016 18:01:13 +0200 Subject: [PATCH] Updated for Stephane Humbert, on some places he is removed on some added, where lot of investigation time is spent (nw) --- src/mame/drivers/3x3puzzl.cpp | 2 +- src/mame/drivers/acefruit.cpp | 2 +- src/mame/drivers/alpha68k.cpp | 2 +- src/mame/drivers/arkanoid.cpp | 2 +- src/mame/drivers/cubo.cpp | 2 +- src/mame/drivers/dec8.cpp | 2 +- src/mame/drivers/firetrap.cpp | 2 +- src/mame/drivers/galaxian.cpp | 2 +- src/mame/drivers/galaxold.cpp | 2 +- src/mame/drivers/megadrvb.cpp | 2 +- src/mame/drivers/nova2001.cpp | 2 +- src/mame/drivers/opwolf.cpp | 2 +- src/mame/drivers/pacman.cpp | 2 +- src/mame/drivers/peyper.cpp | 2 +- src/mame/drivers/slapfght.cpp | 2 +- src/mame/drivers/snesb.cpp | 2 +- src/mame/drivers/spbactn.cpp | 2 +- src/mame/drivers/statriv2.cpp | 2 +- src/mame/drivers/toaplan1.cpp | 2 +- src/mame/drivers/tourvis.cpp | 2 +- src/mame/drivers/xyonix.cpp | 2 +- src/mame/includes/arkanoid.h | 2 +- src/mame/includes/nova2001.h | 2 +- src/mame/includes/slapfght.h | 2 +- src/mame/includes/spbactn.h | 2 +- src/mame/includes/taitoipt.h | 2 +- src/mame/includes/toaplipt.h | 2 +- src/mame/includes/xyonix.h | 2 +- src/mame/machine/arkanoid.cpp | 2 +- src/mame/machine/kaneko_hit.cpp | 2 +- src/mame/machine/kaneko_hit.h | 2 +- src/mame/machine/opwolf.cpp | 2 +- src/mame/machine/slapfght.cpp | 2 +- src/mame/machine/tnzs.cpp | 2 +- src/mame/machine/toaplan1.cpp | 2 +- src/mame/video/alpha68k.cpp | 2 +- src/mame/video/nova2001.cpp | 2 +- src/mame/video/spbactn.cpp | 2 +- src/mame/video/wwfsstar.cpp | 2 +- src/mame/video/xyonix.cpp | 2 +- src/mame/video/zaxxon.cpp | 2 +- 41 files changed, 41 insertions(+), 41 deletions(-) diff --git a/src/mame/drivers/3x3puzzl.cpp b/src/mame/drivers/3x3puzzl.cpp index 38ccc0c15a6..e3a131fd189 100644 --- a/src/mame/drivers/3x3puzzl.cpp +++ b/src/mame/drivers/3x3puzzl.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Mariusz Wojcieszek, David Haywood, Stephh +// copyright-holders:Mariusz Wojcieszek, David Haywood,Stephane Humbert /*************************************************************************** 3x3 Puzzle diff --git a/src/mame/drivers/acefruit.cpp b/src/mame/drivers/acefruit.cpp index b869458ace4..577f1e28391 100644 --- a/src/mame/drivers/acefruit.cpp +++ b/src/mame/drivers/acefruit.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:smf +// copyright-holders:smf,Stephane Humbert /*************************************************************************** Ace Video Fruit Machine hardware diff --git a/src/mame/drivers/alpha68k.cpp b/src/mame/drivers/alpha68k.cpp index 953cc63cd8d..5ad32ed75aa 100644 --- a/src/mame/drivers/alpha68k.cpp +++ b/src/mame/drivers/alpha68k.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Pierpaolo Prazzoli, Bryan McPhail +// copyright-holders:Pierpaolo Prazzoli, Bryan McPhail,Stephane Humbert /*************************************************************************** SNK/Alpha 68000 based games: diff --git a/src/mame/drivers/arkanoid.cpp b/src/mame/drivers/arkanoid.cpp index c93fd804064..2dd7dc0123d 100644 --- a/src/mame/drivers/arkanoid.cpp +++ b/src/mame/drivers/arkanoid.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Brad Oliver +// copyright-holders:Brad Oliver,Stephane Humbert /*************************************************************************** Arkanoid driver diff --git a/src/mame/drivers/cubo.cpp b/src/mame/drivers/cubo.cpp index 8e27e26e864..70d22a51e6d 100644 --- a/src/mame/drivers/cubo.cpp +++ b/src/mame/drivers/cubo.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Aaron Giles, Mariusz Wojcieszek, Ernesto Corvi, Stephh, Dirk Best +// copyright-holders:Aaron Giles, Mariusz Wojcieszek, Ernesto Corvi, Dirk Best,Stephane Humbert /* Cubo CD32 (additional hardware and games by CD Express, Milan, Italy) diff --git a/src/mame/drivers/dec8.cpp b/src/mame/drivers/dec8.cpp index 8d681e5676b..f9fe92ef5c9 100644 --- a/src/mame/drivers/dec8.cpp +++ b/src/mame/drivers/dec8.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Bryan McPhail +// copyright-holders:Bryan McPhail,Stephane Humbert /*************************************************************************** Various Data East 8 bit games: diff --git a/src/mame/drivers/firetrap.cpp b/src/mame/drivers/firetrap.cpp index 786e141a4be..5a858571593 100644 --- a/src/mame/drivers/firetrap.cpp +++ b/src/mame/drivers/firetrap.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Nicola Salmoria +// copyright-holders:Nicola Salmoria,Stephane Humbert /*************************************************************************** Fire Trap memory map diff --git a/src/mame/drivers/galaxian.cpp b/src/mame/drivers/galaxian.cpp index d6019bde824..7c9b7fff23c 100644 --- a/src/mame/drivers/galaxian.cpp +++ b/src/mame/drivers/galaxian.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Aaron Giles, Couriersud +// copyright-holders:Aaron Giles, Couriersud,Stephane Humbert /*************************************************************************** Galaxian-derived hardware diff --git a/src/mame/drivers/galaxold.cpp b/src/mame/drivers/galaxold.cpp index 62eb5441460..3396ffdc94b 100644 --- a/src/mame/drivers/galaxold.cpp +++ b/src/mame/drivers/galaxold.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Nicola Salmoria +// copyright-holders:Nicola Salmoria,Stephane Humbert /*************************************************************************** Galaxian/Moon Cresta hardware diff --git a/src/mame/drivers/megadrvb.cpp b/src/mame/drivers/megadrvb.cpp index d7ea815b695..c794ec9ff35 100644 --- a/src/mame/drivers/megadrvb.cpp +++ b/src/mame/drivers/megadrvb.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:David Haywood +// copyright-holders:David Haywood,Stephane Humbert /*************************************************************************** Sega Mega Drive/Genesis-based bootlegs diff --git a/src/mame/drivers/nova2001.cpp b/src/mame/drivers/nova2001.cpp index 125f2dbe48c..92a03fe3400 100644 --- a/src/mame/drivers/nova2001.cpp +++ b/src/mame/drivers/nova2001.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Howie Cohen, Frank Palazzolo, Alex Pasadyn, David Haywood, Steph, Phil Stroffolino, Uki +// copyright-holders:Howie Cohen, Frank Palazzolo, Alex Pasadyn, David Haywood, Phil Stroffolino, Uki,Stephane Humbert /****************************************************************************** UPL "orthogonal palette" hardware diff --git a/src/mame/drivers/opwolf.cpp b/src/mame/drivers/opwolf.cpp index 55dbdec1fe2..b4bd88ae881 100644 --- a/src/mame/drivers/opwolf.cpp +++ b/src/mame/drivers/opwolf.cpp @@ -1,5 +1,5 @@ // license:GPL-2.0+ -// copyright-holders:David Graves, Jarek Burczynski +// copyright-holders:David Graves, Jarek Burczynski,Stephane Humbert // thanks-to:Richard Bush /**************************************************************************** diff --git a/src/mame/drivers/pacman.cpp b/src/mame/drivers/pacman.cpp index abe1cb0f8d3..e5f03ff2fff 100644 --- a/src/mame/drivers/pacman.cpp +++ b/src/mame/drivers/pacman.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Nicola Salmoria +// copyright-holders:Nicola Salmoria,Stephane Humbert /*************************************************************************** Namco PuckMan diff --git a/src/mame/drivers/peyper.cpp b/src/mame/drivers/peyper.cpp index 742112a6816..4f50229c96c 100644 --- a/src/mame/drivers/peyper.cpp +++ b/src/mame/drivers/peyper.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Stephh, Robbbert +// copyright-holders:Robbbert,Stephane Humbert /******************************************************************************************************** PINBALL diff --git a/src/mame/drivers/slapfght.cpp b/src/mame/drivers/slapfght.cpp index d9ae018a63a..79562e9a396 100644 --- a/src/mame/drivers/slapfght.cpp +++ b/src/mame/drivers/slapfght.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:K.Wilkins +// copyright-holders:K.Wilkins,Stephane Humbert /*************************************************************************** Toaplan Slap Fight hardware diff --git a/src/mame/drivers/snesb.cpp b/src/mame/drivers/snesb.cpp index e5980a70314..91e82023b62 100644 --- a/src/mame/drivers/snesb.cpp +++ b/src/mame/drivers/snesb.cpp @@ -1,5 +1,5 @@ // license:LGPL-2.1+ -// copyright-holders:Tomasz Slanina, Peter Ferrie +// copyright-holders:Tomasz Slanina, Peter Ferrie,Stephane Humbert /*************************************************************************** Arcade games (hacks of console games) running on SNES harware. diff --git a/src/mame/drivers/spbactn.cpp b/src/mame/drivers/spbactn.cpp index c8060bdbfff..80adbabc79b 100644 --- a/src/mame/drivers/spbactn.cpp +++ b/src/mame/drivers/spbactn.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:David Haywood, Stephh +// copyright-holders:David Haywood /******************************************************************************* Super Pinball Action (c) 1991 Tecmo ******************************************************************************** diff --git a/src/mame/drivers/statriv2.cpp b/src/mame/drivers/statriv2.cpp index 932acd49106..359c5c4ec78 100644 --- a/src/mame/drivers/statriv2.cpp +++ b/src/mame/drivers/statriv2.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Angelo Salese, David Haywood, Ryan Holtz, Stephh, Pierpaolo Prazzoli, Roberto Fresca +// copyright-holders:Angelo Salese, David Haywood, Ryan Holtz, Pierpaolo Prazzoli, Roberto Fresca,Stephane Humbert /***************************************************************** * Status Triv Two driver by David Haywood, Ryan Holtz, and Stephh* * Super Triv II driver by Ryan Holtz * diff --git a/src/mame/drivers/toaplan1.cpp b/src/mame/drivers/toaplan1.cpp index 619ac98c7a5..d5eb873b45f 100644 --- a/src/mame/drivers/toaplan1.cpp +++ b/src/mame/drivers/toaplan1.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Darren Olafson, Quench +// copyright-holders:Darren Olafson, Quench,Stephane Humbert /*************************************************************************** ToaPlan game hardware from 1988-1991 diff --git a/src/mame/drivers/tourvis.cpp b/src/mame/drivers/tourvis.cpp index 153c8f6e2ce..b1a62e95492 100644 --- a/src/mame/drivers/tourvis.cpp +++ b/src/mame/drivers/tourvis.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Mariusz Wojcieszek, Stephh +// copyright-holders:Mariusz Wojcieszek /**************************************************************************** TourVision diff --git a/src/mame/drivers/xyonix.cpp b/src/mame/drivers/xyonix.cpp index 8086885d7a4..1c142e979cc 100644 --- a/src/mame/drivers/xyonix.cpp +++ b/src/mame/drivers/xyonix.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:David Haywood, Stephh +// copyright-holders:David Haywood /* Xyonix ********************************************************************* driver by David Haywood and Stephh diff --git a/src/mame/includes/arkanoid.h b/src/mame/includes/arkanoid.h index 3bae2fd73bf..e1ad52c7c84 100644 --- a/src/mame/includes/arkanoid.h +++ b/src/mame/includes/arkanoid.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Brad Oliver +// copyright-holders:Brad Oliver,Stephane Humbert /* This it the best way to allow game specific kludges until the system is fully understood */ enum { ARKUNK = 0, /* unknown bootlegs for inclusion of possible new sets */ diff --git a/src/mame/includes/nova2001.h b/src/mame/includes/nova2001.h index 497a337c4e5..fc430e8aaac 100644 --- a/src/mame/includes/nova2001.h +++ b/src/mame/includes/nova2001.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Howie Cohen, Frank Palazzolo, Alex Pasadyn, David Haywood, Steph, Phil Stroffolino, Uki +// copyright-holders:Howie Cohen, Frank Palazzolo, Alex Pasadyn, David Haywood, Phil Stroffolino, Uki class nova2001_state : public driver_device { public: diff --git a/src/mame/includes/slapfght.h b/src/mame/includes/slapfght.h index 32f14f281df..f5b93dd73c6 100644 --- a/src/mame/includes/slapfght.h +++ b/src/mame/includes/slapfght.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:K.Wilkins +// copyright-holders:K.Wilkins,Stephane Humbert /*************************************************************************** Toaplan Slap Fight hardware diff --git a/src/mame/includes/spbactn.h b/src/mame/includes/spbactn.h index 9924a0e46fe..2868c951dd6 100644 --- a/src/mame/includes/spbactn.h +++ b/src/mame/includes/spbactn.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:David Haywood, Stephh +// copyright-holders:David Haywood #include "video/tecmo_spr.h" #include "video/tecmo_mix.h" diff --git a/src/mame/includes/taitoipt.h b/src/mame/includes/taitoipt.h index d41f6d05322..ceb89a9c2f8 100644 --- a/src/mame/includes/taitoipt.h +++ b/src/mame/includes/taitoipt.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:David Graves, Bryan McPhail, Brad Oliver, Andrew Prime, Brian Troha, Nicola Salmoria +// copyright-holders:David Graves, Bryan McPhail, Brad Oliver, Andrew Prime, Brian Troha, Nicola Salmoria,Stephane Humbert /******************************************************************************* Input port macros used by many games in multiple Taito drivers diff --git a/src/mame/includes/toaplipt.h b/src/mame/includes/toaplipt.h index 7df6ae592ce..2d2ccd7b87b 100644 --- a/src/mame/includes/toaplipt.h +++ b/src/mame/includes/toaplipt.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Quench, Stephh +// copyright-holders:Quench, Stephane Humbert /******************************************************************************* Input port macros used by many games in multiple Toaplan drivers diff --git a/src/mame/includes/xyonix.h b/src/mame/includes/xyonix.h index 8fd3aa576c1..595e2585bf9 100644 --- a/src/mame/includes/xyonix.h +++ b/src/mame/includes/xyonix.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:David Haywood, Stephh +// copyright-holders:David Haywood class xyonix_state : public driver_device { public: diff --git a/src/mame/machine/arkanoid.cpp b/src/mame/machine/arkanoid.cpp index 02bb306a1b6..5b735e42fec 100644 --- a/src/mame/machine/arkanoid.cpp +++ b/src/mame/machine/arkanoid.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Brad Oliver +// copyright-holders:Brad Oliver,Stephane Humbert /*************************************************************************** machine.c diff --git a/src/mame/machine/kaneko_hit.cpp b/src/mame/machine/kaneko_hit.cpp index 626b03bde29..3830daca9f6 100644 --- a/src/mame/machine/kaneko_hit.cpp +++ b/src/mame/machine/kaneko_hit.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Luca Elia, David Haywood +// copyright-holders:Luca Elia, David Haywood,Stephane Humbert /* Kaneko 'Calc' hitbox collision / protection It is thought that this is done by the 'CALC1' 'TOYBOX' and 'CALC3' protection chips found on the various boards diff --git a/src/mame/machine/kaneko_hit.h b/src/mame/machine/kaneko_hit.h index 815fa4bd70c..40ead7b1955 100644 --- a/src/mame/machine/kaneko_hit.h +++ b/src/mame/machine/kaneko_hit.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Luca Elia, David Haywood +// copyright-holders:Luca Elia, David Haywood,Stephane Humbert /* Kaneko Hit protection */ diff --git a/src/mame/machine/opwolf.cpp b/src/mame/machine/opwolf.cpp index 41ba01a582f..8c7fd54491b 100644 --- a/src/mame/machine/opwolf.cpp +++ b/src/mame/machine/opwolf.cpp @@ -1,5 +1,5 @@ // license:GPL-2.0+ -// copyright-holders:David Graves, Jarek Burczynski +// copyright-holders:David Graves, Jarek Burczynski,Stephane Humbert /************************************************************************* Operation Wolf C-Chip Protection diff --git a/src/mame/machine/slapfght.cpp b/src/mame/machine/slapfght.cpp index d07f657758f..fe63b1aad1f 100644 --- a/src/mame/machine/slapfght.cpp +++ b/src/mame/machine/slapfght.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:K.Wilkins +// copyright-holders:K.Wilkins,Stephane Humbert /*************************************************************************** Toaplan Slap Fight hardware diff --git a/src/mame/machine/tnzs.cpp b/src/mame/machine/tnzs.cpp index cd1eafb6562..175d20568c0 100644 --- a/src/mame/machine/tnzs.cpp +++ b/src/mame/machine/tnzs.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Luca Elia, Mirko Buffoni, Takahiro Nogi +// copyright-holders:Luca Elia, Mirko Buffoni, Takahiro Nogi,Stephane Humbert /*************************************************************************** machine.c diff --git a/src/mame/machine/toaplan1.cpp b/src/mame/machine/toaplan1.cpp index 687b130b1ed..7c3f201af08 100644 --- a/src/mame/machine/toaplan1.cpp +++ b/src/mame/machine/toaplan1.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Darren Olafson, Quench +// copyright-holders:Darren Olafson, Quench,Stephane Humbert /*************************************************************************** ToaPlan game hardware from 1988-1991 ------------------------------------ diff --git a/src/mame/video/alpha68k.cpp b/src/mame/video/alpha68k.cpp index 2ecc132ee07..8a264bf48e9 100644 --- a/src/mame/video/alpha68k.cpp +++ b/src/mame/video/alpha68k.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Pierpaolo Prazzoli, Bryan McPhail +// copyright-holders:Pierpaolo Prazzoli, Bryan McPhail,Stephane Humbert /*************************************************************************** Alpha 68k video emulation - Bryan McPhail, mish@tendril.co.uk diff --git a/src/mame/video/nova2001.cpp b/src/mame/video/nova2001.cpp index e5366891b2f..88d089385d5 100644 --- a/src/mame/video/nova2001.cpp +++ b/src/mame/video/nova2001.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Howie Cohen, Frank Palazzolo, Alex Pasadyn, David Haywood, Steph, Phil Stroffolino, Uki +// copyright-holders:Howie Cohen, Frank Palazzolo, Alex Pasadyn, David Haywood, Phil Stroffolino, Uki #include "emu.h" #include "includes/nova2001.h" diff --git a/src/mame/video/spbactn.cpp b/src/mame/video/spbactn.cpp index 5e7f1735a1b..4aa92b26748 100644 --- a/src/mame/video/spbactn.cpp +++ b/src/mame/video/spbactn.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:David Haywood, Stephh +// copyright-holders:David Haywood #include "emu.h" #include "includes/spbactn.h" diff --git a/src/mame/video/wwfsstar.cpp b/src/mame/video/wwfsstar.cpp index 97d2ce891c0..223e185379c 100644 --- a/src/mame/video/wwfsstar.cpp +++ b/src/mame/video/wwfsstar.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:David Haywood +// copyright-holders:David Haywood,Stephane Humbert /******************************************************************************* WWF Superstars (C) 1989 Technos Japan (video/wwfsstar.c) ******************************************************************************** diff --git a/src/mame/video/xyonix.cpp b/src/mame/video/xyonix.cpp index 9e994ff4dff..da4c9a0a674 100644 --- a/src/mame/video/xyonix.cpp +++ b/src/mame/video/xyonix.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:David Haywood, Stephh +// copyright-holders:David Haywood #include "emu.h" #include "includes/xyonix.h" diff --git a/src/mame/video/zaxxon.cpp b/src/mame/video/zaxxon.cpp index 13023e67b54..cd14ab7fb01 100644 --- a/src/mame/video/zaxxon.cpp +++ b/src/mame/video/zaxxon.cpp @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Nicola Salmoria +// copyright-holders:Nicola Salmoria,Stephane Humbert /*************************************************************************** Sega Zaxxon hardware