mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
Requested (nw)
This commit is contained in:
parent
67347dc828
commit
fc6f70d83a
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:Keith Wilkins, Derrick Renaud, F.Palazzolo, Couriersud
|
||||
// copyright-holders:K.Wilkins, Derrick Renaud, F.Palazzolo, Couriersud
|
||||
#pragma once
|
||||
|
||||
#ifndef __DISC_CLS_H__
|
||||
@ -9,7 +9,7 @@
|
||||
*
|
||||
* MAME - Discrete sound system emulation library
|
||||
*
|
||||
* Written by Keith Wilkins (mame@esplexo.co.uk)
|
||||
* Written by K.Wilkins (mame@esplexo.co.uk)
|
||||
*
|
||||
* (c) K.Wilkins 2000
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:Keith Wilkins
|
||||
// copyright-holders:K.Wilkins
|
||||
#pragma once
|
||||
|
||||
#ifndef __DISC_DEV_H__
|
||||
@ -9,7 +9,7 @@
|
||||
*
|
||||
* MAME - Discrete sound system emulation library
|
||||
*
|
||||
* Written by Keith Wilkins (mame@esplexo.co.uk)
|
||||
* Written by K.Wilkins (mame@esplexo.co.uk)
|
||||
*
|
||||
* (c) K.Wilkins 2000
|
||||
*
|
||||
|
@ -2,7 +2,7 @@
|
||||
*
|
||||
* MAME - Discrete sound system emulation library
|
||||
*
|
||||
* Written by Keith Wilkins (mame@dysfunction.demon.co.uk)
|
||||
* Written by K.Wilkins (mame@dysfunction.demon.co.uk)
|
||||
*
|
||||
* (c) K.Wilkins 2000
|
||||
* (c) Derrick Renaud 2003-2004
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:Keith Wilkins
|
||||
// copyright-holders:K.Wilkins
|
||||
#pragma once
|
||||
|
||||
#ifndef __DISC_FLTH__
|
||||
@ -9,7 +9,7 @@
|
||||
*
|
||||
* MAME - Discrete sound system emulation library
|
||||
*
|
||||
* Written by Keith Wilkins (mame@esplexo.co.uk)
|
||||
* Written by K.Wilkins (mame@esplexo.co.uk)
|
||||
*
|
||||
* (c) K.Wilkins 2000
|
||||
*
|
||||
|
@ -2,7 +2,7 @@
|
||||
*
|
||||
* MAME - Discrete sound system emulation library
|
||||
*
|
||||
* Written by Keith Wilkins (mame@esplexo.co.uk)
|
||||
* Written by K.Wilkins (mame@esplexo.co.uk)
|
||||
*
|
||||
* (c) K.Wilkins 2000
|
||||
*
|
||||
|
@ -2,7 +2,7 @@
|
||||
*
|
||||
* MAME - Discrete sound system emulation library
|
||||
*
|
||||
* Written by Keith Wilkins (mame@esplexo.co.uk)
|
||||
* Written by K.Wilkins (mame@esplexo.co.uk)
|
||||
*
|
||||
* (c) K.Wilkins 2000
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:Keith Wilkins
|
||||
// copyright-holders:K.Wilkins
|
||||
#pragma once
|
||||
|
||||
#ifndef __DISC_MTH_H__
|
||||
@ -9,7 +9,7 @@
|
||||
*
|
||||
* MAME - Discrete sound system emulation library
|
||||
*
|
||||
* Written by Keith Wilkins (mame@esplexo.co.uk)
|
||||
* Written by K.Wilkins (mame@esplexo.co.uk)
|
||||
*
|
||||
* (c) K.Wilkins 2000
|
||||
*
|
||||
|
@ -2,7 +2,7 @@
|
||||
*
|
||||
* MAME - Discrete sound system emulation library
|
||||
*
|
||||
* Written by Keith Wilkins (mame@esplexo.co.uk)
|
||||
* Written by K.Wilkins (mame@esplexo.co.uk)
|
||||
*
|
||||
* (c) K.Wilkins 2000
|
||||
* (c) Derrick Renaud 2003-2004
|
||||
|
@ -2,7 +2,7 @@
|
||||
*
|
||||
* MAME - Discrete sound system emulation library
|
||||
*
|
||||
* Written by Keith Wilkins (mame@esplexo.co.uk)
|
||||
* Written by K.Wilkins (mame@esplexo.co.uk)
|
||||
*
|
||||
* (c) K.Wilkins 2000
|
||||
* (c) Derrick Renaud 2003-2004
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:Keith Wilkins
|
||||
// copyright-holders:K.Wilkins
|
||||
#pragma once
|
||||
|
||||
#ifndef __DISC_WAV_H__
|
||||
@ -9,7 +9,7 @@
|
||||
*
|
||||
* MAME - Discrete sound system emulation library
|
||||
*
|
||||
* Written by Keith Wilkins (mame@esplexo.co.uk)
|
||||
* Written by K.Wilkins (mame@esplexo.co.uk)
|
||||
*
|
||||
* (c) K.Wilkins 2000
|
||||
*
|
||||
|
@ -1,7 +1,7 @@
|
||||
/************************************************************************
|
||||
*
|
||||
* MAME - Discrete sound system emulation library
|
||||
* Written by Keith Wilkins (mame@esplexo.co.uk)
|
||||
* Written by K.Wilkins (mame@esplexo.co.uk)
|
||||
*
|
||||
* (c) K.Wilkins 2000
|
||||
*
|
||||
|
@ -1,10 +1,10 @@
|
||||
// license:???
|
||||
// copyright-holders:Keith Wilkins, Derrick Renaud, Frank Palazzolo, Couriersud
|
||||
// copyright-holders:K.Wilkins, Derrick Renaud, Frank Palazzolo, Couriersud
|
||||
/************************************************************************
|
||||
*
|
||||
* MAME - Discrete sound system emulation library
|
||||
*
|
||||
* Written by Keith Wilkins (mame@esplexo.co.uk)
|
||||
* Written by K.Wilkins (mame@esplexo.co.uk)
|
||||
*
|
||||
* (c) K.Wilkins 2000
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:Keith Wilkins, Derrick Renaud, Frank Palazzolo, Couriersud
|
||||
// copyright-holders:K.Wilkins, Derrick Renaud, Frank Palazzolo, Couriersud
|
||||
#pragma once
|
||||
|
||||
#ifndef __DISCRETE_H__
|
||||
@ -11,7 +11,7 @@
|
||||
*
|
||||
* MAME - Discrete sound system emulation library
|
||||
*
|
||||
* Written by Keith Wilkins (mame@esplexo.co.uk)
|
||||
* Written by K.Wilkins (mame@esplexo.co.uk)
|
||||
*
|
||||
* (c) K.Wilkins 2000
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:Keith Wilkins
|
||||
// copyright-holders:K.Wilkins
|
||||
/***************************************************************************
|
||||
|
||||
Lunar Lander Specific Sound Code
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:Keith Wilkins
|
||||
// copyright-holders:K.Wilkins
|
||||
/***************************************************************************
|
||||
|
||||
Namco System II driver by K.Wilkins (Jun1998, Oct1999)
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:Keith Wilkins
|
||||
// copyright-holders:K.Wilkins
|
||||
/***************************************************************************
|
||||
|
||||
Toaplan Slap Fight hardware
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:Keith Wilkins
|
||||
// copyright-holders:K.Wilkins
|
||||
/***************************************************************************
|
||||
|
||||
namcos2.h
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:Keith Wilkins
|
||||
// copyright-holders:K.Wilkins
|
||||
/***************************************************************************
|
||||
|
||||
Toaplan Slap Fight hardware
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:Keith Wilkins
|
||||
// copyright-holders:K.Wilkins
|
||||
/***************************************************************************
|
||||
|
||||
Namco System II
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:Keith Wilkins
|
||||
// copyright-holders:K.Wilkins
|
||||
/***************************************************************************
|
||||
|
||||
Toaplan Slap Fight hardware
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:Keith Wilkins
|
||||
// copyright-holders:K.Wilkins
|
||||
/* video hardware for Namco System II */
|
||||
|
||||
#include "emu.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:Keith Wilkins
|
||||
// copyright-holders:K.Wilkins
|
||||
/***************************************************************************
|
||||
|
||||
Toaplan Slap Fight hardware
|
||||
|
Loading…
Reference in New Issue
Block a user