diff --git a/src/mame/drivers/allied.c b/src/mame/drivers/allied.c index 06a97a4e16c..35f8da15a75 100644 --- a/src/mame/drivers/allied.c +++ b/src/mame/drivers/allied.c @@ -1,3 +1,5 @@ +// license:MAME +// copyright-holders:Robbbert /************************************************************************** PINBALL diff --git a/src/mame/drivers/atari_s1.c b/src/mame/drivers/atari_s1.c index 51f047c5b0d..792bd2cfe24 100644 --- a/src/mame/drivers/atari_s1.c +++ b/src/mame/drivers/atari_s1.c @@ -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 diff --git a/src/mame/drivers/atari_s2.c b/src/mame/drivers/atari_s2.c index 59446c7cb7e..3738c5847ec 100644 --- a/src/mame/drivers/atari_s2.c +++ b/src/mame/drivers/atari_s2.c @@ -1,3 +1,5 @@ +// license:MAME +// copyright-holders:Robbbert /**************************************************************************************** PINBALL diff --git a/src/mame/drivers/by17.c b/src/mame/drivers/by17.c index a65992d25c0..db4af7206bb 100644 --- a/src/mame/drivers/by17.c +++ b/src/mame/drivers/by17.c @@ -1,3 +1,5 @@ +// license:MAME +// copyright-holders:Robbbert /******************************************************************************************** PINBALL diff --git a/src/mame/drivers/by35.c b/src/mame/drivers/by35.c index 17880b8859b..2abed97b4de 100644 --- a/src/mame/drivers/by35.c +++ b/src/mame/drivers/by35.c @@ -1,3 +1,5 @@ +// license:MAME +// copyright-holders:Robbbert /******************************************************************************************** PINBALL diff --git a/src/mame/drivers/by6803.c b/src/mame/drivers/by6803.c index 40321e0ac01..688fd3c1718 100644 --- a/src/mame/drivers/by6803.c +++ b/src/mame/drivers/by6803.c @@ -1,3 +1,5 @@ +// license:MAME +// copyright-holders:Robbbert /******************************************************************************************** PINBALL diff --git a/src/mame/drivers/byvid.c b/src/mame/drivers/byvid.c index 6e7773510b3..f2bdada6c35 100644 --- a/src/mame/drivers/byvid.c +++ b/src/mame/drivers/byvid.c @@ -1,3 +1,5 @@ +// license:MAME +// copyright-holders:Robbbert /************************************************************** PINBALL diff --git a/src/mame/drivers/flicker.c b/src/mame/drivers/flicker.c index 0a6dbc0dae0..b4796971788 100644 --- a/src/mame/drivers/flicker.c +++ b/src/mame/drivers/flicker.c @@ -1,3 +1,5 @@ +// license:MAME +// copyright-holders:Robbbert /*********************************************************************************** PINBALL diff --git a/src/mame/drivers/g627.c b/src/mame/drivers/g627.c index fa00fabe040..3eb29b1ba62 100644 --- a/src/mame/drivers/g627.c +++ b/src/mame/drivers/g627.c @@ -1,3 +1,5 @@ +// license:MAME +// copyright-holders:Robbbert /****************************************************************************** PINBALL diff --git a/src/mame/drivers/gp_1.c b/src/mame/drivers/gp_1.c index 32af2cf795b..dddde6c9a66 100644 --- a/src/mame/drivers/gp_1.c +++ b/src/mame/drivers/gp_1.c @@ -1,3 +1,5 @@ +// license:MAME +// copyright-holders:Robbbert /******************************************************************************* PINBALL diff --git a/src/mame/drivers/gp_2.c b/src/mame/drivers/gp_2.c index 37f35e1b81f..d3337fc7a61 100644 --- a/src/mame/drivers/gp_2.c +++ b/src/mame/drivers/gp_2.c @@ -1,3 +1,5 @@ +// license:MAME +// copyright-holders:Robbbert /***************************************************************************************** PINBALL diff --git a/src/mame/drivers/gts1.c b/src/mame/drivers/gts1.c index 5769c77954b..c3559616fe8 100644 --- a/src/mame/drivers/gts1.c +++ b/src/mame/drivers/gts1.c @@ -1,3 +1,5 @@ +// license:MAME +// copyright-holders:Robbbert /**************************************************************************************************** PINBALL diff --git a/src/mame/drivers/hankin.c b/src/mame/drivers/hankin.c index b0a2dcbe67f..e0d8a841256 100644 --- a/src/mame/drivers/hankin.c +++ b/src/mame/drivers/hankin.c @@ -1,8 +1,11 @@ +// license:MAME +// copyright-holders:Robbbert /********************************************************************************** PINBALL Hankin Based on Bally BY35 + Sound based on Atari System 1 ToDo: diff --git a/src/mame/drivers/jeutel.c b/src/mame/drivers/jeutel.c index cfb74982d0d..a9697fc4fe6 100644 --- a/src/mame/drivers/jeutel.c +++ b/src/mame/drivers/jeutel.c @@ -1,3 +1,5 @@ +// license:MAME +// copyright-holders:Robbbert /******************************************************************************* PINBALL diff --git a/src/mame/drivers/jvh.c b/src/mame/drivers/jvh.c index 607e1b04b80..cb767f77862 100644 --- a/src/mame/drivers/jvh.c +++ b/src/mame/drivers/jvh.c @@ -1,7 +1,9 @@ +// license:MAME +// copyright-holders:Robbbert /******************************************************************************* -Pinball -JVH : Escape, and Movie Masters + PINBALL + JVH : Escape, and Movie Masters ********************************************************************************/ #include "emu.h" diff --git a/src/mame/drivers/ltd.c b/src/mame/drivers/ltd.c index 55f09e38566..be806e274ed 100644 --- a/src/mame/drivers/ltd.c +++ b/src/mame/drivers/ltd.c @@ -1,3 +1,5 @@ +// license:MAME +// copyright-holders:Robbbert /******************************************************************************* PINBALL diff --git a/src/mame/drivers/mephisto.c b/src/mame/drivers/mephisto.c index 1895e2428fa..8830b048572 100644 --- a/src/mame/drivers/mephisto.c +++ b/src/mame/drivers/mephisto.c @@ -1,7 +1,9 @@ +// license:MAME +// copyright-holders:Robbbert /***************************************************************************************** -Pinball -Mephisto + PINBALL + Mephisto ******************************************************************************************/ diff --git a/src/mame/drivers/micropin.c b/src/mame/drivers/micropin.c index 7c57b01dc45..d4e736417d6 100644 --- a/src/mame/drivers/micropin.c +++ b/src/mame/drivers/micropin.c @@ -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. **************************************************************************************/ diff --git a/src/mame/drivers/mrgame.c b/src/mame/drivers/mrgame.c index c58923463cb..1e08d3048dc 100644 --- a/src/mame/drivers/mrgame.c +++ b/src/mame/drivers/mrgame.c @@ -1,3 +1,5 @@ +// license:MAME +// copyright-holders:Robbbert /**************************************************************************************** PINBALL Mr. Game 1B11188/0 diff --git a/src/mame/drivers/nsm.c b/src/mame/drivers/nsm.c index 91e95b7e5df..1ad7278f869 100644 --- a/src/mame/drivers/nsm.c +++ b/src/mame/drivers/nsm.c @@ -1,6 +1,8 @@ +// license:MAME +// copyright-holders:Robbbert /******************************************************************************** - Pinball + PINBALL NSM (Lowen) : Hot Fire Birds Schematic and PinMAME used as references diff --git a/src/mame/drivers/rowamet.c b/src/mame/drivers/rowamet.c index 13cc737d4b9..4364d8adcb8 100644 --- a/src/mame/drivers/rowamet.c +++ b/src/mame/drivers/rowamet.c @@ -1,3 +1,5 @@ +// license:MAME +// copyright-holders:Robbbert /************************************************************************************ PINBALL diff --git a/src/mame/drivers/s3.c b/src/mame/drivers/s3.c index 6301528c8f2..2e86c42e6fb 100644 --- a/src/mame/drivers/s3.c +++ b/src/mame/drivers/s3.c @@ -1,3 +1,5 @@ +// license:MAME +// copyright-holders:Robbbert /*********************************************************************************** PINBALL diff --git a/src/mame/drivers/s4.c b/src/mame/drivers/s4.c index 7a1ad6f6a77..f28259c4d39 100644 --- a/src/mame/drivers/s4.c +++ b/src/mame/drivers/s4.c @@ -1,6 +1,8 @@ +// license:MAME +// copyright-holders:Robbbert /*********************************************************************************** - Pinball + PINBALL Williams System 4 No schematics have been located as yet. diff --git a/src/mame/drivers/s6.c b/src/mame/drivers/s6.c index cdeb4b7da48..d2cfebd6348 100644 --- a/src/mame/drivers/s6.c +++ b/src/mame/drivers/s6.c @@ -1,6 +1,8 @@ +// license:MAME +// copyright-holders:Robbbert /*********************************************************************************** - Pinball + PINBALL Williams System 6 After starting a game, nothing much works. diff --git a/src/mame/drivers/s6a.c b/src/mame/drivers/s6a.c index d7a7b71151e..ad5ae82cfcc 100644 --- a/src/mame/drivers/s6a.c +++ b/src/mame/drivers/s6a.c @@ -1,6 +1,8 @@ +// license:MAME +// copyright-holders:Robbbert /*********************************************************************************** - Pinball + PINBALL Williams System 6a Sound is working fully via the sound test (F1) key. diff --git a/src/mame/drivers/s7.c b/src/mame/drivers/s7.c index af8655cb95a..4419e0bbd2b 100644 --- a/src/mame/drivers/s7.c +++ b/src/mame/drivers/s7.c @@ -1,6 +1,8 @@ +// license:MAME +// copyright-holders:Robbbert /**************************************************************************************** - Pinball + PINBALL Williams System 7 Status of games: diff --git a/src/mame/drivers/s8.c b/src/mame/drivers/s8.c index 991639617ac..182e2bfba6a 100644 --- a/src/mame/drivers/s8.c +++ b/src/mame/drivers/s8.c @@ -1,6 +1,8 @@ +// license:MAME +// copyright-holders:Robbbert /*********************************************************************************** - Pinball + PINBALL Williams System 8 Only 2 games used this system. diff --git a/src/mame/drivers/s9.c b/src/mame/drivers/s9.c index c16308cbf78..58f94ea420e 100644 --- a/src/mame/drivers/s9.c +++ b/src/mame/drivers/s9.c @@ -1,6 +1,8 @@ +// license:MAME +// copyright-holders:Robbbert /**************************************************************************************** - Pinball + PINBALL Williams System 9 Status of games: diff --git a/src/mame/drivers/sleic.c b/src/mame/drivers/sleic.c index 9d3b3060f71..cf0a68375d6 100644 --- a/src/mame/drivers/sleic.c +++ b/src/mame/drivers/sleic.c @@ -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. diff --git a/src/mame/drivers/spectra.c b/src/mame/drivers/spectra.c index 626770dfc13..38303de0eec 100644 --- a/src/mame/drivers/spectra.c +++ b/src/mame/drivers/spectra.c @@ -1,5 +1,8 @@ +// license:MAME +// copyright-holders:Robbbert /****************************************************************************************** - Pinball + + PINBALL Valley Spectra IV Rotating game, like Midway's "Rotation VIII". diff --git a/src/mame/drivers/st_mp100.c b/src/mame/drivers/st_mp100.c index 2dac04cd54e..9efd349844f 100644 --- a/src/mame/drivers/st_mp100.c +++ b/src/mame/drivers/st_mp100.c @@ -1,3 +1,5 @@ +// license:MAME +// copyright-holders:Robbbert /******************************************************************************************** PINBALL diff --git a/src/mame/drivers/st_mp200.c b/src/mame/drivers/st_mp200.c index 8c502a011ed..d2359e7e739 100644 --- a/src/mame/drivers/st_mp200.c +++ b/src/mame/drivers/st_mp200.c @@ -1,3 +1,5 @@ +// license:MAME +// copyright-holders:Robbbert /******************************************************************************************** PINBALL diff --git a/src/mame/drivers/taito.c b/src/mame/drivers/taito.c index fc3dc59a885..8b0177a3306 100644 --- a/src/mame/drivers/taito.c +++ b/src/mame/drivers/taito.c @@ -1,3 +1,5 @@ +// license:MAME +// copyright-holders:Robbbert /**************************************************************************************** PINBALL diff --git a/src/mame/drivers/techno.c b/src/mame/drivers/techno.c index 745b808db71..8b260500509 100644 --- a/src/mame/drivers/techno.c +++ b/src/mame/drivers/techno.c @@ -1,3 +1,5 @@ +// license:MAME +// copyright-holders:Robbbert /********************************************************************************** PINBALL diff --git a/src/mame/drivers/vd.c b/src/mame/drivers/vd.c index 7cbec315eaf..74e95ca4b83 100644 --- a/src/mame/drivers/vd.c +++ b/src/mame/drivers/vd.c @@ -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). diff --git a/src/mame/drivers/wico.c b/src/mame/drivers/wico.c index 01ccbb40dde..7e3ab0f0307 100644 --- a/src/mame/drivers/wico.c +++ b/src/mame/drivers/wico.c @@ -1,6 +1,8 @@ +// license:MAME +// copyright-holders:Robbbert /************************************************************************** - Pinball + PINBALL Wico's only game : Af-tor Schematic and PinMAME used as references. diff --git a/src/mame/drivers/zac_1.c b/src/mame/drivers/zac_1.c index f8cc6618e8b..cc45404126c 100644 --- a/src/mame/drivers/zac_1.c +++ b/src/mame/drivers/zac_1.c @@ -1,6 +1,8 @@ +// license:MAME +// copyright-holders:Robbbert /************************************************************************************* - Pinball + PINBALL Zaccaria Generation 1 Made working in Sept 2012 [Robbbert] diff --git a/src/mame/drivers/zac_2.c b/src/mame/drivers/zac_2.c index 70dd2c8a2b4..e810ebbc7d7 100644 --- a/src/mame/drivers/zac_2.c +++ b/src/mame/drivers/zac_2.c @@ -1,6 +1,11 @@ -/* +// license:MAME +// copyright-holders:Robbbert +/*************************************************************************************************** + + PINBALL Zaccaria Generation 2 -*/ + +****************************************************************************************************/ #include "machine/genpin.h" diff --git a/src/mame/drivers/zac_proto.c b/src/mame/drivers/zac_proto.c index f90577e4d12..16fad045e03 100644 --- a/src/mame/drivers/zac_proto.c +++ b/src/mame/drivers/zac_proto.c @@ -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