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