Previous 199869 Revisions Next

r31815 Thursday 28th August, 2014 at 07:37:09 UTC by Robbbert
Added licence info (nw)
[src/mame/drivers]allied.c atari_s1.c atari_s2.c by17.c by35.c by6803.c byvid.c flicker.c g627.c gp_1.c gp_2.c gts1.c hankin.c jeutel.c jvh.c ltd.c mephisto.c micropin.c mrgame.c nsm.c rowamet.c s3.c s4.c s6.c s6a.c s7.c s8.c s9.c sleic.c spectra.c st_mp100.c st_mp200.c taito.c techno.c vd.c wico.c zac_1.c zac_2.c zac_proto.c

trunk/src/mame/drivers/rowamet.c
r31814r31815
1// license:MAME
2// copyright-holders:Robbbert
13/************************************************************************************
24
35  PINBALL
trunk/src/mame/drivers/gp_2.c
r31814r31815
1// license:MAME
2// copyright-holders:Robbbert
13/*****************************************************************************************
24
35    PINBALL
trunk/src/mame/drivers/hankin.c
r31814r31815
1// license:MAME
2// copyright-holders:Robbbert
13/**********************************************************************************
24
35  PINBALL
r31814r31815
35  Hankin
46  Based on Bally BY35
7  Sound based on Atari System 1
58
69
trunk/src/mame/drivers/s7.c
r31814r31815
1// license:MAME
2// copyright-holders:Robbbert
13/****************************************************************************************
24
3    Pinball
5    PINBALL
46    Williams System 7
57
68    Status of games:
trunk/src/mame/drivers/taito.c
r31814r31815
1// license:MAME
2// copyright-holders:Robbbert
13/****************************************************************************************
24
35  PINBALL
trunk/src/mame/drivers/s9.c
r31814r31815
1// license:MAME
2// copyright-holders:Robbbert
13/****************************************************************************************
24
3    Pinball
5    PINBALL
46    Williams System 9
57
68    Status of games:
trunk/src/mame/drivers/mephisto.c
r31814r31815
1// license:MAME
2// copyright-holders:Robbbert
13/*****************************************************************************************
24
3Pinball
4Mephisto
5  PINBALL
6  Mephisto
57
68******************************************************************************************/
79
trunk/src/mame/drivers/st_mp100.c
r31814r31815
1// license:MAME
2// copyright-holders:Robbbert
13/********************************************************************************************
24
35    PINBALL
trunk/src/mame/drivers/st_mp200.c
r31814r31815
1// license:MAME
2// copyright-holders:Robbbert
13/********************************************************************************************
24
35    PINBALL
trunk/src/mame/drivers/byvid.c
r31814r31815
1// license:MAME
2// copyright-holders:Robbbert
13/**************************************************************
24
35    PINBALL
trunk/src/mame/drivers/flicker.c
r31814r31815
1// license:MAME
2// copyright-holders:Robbbert
13/***********************************************************************************
24
35  PINBALL
trunk/src/mame/drivers/g627.c
r31814r31815
1// license:MAME
2// copyright-holders:Robbbert
13/******************************************************************************
24
35    PINBALL
trunk/src/mame/drivers/zac_2.c
r31814r31815
1/*
1// license:MAME
2// copyright-holders:Robbbert
3/***************************************************************************************************
4
5    PINBALL
26    Zaccaria Generation 2
3*/
47
8****************************************************************************************************/
59
10
611#include "machine/genpin.h"
712#include "cpu/s2650/s2650.h"
813#include "zac_2.lh"
trunk/src/mame/drivers/zac_proto.c
r31814r31815
1// license:MAME
2// copyright-holders:Robbbert
13/*********************************************************************
24
3    Pinball
5    PINBALL
46    Zaccaria Prototype
57
68    These use the INS8060 (SC/MP) processor, and are Zaccaria's first
trunk/src/mame/drivers/atari_s1.c
r31814r31815
1// license:MAME
2// copyright-holders:Robbbert
13/***********************************************************************************
24
35    PINBALL
r31814r31815
2325    SW2 Toggle 7 = 2005
2426    SW2 Toggle 8 = 2004
2527
28No NVRAM; coin counters are mechanical.
29
2630Until game-specific switches are set up, here is the outhole for each game:
2731- spcrider: O
2832- atarians: W
r31814r31815
121125   AM_RANGE(0x2000, 0x204f) AM_MIRROR(0x0F80) AM_READ(switch_r)
122126   AM_RANGE(0x3000, 0x3fff) AM_WRITE(audioen_w) // audio enable
123127   AM_RANGE(0x4000, 0x4fff) AM_WRITE(watchdog_reset_w)
124   AM_RANGE(0x5080, 0x508c) AM_MIRROR(3) AM_WRITE(meter_w) // time2000 only
125128   AM_RANGE(0x6000, 0x6fff) AM_WRITE(audiores_w) // audio reset
126129   AM_RANGE(0x7000, 0x7fff) AM_ROM
127130ADDRESS_MAP_END
trunk/src/mame/drivers/mrgame.c
r31814r31815
1// license:MAME
2// copyright-holders:Robbbert
13/****************************************************************************************
24    PINBALL
35    Mr. Game 1B11188/0
trunk/src/mame/drivers/micropin.c
r31814r31815
1// license:MAME
2// copyright-holders:Robbbert
13/*************************************************************************************
24
3Pinball
4Micropin : Pentacup
5First version used a 6800, but a later revision used a 8085A.
5  PINBALL
6  Micropin : Pentacup
7  First version used a 6800, but a later revision used a 8085A.
68
79**************************************************************************************/
810
trunk/src/mame/drivers/wico.c
r31814r31815
1// license:MAME
2// copyright-holders:Robbbert
13/**************************************************************************
24
3    Pinball
5    PINBALL
46    Wico's only game : Af-tor
57
68    Schematic and PinMAME used as references.
trunk/src/mame/drivers/s6a.c
r31814r31815
1// license:MAME
2// copyright-holders:Robbbert
13/***********************************************************************************
24
3    Pinball
5    PINBALL
46    Williams System 6a
57
68    Sound is working fully via the sound test (F1) key.
trunk/src/mame/drivers/gp_1.c
r31814r31815
1// license:MAME
2// copyright-holders:Robbbert
13/*******************************************************************************
24
35    PINBALL
trunk/src/mame/drivers/by6803.c
r31814r31815
1// license:MAME
2// copyright-holders:Robbbert
13/********************************************************************************************
24
35    PINBALL
trunk/src/mame/drivers/s4.c
r31814r31815
1// license:MAME
2// copyright-holders:Robbbert
13/***********************************************************************************
24
3    Pinball
5    PINBALL
46    Williams System 4
57
68    No schematics have been located as yet.
trunk/src/mame/drivers/jeutel.c
r31814r31815
1// license:MAME
2// copyright-holders:Robbbert
13/*******************************************************************************
24
35  PINBALL
trunk/src/mame/drivers/allied.c
r31814r31815
1// license:MAME
2// copyright-holders:Robbbert
13/**************************************************************************
24
35  PINBALL
trunk/src/mame/drivers/ltd.c
r31814r31815
1// license:MAME
2// copyright-holders:Robbbert
13/*******************************************************************************
24
35  PINBALL
trunk/src/mame/drivers/s6.c
r31814r31815
1// license:MAME
2// copyright-holders:Robbbert
13/***********************************************************************************
24
3    Pinball
5    PINBALL
46    Williams System 6
57
68    After starting a game, nothing much works.
trunk/src/mame/drivers/s8.c
r31814r31815
1// license:MAME
2// copyright-holders:Robbbert
13/***********************************************************************************
24
3    Pinball
5    PINBALL
46    Williams System 8
57
68    Only 2 games used this system.
trunk/src/mame/drivers/jvh.c
r31814r31815
1// license:MAME
2// copyright-holders:Robbbert
13/*******************************************************************************
24
3Pinball
4JVH : Escape, and Movie Masters
5  PINBALL
6  JVH : Escape, and Movie Masters
57
68********************************************************************************/
79#include "emu.h"
trunk/src/mame/drivers/spectra.c
r31814r31815
1// license:MAME
2// copyright-holders:Robbbert
13/******************************************************************************************
2    Pinball
4
5    PINBALL
36    Valley Spectra IV
47
58    Rotating game, like Midway's "Rotation VIII".
trunk/src/mame/drivers/vd.c
r31814r31815
1// license:MAME
2// copyright-holders:Robbbert
13/**************************************************************************************
24
3    Pinball
5    PINBALL
46    Videodens
57
68    PinMAME used as reference (unable to find any info at all on the net).
trunk/src/mame/drivers/by17.c
r31814r31815
1// license:MAME
2// copyright-holders:Robbbert
13/********************************************************************************************
24
35    PINBALL
trunk/src/mame/drivers/gts1.c
r31814r31815
1// license:MAME
2// copyright-holders:Robbbert
13/****************************************************************************************************
24
35PINBALL
trunk/src/mame/drivers/by35.c
r31814r31815
1// license:MAME
2// copyright-holders:Robbbert
13/********************************************************************************************
24
35    PINBALL
trunk/src/mame/drivers/sleic.c
r31814r31815
1// license:MAME
2// copyright-holders:Robbbert
13/**************************************************************************************
24
3    Pinball
5    PINBALL
46    Sleic made a number of pinball machines (Pinball, Bike Race, Dona Elvira 2,
57    Super Pang, Io Moon) but seems only Pinball is dumped. The only manual I could
68    find is in Spanish and has no schematics.
trunk/src/mame/drivers/zac_1.c
r31814r31815
1// license:MAME
2// copyright-holders:Robbbert
13/*************************************************************************************
24
3    Pinball
5    PINBALL
46    Zaccaria Generation 1
57
68    Made working in Sept 2012 [Robbbert]
trunk/src/mame/drivers/nsm.c
r31814r31815
1// license:MAME
2// copyright-holders:Robbbert
13/********************************************************************************
24
3    Pinball
5    PINBALL
46    NSM (Lowen) : Hot Fire Birds
57
68    Schematic and PinMAME used as references
trunk/src/mame/drivers/atari_s2.c
r31814r31815
1// license:MAME
2// copyright-holders:Robbbert
13/****************************************************************************************
24
35    PINBALL
trunk/src/mame/drivers/s3.c
r31814r31815
1// license:MAME
2// copyright-holders:Robbbert
13/***********************************************************************************
24
35    PINBALL
trunk/src/mame/drivers/techno.c
r31814r31815
1// license:MAME
2// copyright-holders:Robbbert
13/**********************************************************************************
24
35    PINBALL

Previous 199869 Revisions Next


© 1997-2024 The MAME Team