mirror of
https://github.com/holub/mame
synced 2025-07-03 17:08:39 +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: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"
|
||||
|
@ -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
|
||||
*
|
||||
***********************************************************************
|
||||
|
@ -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: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,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
|
||||
|
@ -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: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: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 =-
|
||||
|
@ -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:
|
||||
|
@ -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_
|
||||
|
@ -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"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:Pat Lawrence
|
||||
// copyright-holders:Patrick Lawrence
|
||||
/*************************************************************************
|
||||
|
||||
Atari Crystal Castles hardware
|
||||
|
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:Allard Van Der Bas
|
||||
// copyright-holders:Allard van der Bas
|
||||
/*************************************************************************
|
||||
|
||||
Mikie
|
||||
|
@ -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"
|
||||
|
@ -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 */
|
||||
|
@ -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"
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:K.Wilkins
|
||||
// copyright-holders:Keith Wilkins
|
||||
/***************************************************************************
|
||||
|
||||
namcos2.h
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:Stefan Jokish
|
||||
// copyright-holders:Stefan Jokisch
|
||||
/*************************************************************************
|
||||
|
||||
Atari Orbit hardware
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:Allard Van Der Bas
|
||||
// copyright-holders:Allard van der Bas
|
||||
class pooyan_state : public driver_device
|
||||
{
|
||||
public:
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:Allard Van Der Bas
|
||||
// copyright-holders:Allard van der Bas
|
||||
class shaolins_state : public driver_device
|
||||
{
|
||||
public:
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:Stefan Jokish
|
||||
// copyright-holders:Stefan Jokisch
|
||||
#include "sound/discrete.h"
|
||||
|
||||
class skyraid_state : public driver_device
|
||||
|
@ -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
|
||||
/*
|
||||
* The schematics don't seem to make a lot of sense when it
|
||||
* comes to the video timing chain::
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:Jaroslaw Burczynski
|
||||
// copyright-holders:Jarek Burczynski
|
||||
class tankbust_state : public driver_device
|
||||
{
|
||||
public:
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:Stefan Jokish
|
||||
// copyright-holders:Stefan Jokisch
|
||||
/*************************************************************************
|
||||
|
||||
Atari Triple Hunt hardware
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:Allard Van Der Bas
|
||||
// copyright-holders:Allard van der Bas
|
||||
class vastar_state : public driver_device
|
||||
{
|
||||
public:
|
||||
|
@ -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:
|
||||
|
@ -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
Loading…
Reference in New Issue
Block a user