mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
Added licence info (nw)
This commit is contained in:
parent
3d40920b41
commit
1a38a001ad
@ -1,3 +1,5 @@
|
||||
// license:MAME
|
||||
// copyright-holders:Robbbert
|
||||
/**************************************************************************
|
||||
|
||||
PINBALL
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:MAME
|
||||
// copyright-holders:Robbbert
|
||||
/***********************************************************************************
|
||||
|
||||
PINBALL
|
||||
@ -23,6 +25,8 @@
|
||||
SW2 Toggle 7 = 2005
|
||||
SW2 Toggle 8 = 2004
|
||||
|
||||
No NVRAM; coin counters are mechanical.
|
||||
|
||||
Until game-specific switches are set up, here is the outhole for each game:
|
||||
- spcrider: O
|
||||
- atarians: W
|
||||
@ -121,7 +125,6 @@ static ADDRESS_MAP_START( atarians_map, AS_PROGRAM, 8, atari_s1_state ) // more
|
||||
AM_RANGE(0x2000, 0x204f) AM_MIRROR(0x0F80) AM_READ(switch_r)
|
||||
AM_RANGE(0x3000, 0x3fff) AM_WRITE(audioen_w) // audio enable
|
||||
AM_RANGE(0x4000, 0x4fff) AM_WRITE(watchdog_reset_w)
|
||||
AM_RANGE(0x5080, 0x508c) AM_MIRROR(3) AM_WRITE(meter_w) // time2000 only
|
||||
AM_RANGE(0x6000, 0x6fff) AM_WRITE(audiores_w) // audio reset
|
||||
AM_RANGE(0x7000, 0x7fff) AM_ROM
|
||||
ADDRESS_MAP_END
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:MAME
|
||||
// copyright-holders:Robbbert
|
||||
/****************************************************************************************
|
||||
|
||||
PINBALL
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:MAME
|
||||
// copyright-holders:Robbbert
|
||||
/********************************************************************************************
|
||||
|
||||
PINBALL
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:MAME
|
||||
// copyright-holders:Robbbert
|
||||
/********************************************************************************************
|
||||
|
||||
PINBALL
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:MAME
|
||||
// copyright-holders:Robbbert
|
||||
/********************************************************************************************
|
||||
|
||||
PINBALL
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:MAME
|
||||
// copyright-holders:Robbbert
|
||||
/**************************************************************
|
||||
|
||||
PINBALL
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:MAME
|
||||
// copyright-holders:Robbbert
|
||||
/***********************************************************************************
|
||||
|
||||
PINBALL
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:MAME
|
||||
// copyright-holders:Robbbert
|
||||
/******************************************************************************
|
||||
|
||||
PINBALL
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:MAME
|
||||
// copyright-holders:Robbbert
|
||||
/*******************************************************************************
|
||||
|
||||
PINBALL
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:MAME
|
||||
// copyright-holders:Robbbert
|
||||
/*****************************************************************************************
|
||||
|
||||
PINBALL
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:MAME
|
||||
// copyright-holders:Robbbert
|
||||
/****************************************************************************************************
|
||||
|
||||
PINBALL
|
||||
|
@ -1,8 +1,11 @@
|
||||
// license:MAME
|
||||
// copyright-holders:Robbbert
|
||||
/**********************************************************************************
|
||||
|
||||
PINBALL
|
||||
Hankin
|
||||
Based on Bally BY35
|
||||
Sound based on Atari System 1
|
||||
|
||||
|
||||
ToDo:
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:MAME
|
||||
// copyright-holders:Robbbert
|
||||
/*******************************************************************************
|
||||
|
||||
PINBALL
|
||||
|
@ -1,7 +1,9 @@
|
||||
// license:MAME
|
||||
// copyright-holders:Robbbert
|
||||
/*******************************************************************************
|
||||
|
||||
Pinball
|
||||
JVH : Escape, and Movie Masters
|
||||
PINBALL
|
||||
JVH : Escape, and Movie Masters
|
||||
|
||||
********************************************************************************/
|
||||
#include "emu.h"
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:MAME
|
||||
// copyright-holders:Robbbert
|
||||
/*******************************************************************************
|
||||
|
||||
PINBALL
|
||||
|
@ -1,7 +1,9 @@
|
||||
// license:MAME
|
||||
// copyright-holders:Robbbert
|
||||
/*****************************************************************************************
|
||||
|
||||
Pinball
|
||||
Mephisto
|
||||
PINBALL
|
||||
Mephisto
|
||||
|
||||
******************************************************************************************/
|
||||
|
||||
|
@ -1,8 +1,10 @@
|
||||
// license:MAME
|
||||
// copyright-holders:Robbbert
|
||||
/*************************************************************************************
|
||||
|
||||
Pinball
|
||||
Micropin : Pentacup
|
||||
First version used a 6800, but a later revision used a 8085A.
|
||||
PINBALL
|
||||
Micropin : Pentacup
|
||||
First version used a 6800, but a later revision used a 8085A.
|
||||
|
||||
**************************************************************************************/
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:MAME
|
||||
// copyright-holders:Robbbert
|
||||
/****************************************************************************************
|
||||
PINBALL
|
||||
Mr. Game 1B11188/0
|
||||
|
@ -1,6 +1,8 @@
|
||||
// license:MAME
|
||||
// copyright-holders:Robbbert
|
||||
/********************************************************************************
|
||||
|
||||
Pinball
|
||||
PINBALL
|
||||
NSM (Lowen) : Hot Fire Birds
|
||||
|
||||
Schematic and PinMAME used as references
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:MAME
|
||||
// copyright-holders:Robbbert
|
||||
/************************************************************************************
|
||||
|
||||
PINBALL
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:MAME
|
||||
// copyright-holders:Robbbert
|
||||
/***********************************************************************************
|
||||
|
||||
PINBALL
|
||||
|
@ -1,6 +1,8 @@
|
||||
// license:MAME
|
||||
// copyright-holders:Robbbert
|
||||
/***********************************************************************************
|
||||
|
||||
Pinball
|
||||
PINBALL
|
||||
Williams System 4
|
||||
|
||||
No schematics have been located as yet.
|
||||
|
@ -1,6 +1,8 @@
|
||||
// license:MAME
|
||||
// copyright-holders:Robbbert
|
||||
/***********************************************************************************
|
||||
|
||||
Pinball
|
||||
PINBALL
|
||||
Williams System 6
|
||||
|
||||
After starting a game, nothing much works.
|
||||
|
@ -1,6 +1,8 @@
|
||||
// license:MAME
|
||||
// copyright-holders:Robbbert
|
||||
/***********************************************************************************
|
||||
|
||||
Pinball
|
||||
PINBALL
|
||||
Williams System 6a
|
||||
|
||||
Sound is working fully via the sound test (F1) key.
|
||||
|
@ -1,6 +1,8 @@
|
||||
// license:MAME
|
||||
// copyright-holders:Robbbert
|
||||
/****************************************************************************************
|
||||
|
||||
Pinball
|
||||
PINBALL
|
||||
Williams System 7
|
||||
|
||||
Status of games:
|
||||
|
@ -1,6 +1,8 @@
|
||||
// license:MAME
|
||||
// copyright-holders:Robbbert
|
||||
/***********************************************************************************
|
||||
|
||||
Pinball
|
||||
PINBALL
|
||||
Williams System 8
|
||||
|
||||
Only 2 games used this system.
|
||||
|
@ -1,6 +1,8 @@
|
||||
// license:MAME
|
||||
// copyright-holders:Robbbert
|
||||
/****************************************************************************************
|
||||
|
||||
Pinball
|
||||
PINBALL
|
||||
Williams System 9
|
||||
|
||||
Status of games:
|
||||
|
@ -1,6 +1,8 @@
|
||||
// license:MAME
|
||||
// copyright-holders:Robbbert
|
||||
/**************************************************************************************
|
||||
|
||||
Pinball
|
||||
PINBALL
|
||||
Sleic made a number of pinball machines (Pinball, Bike Race, Dona Elvira 2,
|
||||
Super Pang, Io Moon) but seems only Pinball is dumped. The only manual I could
|
||||
find is in Spanish and has no schematics.
|
||||
|
@ -1,5 +1,8 @@
|
||||
// license:MAME
|
||||
// copyright-holders:Robbbert
|
||||
/******************************************************************************************
|
||||
Pinball
|
||||
|
||||
PINBALL
|
||||
Valley Spectra IV
|
||||
|
||||
Rotating game, like Midway's "Rotation VIII".
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:MAME
|
||||
// copyright-holders:Robbbert
|
||||
/********************************************************************************************
|
||||
|
||||
PINBALL
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:MAME
|
||||
// copyright-holders:Robbbert
|
||||
/********************************************************************************************
|
||||
|
||||
PINBALL
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:MAME
|
||||
// copyright-holders:Robbbert
|
||||
/****************************************************************************************
|
||||
|
||||
PINBALL
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:MAME
|
||||
// copyright-holders:Robbbert
|
||||
/**********************************************************************************
|
||||
|
||||
PINBALL
|
||||
|
@ -1,6 +1,8 @@
|
||||
// license:MAME
|
||||
// copyright-holders:Robbbert
|
||||
/**************************************************************************************
|
||||
|
||||
Pinball
|
||||
PINBALL
|
||||
Videodens
|
||||
|
||||
PinMAME used as reference (unable to find any info at all on the net).
|
||||
|
@ -1,6 +1,8 @@
|
||||
// license:MAME
|
||||
// copyright-holders:Robbbert
|
||||
/**************************************************************************
|
||||
|
||||
Pinball
|
||||
PINBALL
|
||||
Wico's only game : Af-tor
|
||||
|
||||
Schematic and PinMAME used as references.
|
||||
|
@ -1,6 +1,8 @@
|
||||
// license:MAME
|
||||
// copyright-holders:Robbbert
|
||||
/*************************************************************************************
|
||||
|
||||
Pinball
|
||||
PINBALL
|
||||
Zaccaria Generation 1
|
||||
|
||||
Made working in Sept 2012 [Robbbert]
|
||||
|
@ -1,6 +1,11 @@
|
||||
/*
|
||||
// license:MAME
|
||||
// copyright-holders:Robbbert
|
||||
/***************************************************************************************************
|
||||
|
||||
PINBALL
|
||||
Zaccaria Generation 2
|
||||
*/
|
||||
|
||||
****************************************************************************************************/
|
||||
|
||||
|
||||
#include "machine/genpin.h"
|
||||
|
@ -1,6 +1,8 @@
|
||||
// license:MAME
|
||||
// copyright-holders:Robbbert
|
||||
/*********************************************************************
|
||||
|
||||
Pinball
|
||||
PINBALL
|
||||
Zaccaria Prototype
|
||||
|
||||
These use the INS8060 (SC/MP) processor, and are Zaccaria's first
|
||||
|
Loading…
Reference in New Issue
Block a user