mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
owner name consistency and typo fix (nw)
This commit is contained in:
parent
efe76a3895
commit
d22ab4e6e2
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Carl,psxAuthor,R.Belmont
|
||||
// copyright-holders:Carl,psxAuthor,R. Belmont
|
||||
/*
|
||||
psxcard.c - Sony PlayStation memory card device
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Carl,psxAuthor,R.Belmont
|
||||
// copyright-holders:Carl,psxAuthor,R. Belmont
|
||||
#pragma once
|
||||
|
||||
#ifndef _PSXCARD_
|
||||
|
@ -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)
|
||||
|
@ -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,
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Farfetch'd, Richter Belmont
|
||||
// copyright-holders:Farfetch'd, R. Belmont
|
||||
// AM1 Functions (for ReadAM)
|
||||
// **************************
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Farfetch'd, Richter Belmont
|
||||
// copyright-holders:Farfetch'd, R. Belmont
|
||||
// AM2 Functions (for ReadAMAddress)
|
||||
// *********************************
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Farfetch'd, Richter Belmont
|
||||
// copyright-holders:Farfetch'd, R. Belmont
|
||||
// AM3 Functions (for ReadAM)
|
||||
// **************************
|
||||
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Farfetch'd, Richter Belmont
|
||||
// copyright-holders:Farfetch'd, R. Belmont
|
||||
/*
|
||||
FULLY TRUSTED
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Farfetch'd, Richter Belmont
|
||||
// copyright-holders:Farfetch'd, R. Belmont
|
||||
/*
|
||||
* HALT: must add log
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Farfetch'd, Richter Belmont
|
||||
// copyright-holders:Farfetch'd, R. Belmont
|
||||
/*
|
||||
FULLY TRUSTED
|
||||
*/
|
||||
|
@ -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
|
||||
|
@ -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,
|
||||
|
@ -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
|
||||
//
|
||||
|
@ -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__
|
||||
|
@ -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"
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:LGPL-2.1+
|
||||
// copyright-holders:David Haywood, Angelo Salese, Olivier Galibert, Mariusz Wojcieszek, R.Belmont
|
||||
// copyright-holders:David Haywood, Angelo Salese, Olivier Galibert, Mariusz Wojcieszek, R. Belmont
|
||||
/**************************************************************************************
|
||||
|
||||
Sega Saturn (c) 1994 Sega
|
||||
|
@ -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
|
||||
*/
|
||||
|
||||
|
||||
|
@ -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
|
||||
*
|
||||
|
@ -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
|
||||
*
|
||||
|
@ -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
|
||||
*
|
||||
************************************************************************
|
||||
*
|
||||
|
@ -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
|
||||
*
|
||||
|
@ -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
|
||||
*
|
||||
|
@ -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
|
||||
*
|
||||
************************************************************************
|
||||
*
|
||||
|
@ -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
|
||||
*
|
||||
************************************************************************
|
||||
*
|
||||
|
@ -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
|
||||
*
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
*
|
||||
***********************************************************************
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Olivier Galiber
|
||||
// copyright-holders:Olivier Galibert
|
||||
/*********************************************************/
|
||||
/* ricoh RF5C68(or clone) PCM controller */
|
||||
/*********************************************************/
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Olivier Galiber
|
||||
// copyright-holders:Olivier Galibert
|
||||
/*********************************************************/
|
||||
/* ricoh RF5C68(or clone) PCM controller */
|
||||
/*********************************************************/
|
||||
|
@ -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>;
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Olivier Galiber
|
||||
// copyright-holders:Olivier Galibert
|
||||
// Creative labs SB0400 Audigy2 Value
|
||||
|
||||
#ifndef SB0400_H
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:ElSemi, R.Belmont
|
||||
// copyright-holders:ElSemi, R. Belmont
|
||||
/*
|
||||
SCSP (YMF292-F) header
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:ElSemi, R.Belmont
|
||||
// copyright-holders:ElSemi, R. Belmont
|
||||
#include "emu.h"
|
||||
#include "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__
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:pSXAuthor, R.Belmont
|
||||
// copyright-holders:pSXAuthor, R. Belmont
|
||||
/*
|
||||
|
||||
Sony PlayStation SPU (CXD2922BQ/CXD2925Q) emulator
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:pSXAuthor, R.Belmont
|
||||
// copyright-holders:pSXAuthor, R. Belmont
|
||||
#pragma once
|
||||
|
||||
#ifndef __SPU_H__
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:pSXAuthor, R.Belmont
|
||||
// copyright-holders:pSXAuthor, R. Belmont
|
||||
#include "emu.h"
|
||||
#include "spu.h"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:pSXAuthor, R.Belmont
|
||||
// copyright-holders:pSXAuthor, R. Belmont
|
||||
#include "emu.h"
|
||||
#include "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_
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:LGPL-2.1+
|
||||
// copyright-holders:David Haywood, Angelo Salese, Olivier Galibert, Mariusz Wojcieszek, R.Belmont
|
||||
// copyright-holders:David Haywood, Angelo Salese, Olivier Galibert, Mariusz Wojcieszek, R. Belmont
|
||||
/*
|
||||
|
||||
STV - VDP1
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:LGPL-2.1+
|
||||
// copyright-holders:David Haywood, Angelo Salese, Olivier Galibert, Mariusz Wojcieszek, R.Belmont
|
||||
// copyright-holders:David Haywood, Angelo Salese, Olivier Galibert, Mariusz Wojcieszek, R. Belmont
|
||||
/* Sega Saturn VDP2 */
|
||||
|
||||
#define DEBUG_MODE 0
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Wibert Pol
|
||||
// copyright-holders:Wilbert Pol
|
||||
/********************************************************************
|
||||
|
||||
Support for TRS80 .cas cassette images
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Wibert Pol
|
||||
// copyright-holders:Wilbert Pol
|
||||
/*********************************************************************
|
||||
|
||||
trs_cas.h
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:Stefan Jokish
|
||||
// copyright-holders:Stefan Jokisch
|
||||
/*************************************************************************
|
||||
|
||||
audio\orbit.c
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:Stefan Jokish
|
||||
// copyright-holders:Stefan Jokisch
|
||||
/************************************************************************
|
||||
* skyraid Sound System Analog emulation
|
||||
* Sept 2009, Derrick Renaud
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:Stefan Jokish
|
||||
// copyright-holders:Stefan Jokisch
|
||||
/*************************************************************************
|
||||
|
||||
audio\triplhnt.c
|
||||
|
@ -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
|
||||
|
||||
****************************************************************************/
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:GPL-2.0+
|
||||
// copyright-holders:FelipeSanches
|
||||
// copyright-holders:Felipe Sanches
|
||||
/*************************************************************************
|
||||
|
||||
barata.c
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Carlos A. Lozano Baides
|
||||
// copyright-holders:Carlos A. Lozano
|
||||
/******************************************************************
|
||||
|
||||
Cabal (c)1998 Tad
|
||||
|
@ -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]
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Fabiou Priuli
|
||||
// copyright-holders:Fabio Priuli
|
||||
/***************************************************************************
|
||||
|
||||
Chicago Coin discrete hardware games
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders: Angelo Salese, Roberto Fresca.
|
||||
// copyright-holders: Angelo Salese, Roberto Fresca
|
||||
/***************************************************************************
|
||||
|
||||
Double Crown (c) 1997 Cadence Technology / Dyna
|
||||
|
@ -8,7 +8,7 @@
|
||||
Actually an Acorn Archimedes-based Arcade system
|
||||
|
||||
original driver by Tomasz Slanina, Steve Ellenoff, Nicola Salmoria
|
||||
rewrite to use AA functions by R.Belmont & Angelo Salese
|
||||
rewrite to use AA functions by R. Belmont & Angelo Salese
|
||||
special thanks to Tom Walker (author of the Acorn Archimedes Arculator emulator)
|
||||
|
||||
TODO (specific issues only):
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
****************************************************************************/
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:K.Wilkins
|
||||
// copyright-holders:Keith Wilkins
|
||||
/***************************************************************************
|
||||
|
||||
Namco System II driver by K.Wilkins (Jun1998, Oct1999)
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:Phil Stroffolino, hap, R.Belmont
|
||||
// copyright-holders:Phil Stroffolino, hap, R. Belmont
|
||||
/**
|
||||
* This driver describes Namco's System22 and Super System 22 hardware.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:Stefan Jokish
|
||||
// copyright-holders:Stefan Jokisch
|
||||
/***************************************************************************
|
||||
|
||||
Atari Orbit Driver
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:Stefan Jokish
|
||||
// copyright-holders:Stefan Jokisch
|
||||
/***************************************************************************
|
||||
|
||||
Atari Sky Raider driver
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:K.Wilkins
|
||||
// copyright-holders:Keith Wilkins
|
||||
/***************************************************************************
|
||||
|
||||
Toaplan Slap Fight hardware
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Frank Palazzolo, Stefan Jokish
|
||||
// copyright-holders:Frank Palazzolo, Stefan Jokisch
|
||||
/***************************************************************************
|
||||
|
||||
Atari Starship 1 driver
|
||||
|
@ -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 *
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:LGPL-2.1+
|
||||
// copyright-holders:David Haywood, Angelo Salese, Olivier Galibert, Mariusz Wojcieszek, R.Belmont
|
||||
// copyright-holders:David Haywood, Angelo Salese, Olivier Galibert, Mariusz Wojcieszek, R. Belmont
|
||||
/************************************************************************************************************************
|
||||
|
||||
stv.c
|
||||
|
@ -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 =-
|
||||
|
@ -17,7 +17,7 @@ Mainboard + Cart combo
|
||||
|
||||
Credits (in no particular order):
|
||||
Olivier Galibert for all the assistance and information he's provided
|
||||
R.Belmont for working on the SH2 timers so sound worked
|
||||
R. Belmont for working on the SH2 timers so sound worked
|
||||
Nicola Salmoria for hooking up the Roz and improving the dirty tile handling
|
||||
Paul Priest for a lot of things
|
||||
Stephh for spotting what was wrong with Puzz Loop's inputs
|
||||
|
@ -3,7 +3,7 @@
|
||||
/*** DRIVER INFORMATION & NOTES ***********************************************
|
||||
|
||||
Super Slams - Driver by David Haywood
|
||||
Sound Information from R.Belmont
|
||||
Sound Information from R. Belmont
|
||||
DSWs corrected by Stephh
|
||||
|
||||
TODO :
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:Stefan Jokish
|
||||
// copyright-holders:Stefan Jokisch
|
||||
/***************************************************************************
|
||||
|
||||
Atari Triple Hunt Driver
|
||||
|
@ -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:
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:smf, R Belmont
|
||||
// copyright-holders:smf, R. Belmont
|
||||
/***************************************************************************
|
||||
|
||||
Sony ZN1/ZN2 - Arcade PSX Hardware
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:Jaroslaw Burczynski
|
||||
// copyright-holders:Jarek Burczynski
|
||||
#include "machine/buggychl.h"
|
||||
#include "sound/msm5232.h"
|
||||
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user