mirror of
https://github.com/holub/mame
synced 2025-04-16 05:24:54 +03:00
Update for Quench (nw)
This commit is contained in:
parent
4f3a3e37d5
commit
4e0d50ce64
@ -1,4 +1,4 @@
|
||||
// license:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Quench
|
||||
/**********************************************************************************************
|
||||
*
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Quench
|
||||
/* An interface for the ES8712 ADPCM chip */
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Nicola Salmoria,Paul Hampson
|
||||
// copyright-holders:Nicola Salmoria,Paul Hampson, Quench
|
||||
/*
|
||||
China Gate.
|
||||
By Paul Hampson from First Principles
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Nicola Salmoria, Pierpaolo Prazzoli
|
||||
// copyright-holders:Nicola Salmoria, Pierpaolo Prazzoli, Quench
|
||||
/***************************************************************************
|
||||
|
||||
Big Twin
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Pierpaolo Prazzoli
|
||||
// copyright-holders:Pierpaolo Prazzoli, Quench
|
||||
/* Super Slam (c)1993 Playmark */
|
||||
|
||||
/*
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Darren Olafson, Quench
|
||||
/***************************************************************************
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:Quench, Yochizo
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Quench, Yochizo, David Haywood
|
||||
/*****************************************************************************
|
||||
|
||||
ToaPlan game hardware from 1991 - 1994
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Quench
|
||||
/****************************************************************************
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Quench
|
||||
/***************************************************************************
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Nicola Salmoria, Pierpaolo Prazzoli
|
||||
// copyright-holders:Nicola Salmoria, Pierpaolo Prazzoli, Quench
|
||||
#include "sound/okim6295.h"
|
||||
#include "machine/eepromser.h"
|
||||
#include "cpu/pic16c5x/pic16c5x.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Pierpaolo Prazzoli
|
||||
// copyright-holders:Pierpaolo Prazzoli, Quench
|
||||
#include "sound/okim6295.h"
|
||||
|
||||
class sslam_state : public driver_device
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Darren Olafson, Quench
|
||||
/***************************************************************************
|
||||
ToaPlan game hardware from 1988-1991
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:Quench, Yochizo
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Quench, Yochizo, David Haywood
|
||||
/**************** Machine stuff ******************/
|
||||
//#define USE_HD64x180 /* Define if CPU support is available */
|
||||
//#define TRUXTON2_STEREO /* Uncomment to hear truxton2 music in stereo */
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Quench, Stephh
|
||||
/*******************************************************************************
|
||||
|
||||
Input port macros used by many games in multiple Toaplan drivers
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Quench
|
||||
/***************************************************************************
|
||||
Twincobr/Flying Shark/Wardner game hardware from 1986-1987
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Darren Olafson, Quench
|
||||
/***************************************************************************
|
||||
ToaPlan game hardware from 1988-1991
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Quench
|
||||
/****************************************************************************
|
||||
* Twin Cobra *
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Quench, David Haywood
|
||||
/* GP9001 Video Controller */
|
||||
|
||||
/***************************************************************************
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Quench, David Haywood
|
||||
/* GP9001 Video Controller */
|
||||
|
||||
struct gp9001layeroffsets
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Nicola Salmoria, Pierpaolo Prazzoli
|
||||
// copyright-holders:Nicola Salmoria, Pierpaolo Prazzoli, Quench
|
||||
#include "emu.h"
|
||||
#include "includes/playmark.h"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Pierpaolo Prazzoli
|
||||
// copyright-holders:Pierpaolo Prazzoli, Quench
|
||||
/* Super Slam - Video Hardware */
|
||||
|
||||
#include "emu.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
// license:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Darren Olafson, Quench
|
||||
/***************************************************************************
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:Quench, Yochizo
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Quench, Yochizo, David Haywood
|
||||
/***************************************************************************
|
||||
|
||||
Functions to emulate additional video hardware on several Toaplan2 games.
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Quench
|
||||
/* Toaplan Sprite Controller 'SCU'
|
||||
used by video/twincobr.c (including wardner)
|
||||
and rallybik in toaplan1.c
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Quench
|
||||
/* toaplan SCU */
|
||||
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:Quench
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Quench, Nicola Salmoria
|
||||
/***************************************************************************
|
||||
video.c
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user