owner name consistency and typo fix (nw)

This commit is contained in:
Miodrag Milanovic 2015-05-22 19:50:33 +02:00
parent efe76a3895
commit d22ab4e6e2
179 changed files with 198 additions and 198 deletions

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:By R. Belmont, Hans Ostermeyer
// copyright-holders:R. Belmont, Hans Ostermeyer
/*
m68kmmu.h - PMMU implementation for 68851/68030/68040
HMMU implementation for 68020 (II and LC variants)

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Farfetch'd, Richter Belmont
// copyright-holders:Farfetch'd, R. Belmont
// NOTE for bit string / field addressing
// ************************************
// m_moddim must be passed as 10 for bit string instructions,

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Farfetch'd, Richter Belmont
// copyright-holders:Farfetch'd, R. Belmont
// AM1 Functions (for ReadAM)
// **************************

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Farfetch'd, Richter Belmont
// copyright-holders:Farfetch'd, R. Belmont
// AM2 Functions (for ReadAMAddress)
// *********************************

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Farfetch'd, Richter Belmont
// copyright-holders:Farfetch'd, R. Belmont
// AM3 Functions (for ReadAM)
// **************************

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Farfetch'd, Richter Belmont
// copyright-holders:Farfetch'd, R. Belmont
/*
* MUL* and MULU* do not set OV correctly
* DIVX: the second operand should be treated as dword instead of word

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Farfetch'd, Richter Belmont
// copyright-holders:Farfetch'd, R. Belmont
#define F2END() \
return 2 + m_amlength1 + m_amlength2;

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Farfetch'd, Richter Belmont
// copyright-holders:Farfetch'd, R. Belmont
UINT32 v60_device::opINCB() /* TRUSTED */
{
UINT8 appb;

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Farfetch'd, Richter Belmont
// copyright-holders:Farfetch'd, R. Belmont
/*
FULLY TRUSTED
*/

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Farfetch'd, Richter Belmont
// copyright-holders:Farfetch'd, R. Belmont
/*
* HALT: must add log
*/

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Farfetch'd, Richter Belmont
// copyright-holders:Farfetch'd, R. Belmont
/*
FULLY TRUSTED
*/

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Farfetch'd, Richter Belmont
// copyright-holders:Farfetch'd, R. Belmont
/*
* CMPC: What happens to _S flag if the strings are identical?
* I suppose that it will be cleared. And is it set or cleared

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Farfetch'd, Richter Belmont
// copyright-holders:Farfetch'd, R. Belmont
const v60_device::am_func v60_device::s_OpCodeTable[256] =
{
/* 0x00 */ &v60_device::opHALT,

View File

@ -1,9 +1,9 @@
// license:BSD-3-Clause
// copyright-holders:Farfetch'd, Richter Belmont
// copyright-holders:Farfetch'd, R. Belmont
// V60.C
// Undiscover the beast!
// Main hacking and coding by Farfetch'd
// Portability fixes by Richter Belmont
// Portability fixes by R. Belmont
//
// Emulation for the NEC V60 (uPD70615) and V70 (uPD70632) CPUs
//

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Farfetch'd, Richter Belmont
// copyright-holders:Farfetch'd, R. Belmont
#pragma once
#ifndef __V60_H__

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Farfetch'd, Richter Belmont
// copyright-holders:Farfetch'd, R. Belmont
#include "emu.h"
#include "debugger.h"

View File

@ -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
*

View File

@ -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
*

View File

@ -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
*
************************************************************************
*

View File

@ -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
*

View File

@ -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
*

View File

@ -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
*
************************************************************************
*

View File

@ -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
*
************************************************************************
*

View File

@ -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
*

View File

@ -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

View File

@ -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
*
***********************************************************************

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Olivier Galiber
// copyright-holders:Olivier Galibert
/*********************************************************/
/* ricoh RF5C68(or clone) PCM controller */
/*********************************************************/

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Olivier Galiber
// copyright-holders:Olivier Galibert
/*********************************************************/
/* ricoh RF5C68(or clone) PCM controller */
/*********************************************************/

View File

@ -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>;

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Olivier Galiber
// copyright-holders:Olivier Galibert
// Creative labs SB0400 Audigy2 Value
#ifndef SB0400_H

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Wibert Pol
// copyright-holders:Wilbert Pol
/********************************************************************
Support for TRS80 .cas cassette images

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Wibert Pol
// copyright-holders:Wilbert Pol
/*********************************************************************
trs_cas.h

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Michael Strutts,Nicola Salmoria,Tormod Tjaberg,Mirko Buffoni,Lee Taylor,Valerio Verrando,Marco Cassili,Zsolt Vasvari,Aaron Giles,Jonathan Gevaryahu,hap,Robbbert,MISSING_OTHERS
// copyright-holders:Michael Strutts,Nicola Salmoria,Tormod Tjaberg,Mirko Buffoni,Lee Taylor,Valerio Verrando,Marco Cassili,Zsolt Vasvari,Aaron Giles,Jonathan Gevaryahu,hap,Robbbert
/* 8080bw.c *******************************************/
#include "emu.h"

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Brad Oliver, Bernd Wiebelt, Allard Van Der Bas
// copyright-holders:Brad Oliver, Bernd Wiebelt, Allard van der Bas
/*****************************************************************************
*
* Asteroids Analog Sound system interface

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Brad Oliver, Bernd Wiebelt, Allard Van Der Bas
// copyright-holders:Brad Oliver, Bernd Wiebelt, Allard van der Bas

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Stefan Jokish
// copyright-holders:Stefan Jokisch
/*************************************************************************
audio\orbit.c

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Stefan Jokish
// copyright-holders:Stefan Jokisch
/************************************************************************
* skyraid Sound System Analog emulation
* Sept 2009, Derrick Renaud

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Frank Palazzolo, Stefan Jokish
// copyright-holders:Frank Palazzolo, Stefan Jokisch
/************************************************************************
* starshp1 Sound System Analog emulation
* Aug 2008, Derrick Renaud

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Stefan Jokish
// copyright-holders:Stefan Jokisch
/*************************************************************************
audio\triplhnt.c

View File

@ -1,10 +1,10 @@
// license:???
// copyright-holders:Jaroslaw Burczynski
// copyright-holders:Jarek Burczynski
/****************************************************************************
Forty-Love (c) Taito 1984
driver by Jaroslaw Burczynski
driver by Jarek Burczynski
****************************************************************************/

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Michael Strutts,Nicola Salmoria,Tormod Tjaberg,Mirko Buffoni,Lee Taylor,Valerio Verrando,Marco Cassili,Zsolt Vasvari,Aaron Giles,Jonathan Gevaryahu,hap,Robbbert,MISSING_OTHERS
// copyright-holders:Michael Strutts,Nicola Salmoria,Tormod Tjaberg,Mirko Buffoni,Lee Taylor,Valerio Verrando,Marco Cassili,Zsolt Vasvari,Aaron Giles,Jonathan Gevaryahu,hap,Robbbert
/*****************************************************************************
8080bw.c

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Brad Oliver, Bernd Wiebelt, Allard Van Der Bas
// copyright-holders:Brad Oliver, Bernd Wiebelt, Allard van der Bas
/***************************************************************************
Atari Asteroids hardware

View File

@ -1,9 +1,9 @@
// license:LGPL-2.1+
// copyright-holders:Jaroslaw Burczynski, Tomasz Slanina
// copyright-holders:Jarek Burczynski, Tomasz Slanina
/***************************************************************************
Big Event Golf (c) Taito 1986
driver by Jaroslaw Burczynski
driver by Jarek Burczynski
Tomasz Slanina

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano Baides
// copyright-holders:Carlos A. Lozano
/**************************************************************************
Blood Bros, West Story & Sky Smasher

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Brad Oliver, Bernd Wiebelt, Allard Van Der Bas
// copyright-holders:Brad Oliver, Bernd Wiebelt, Allard van der Bas
/***************************************************************************
Atari Black Widow hardware

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano Baides
// copyright-holders:Carlos A. Lozano
/******************************************************************
Cabal (c)1998 Tad

View File

@ -1,10 +1,10 @@
// license:???
// copyright-holders:Pat Lawrence
// copyright-holders:Patrick Lawrence
/***************************************************************************
Atari Crystal Castles hardware
driver by Pat Lawrence
driver by Patrick Lawrence
Games supported:
* Crystal Castles (1983) [8 sets]

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Fabiou Priuli
// copyright-holders:Fabio Priuli
/***************************************************************************
Chicago Coin discrete hardware games

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders: Angelo Salese, Roberto Fresca.
// copyright-holders: Angelo Salese, Roberto Fresca
/***************************************************************************
Double Crown (c) 1997 Cadence Technology / Dyna

View File

@ -1,9 +1,9 @@
// license:BSD-3-Clause
// copyright-holders:Farfetch, David Haywood
// copyright-holders:Farfetch'd, David Haywood
/*** DRIVER INFO **************************************************************
Grand Striker, V Goal Soccer, World Cup '94
driver by Farfetch and David Haywood
driver by Farfetch'd and David Haywood
Grand Striker (c)199? Human
V Goal Soccer (c)199? Tecmo (2 sets)

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Philip Bennett, J.Wallace, David Haywood
// copyright-holders:Philip Bennett, James Wallace, David Haywood
/***************************************************************************
JPM System 5

View File

@ -1,10 +1,10 @@
// license:???
// copyright-holders:Allard Van Der Bas
// copyright-holders:Allard van der Bas
/***************************************************************************
Mikie memory map (preliminary)
driver by Allard Van Der Bas
driver by Allard van der Bas
MAIN BOARD:

View File

@ -1,9 +1,9 @@
// license:BSD-3-Clause
// copyright-holders:Andrew Gardiner, R. Belmont, Ville Linde
// copyright-holders:Andrew Gardner, R. Belmont, Ville Linde
/*
Sega Model 3
PowerPC 603e + tilemaps + Real3D 1000 + 68000 + 2x SCSP
Preliminary driver by Andrew Gardiner, R. Belmont and Ville Linde
Preliminary driver by Andrew Gardner, R. Belmont and Ville Linde
Hardware info from Team Supermodel: Bart Trzynadlowski, Ville Linde, and Stefano Teso

View File

@ -1,10 +1,10 @@
// license:???
// copyright-holders:Jaroslaw Burczynski
// copyright-holders:Jarek Burczynski
/****************************************************************************
Metal Soldier Isaac II (c) Taito 1985
driver by Jaroslaw Burczynski
driver by Jarek Burczynski
****************************************************************************/

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:R. Belmont, Phil Stroffolino, Acho Tang, Nicola Salmoria
// copyright-holders:R. Belmont, Phil Stroffolino, Acho A. Tang, Nicola Salmoria
/**************************************************************************
* Mystic Warrior (c) 1993 Konami
* Metamorphic Force (c) 1993 Konami
@ -8,7 +8,7 @@
* Gaiapolis (c) 1993 Konami
* Ultimate Battler Dadandarn!! (c) 1993 Konami
*
* Driver by R. Belmont, Phil Stroffolino, Acho Tang, and Nicola Salmoria.
* Driver by R. Belmont, Phil Stroffolino, Acho A. Tang, and Nicola Salmoria.
* Assists from Olivier Galibert, Brian Troha, The Guru, and Yasuhiro Ogawa.
*
* These games are the "pre-GX" boards, combining features of the previous

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:K.Wilkins
// copyright-holders:Keith Wilkins
/***************************************************************************
Namco System II driver by K.Wilkins (Jun1998, Oct1999)

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Stefan Jokish
// copyright-holders:Stefan Jokisch
/***************************************************************************
Atari Orbit Driver

View File

@ -1,10 +1,10 @@
// license:???
// copyright-holders:Allard Van Der Bas
// copyright-holders:Allard van der Bas
/***************************************************************************
Pooyan
Original driver by Allard Van Der Bas
Original driver by Allard van der Bas
This hardware is very similar to Time Pilot.

View File

@ -1,9 +1,9 @@
// license:LGPL-2.1+
// copyright-holders:Jaroslaw Burczynski, Tomasz Slanina
// copyright-holders:Jarek Burczynski, Tomasz Slanina
/**********************************************************
Strike Bowling (c)1982 Taito
driver by Jaroslaw Burczynski
driver by Jarek Burczynski
Tomasz Slanina
Todo:

View File

@ -1,10 +1,10 @@
// license:???
// copyright-holders:Allard Van Der Bas
// copyright-holders:Allard van der Bas
/***************************************************************************
Shaolin's Road
driver by Allard Van Der Bas
driver by Allard van der Bas
***************************************************************************/

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Stefan Jokish
// copyright-holders:Stefan Jokisch
/***************************************************************************
Atari Sky Raider driver

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:K.Wilkins
// copyright-holders:Keith Wilkins
/***************************************************************************
Toaplan Slap Fight hardware

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Frank Palazzolo, Stefan Jokish
// copyright-holders:Frank Palazzolo, Stefan Jokisch
/***************************************************************************
Atari Starship 1 driver

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Angelo Salese, David Haywood, MooglyGuy, Stephh, Pierpaolo Prazzoli, Roberto Fresca
// copyright-holders:Angelo Salese, David Haywood, Ryan Holtz, Stephh, Pierpaolo Prazzoli, Roberto Fresca
/*****************************************************************
* Status Triv Two driver by David Haywood, MooglyGuy, and Stephh *
* Super Triv II driver by MooglyGuy *

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Luca Elia, David Haywood, Angelo Salese, Roberto Fresca.
// copyright-holders:Luca Elia, David Haywood, Angelo Salese, Roberto Fresca
/***************************************************************************
-= Subsino's Gambling Games =-

View File

@ -1,10 +1,10 @@
// license:???
// copyright-holders:Jaroslaw Burczynski
// copyright-holders:Jarek Burczynski
/***************************************************************************
Tank Busters memory map
driver by Jaroslaw Burczynski
driver by Jarek Burczynski
Note:

View File

@ -1,7 +1,7 @@
// license:BSD-3-Clause
// copyright-holders:Farfetch,David Haywood,Tomasz Slanina
// copyright-holders:Farfetch'd,David Haywood,Tomasz Slanina
/* Tecmo System
Driver by Farfetch, David Haywood & Tomasz Slanina
Driver by Farfetch'd, David Haywood & Tomasz Slanina
Protection simulation by nuapete
ToDo:

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Brad Oliver, Bernd Wiebelt, Allard Van Der Bas
// copyright-holders:Brad Oliver, Bernd Wiebelt, Allard van der Bas
/***************************************************************************
Atari Tempest hardware

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Stefan Jokish
// copyright-holders:Stefan Jokisch
/***************************************************************************
Atari Triple Hunt Driver

View File

@ -1,10 +1,10 @@
// license:???
// copyright-holders:Allard Van Der Bas
// copyright-holders:Allard van der Bas
/***************************************************************************
Vastar memory map (preliminary)
driver by Allard Van Der Bas
driver by Allard van der Bas
CPU #1:

View File

@ -1,10 +1,10 @@
// license:BSD-3-Clause
// copyright-holders:Manuel Abadia, Mike Coates, Nicola Salmoria, Miguel Andel Horna
// copyright-holders:Manuel Abadia, Mike Coates, Nicola Salmoria, Miguel Angel Horna
/***************************************************************************
World Rally (c) 1993 Gaelco (Designed & Developed by Zigurat. Produced by Gaelco)
Driver by Manuel Abadia, Mike Coates, Nicola Salmoria and Miguel Andel Horna
Driver by Manuel Abadia, Mike Coates, Nicola Salmoria and Miguel Angel Horna
Thanks to GAELCO SA for the DS5002FP code and information about the encryption

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:smf, R Belmont
// copyright-holders:smf, R. Belmont
/***************************************************************************
Sony ZN1/ZN2 - Arcade PSX Hardware

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Jaroslaw Burczynski
// copyright-holders:Jarek Burczynski
#include "machine/buggychl.h"
#include "sound/msm5232.h"

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Michael Strutts,Nicola Salmoria,Tormod Tjaberg,Mirko Buffoni,Lee Taylor,Valerio Verrando,Marco Cassili,Zsolt Vasvari,Aaron Giles,Jonathan Gevaryahu,hap,Robbbert,MISSING_OTHERS
// copyright-holders:Michael Strutts,Nicola Salmoria,Tormod Tjaberg,Mirko Buffoni,Lee Taylor,Valerio Verrando,Marco Cassili,Zsolt Vasvari,Aaron Giles,Jonathan Gevaryahu,hap,Robbbert
/***************************************************************************
8080-based black and white hardware

View File

@ -1,5 +1,5 @@
// license:LGPL-2.1+
// copyright-holders:Angelo Salese, R. Belmont, Juergen Bunchmueller
// copyright-holders:Angelo Salese, R. Belmont, Juergen Buchmueller
/******************************************************************************
*
* Acorn Archimedes custom chips (IOC, MEMC, VIDC)

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Brad Oliver, Bernd Wiebelt, Allard Van Der Bas
// copyright-holders:Brad Oliver, Bernd Wiebelt, Allard van der Bas
/*************************************************************************
Atari Asteroids hardware

View File

@ -1,5 +1,5 @@
// license:LGPL-2.1+
// copyright-holders:Jaroslaw Burczynski, Tomasz Slanina
// copyright-holders:Jarek Burczynski, Tomasz Slanina
#include "sound/msm5232.h"
class bigevglf_state : public driver_device

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano Baides
// copyright-holders:Carlos A. Lozano
class bloodbro_state : public driver_device
{
public:

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Brad Oliver, Bernd Wiebelt, Allard Van Der Bas
// copyright-holders:Brad Oliver, Bernd Wiebelt, Allard van der Bas
#ifndef BWIDOW_H_
#define BWIDOW_H_

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano Baides
// copyright-holders:Carlos A. Lozano
#include "audio/seibu.h"
#include "sound/msm5205.h"

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Pat Lawrence
// copyright-holders:Patrick Lawrence
/*************************************************************************
Atari Crystal Castles hardware

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Farfetch, David Haywood
// copyright-holders:Farfetch'd, David Haywood
#ifndef __GSTRIKER_H
#define __GSTRIKER_H

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Philip Bennett, J.Wallace, David Haywood
// copyright-holders:Philip Bennett, James Wallace, David Haywood
#include "cpu/m68000/m68000.h"
#include "machine/6821pia.h"

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Allard Van Der Bas
// copyright-holders:Allard van der Bas
/*************************************************************************
Mikie

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Andrew Gardiner, R. Belmont, Ville Linde
// copyright-holders:Andrew Gardner, R. Belmont, Ville Linde
#include "video/poly.h"
#include "bus/scsi/scsi.h"
#include "machine/53c810.h"

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Jaroslaw Burczynski
// copyright-holders:Jarek Burczynski
#include "machine/buggychl.h"
#include "sound/msm5232.h"
/* Disabled because the mcu dump is currently unavailable. -AS */

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:R. Belmont, Phil Stroffolino, Acho Tang, Nicola Salmoria
// copyright-holders:R. Belmont, Phil Stroffolino, Acho A. Tang, Nicola Salmoria
#include "sound/k054539.h"
#include "machine/k053252.h"
#include "video/k055555.h"

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:K.Wilkins
// copyright-holders:Keith Wilkins
/***************************************************************************
namcos2.h

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Stefan Jokish
// copyright-holders:Stefan Jokisch
/*************************************************************************
Atari Orbit hardware

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Allard Van Der Bas
// copyright-holders:Allard van der Bas
class pooyan_state : public driver_device
{
public:

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Allard Van Der Bas
// copyright-holders:Allard van der Bas
class shaolins_state : public driver_device
{
public:

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Stefan Jokish
// copyright-holders:Stefan Jokisch
#include "sound/discrete.h"
class skyraid_state : public driver_device

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:K.Wilkins
// copyright-holders:Keith Wilkins
/***************************************************************************
Toaplan Slap Fight hardware

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Frank Palazzolo, Stefan Jokish
// copyright-holders:Frank Palazzolo, Stefan Jokisch
/*
* The schematics don't seem to make a lot of sense when it
* comes to the video timing chain::

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Jaroslaw Burczynski
// copyright-holders:Jarek Burczynski
class tankbust_state : public driver_device
{
public:

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Farfetch,David Haywood,Tomasz Slanina
// copyright-holders:Farfetch'd,David Haywood,Tomasz Slanina
/***************************************************************************
tecmosys protection simulation

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Stefan Jokish
// copyright-holders:Stefan Jokisch
/*************************************************************************
Atari Triple Hunt hardware

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Allard Van Der Bas
// copyright-holders:Allard van der Bas
class vastar_state : public driver_device
{
public:

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Manuel Abadia, Mike Coates, Nicola Salmoria, Miguel Andel Horna
// copyright-holders:Manuel Abadia, Mike Coates, Nicola Salmoria, Miguel Angel Horna
class wrally_state : public driver_device
{
public:

View File

@ -1,5 +1,5 @@
// license:LGPL-2.1+
// copyright-holders:Angelo Salese, R. Belmont, Juergen Bunchmueller
// copyright-holders:Angelo Salese, R. Belmont, Juergen Buchmueller
/******************************************************************************
*
* Acorn Archimedes custom chips (IOC, MEMC, VIDC)

Some files were not shown because too many files have changed in this diff Show More