mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
Updated for Stephane Humbert, on some places he is removed on some added, where lot of investigation time is spent (nw)
This commit is contained in:
parent
51ffc899db
commit
a2863c6639
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:smf
|
||||
// copyright-holders:smf,Stephane Humbert
|
||||
/***************************************************************************
|
||||
|
||||
Ace Video Fruit Machine hardware
|
||||
|
@ -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:
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Brad Oliver
|
||||
// copyright-holders:Brad Oliver,Stephane Humbert
|
||||
/***************************************************************************
|
||||
|
||||
Arkanoid driver
|
||||
|
@ -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)
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Bryan McPhail
|
||||
// copyright-holders:Bryan McPhail,Stephane Humbert
|
||||
/***************************************************************************
|
||||
|
||||
Various Data East 8 bit games:
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Nicola Salmoria
|
||||
// copyright-holders:Nicola Salmoria,Stephane Humbert
|
||||
/***************************************************************************
|
||||
|
||||
Fire Trap memory map
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Aaron Giles, Couriersud
|
||||
// copyright-holders:Aaron Giles, Couriersud,Stephane Humbert
|
||||
/***************************************************************************
|
||||
|
||||
Galaxian-derived hardware
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Nicola Salmoria
|
||||
// copyright-holders:Nicola Salmoria,Stephane Humbert
|
||||
/***************************************************************************
|
||||
|
||||
Galaxian/Moon Cresta hardware
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:David Haywood
|
||||
// copyright-holders:David Haywood,Stephane Humbert
|
||||
/***************************************************************************
|
||||
|
||||
Sega Mega Drive/Genesis-based bootlegs
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
/****************************************************************************
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Nicola Salmoria
|
||||
// copyright-holders:Nicola Salmoria,Stephane Humbert
|
||||
/***************************************************************************
|
||||
|
||||
Namco PuckMan
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Stephh, Robbbert
|
||||
// copyright-holders:Robbbert,Stephane Humbert
|
||||
/********************************************************************************************************
|
||||
|
||||
PINBALL
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:K.Wilkins
|
||||
// copyright-holders:K.Wilkins,Stephane Humbert
|
||||
/***************************************************************************
|
||||
|
||||
Toaplan Slap Fight hardware
|
||||
|
@ -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.
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:David Haywood, Stephh
|
||||
// copyright-holders:David Haywood
|
||||
/*******************************************************************************
|
||||
Super Pinball Action (c) 1991 Tecmo
|
||||
********************************************************************************
|
||||
|
@ -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 *
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Mariusz Wojcieszek, Stephh
|
||||
// copyright-holders:Mariusz Wojcieszek
|
||||
/****************************************************************************
|
||||
|
||||
TourVision
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:David Haywood, Stephh
|
||||
// copyright-holders:David Haywood
|
||||
/* Xyonix *********************************************************************
|
||||
|
||||
driver by David Haywood and Stephh
|
||||
|
@ -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 */
|
||||
|
@ -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:
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:K.Wilkins
|
||||
// copyright-holders:K.Wilkins,Stephane Humbert
|
||||
/***************************************************************************
|
||||
|
||||
Toaplan Slap Fight hardware
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:David Haywood, Stephh
|
||||
// copyright-holders:David Haywood
|
||||
class xyonix_state : public driver_device
|
||||
{
|
||||
public:
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Brad Oliver
|
||||
// copyright-holders:Brad Oliver,Stephane Humbert
|
||||
/***************************************************************************
|
||||
|
||||
machine.c
|
||||
|
@ -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
|
||||
|
@ -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 */
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:K.Wilkins
|
||||
// copyright-holders:K.Wilkins,Stephane Humbert
|
||||
/***************************************************************************
|
||||
|
||||
Toaplan Slap Fight hardware
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
------------------------------------
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:David Haywood, Stephh
|
||||
// copyright-holders:David Haywood
|
||||
|
||||
#include "emu.h"
|
||||
#include "includes/spbactn.h"
|
||||
|
@ -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)
|
||||
********************************************************************************
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:David Haywood, Stephh
|
||||
// copyright-holders:David Haywood
|
||||
#include "emu.h"
|
||||
#include "includes/xyonix.h"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Nicola Salmoria
|
||||
// copyright-holders:Nicola Salmoria,Stephane Humbert
|
||||
/***************************************************************************
|
||||
|
||||
Sega Zaxxon hardware
|
||||
|
Loading…
Reference in New Issue
Block a user