mirror of
https://github.com/holub/mame
synced 2025-05-19 20:29:09 +03:00
Cleanups and version bump.
This commit is contained in:
parent
2e64cfa8f3
commit
ac3d58fad5
@ -95,9 +95,9 @@
|
||||
* Battery backed up RAM
|
||||
|
||||
|
||||
Input Nº | Pin Nº | Colours | Ground
|
||||
Input N? | Pin N? | Colours | Ground
|
||||
---------+--------+---------+---------------------------------------------------------------
|
||||
00 | 1A | Brn-Wht | Universal Hopper Early / AWP hopper switch 1 (£1) / Y2K Hop 1.
|
||||
00 | 1A | Brn-Wht | Universal Hopper Early / AWP hopper switch 1 (?1) / Y2K Hop 1.
|
||||
01 | 2A | Red-Wht | Universal Hopper Late / AWP hopper switch 2 (20p) / Y2K Hop 2.
|
||||
02 | 3A | Org-Wht | CC46 Coin / C435 Accept 1.
|
||||
03 | 4A | Yel-Wht | CC46 Error / C435 Accept 2.
|
||||
@ -123,9 +123,9 @@
|
||||
23 | 34A | Pnk-Brn |
|
||||
|
||||
|
||||
Output Nº | Pin Nº | Colours | Description
|
||||
Output N? | Pin N? | Colours | Description
|
||||
----------+--------+---------+---------------------------------------------------------------
|
||||
00 | 4B | Brn-Blu | Universal Hopper Drive / AWP hopper drive 1 (£1) / Y2K Hop 1.
|
||||
00 | 4B | Brn-Blu | Universal Hopper Drive / AWP hopper drive 1 (?1) / Y2K Hop 1.
|
||||
01 | 5B | Red-Blu | Candle 1.
|
||||
02 | 6B | Org-Blu | Candle 2.
|
||||
03 | 7B | Yel-Blu | Cancel Button Lamp.
|
||||
|
@ -9606,6 +9606,7 @@ Other Sun games
|
||||
/* Pirate */
|
||||
//DRIVER( pirate ) /* (c) 2005 */
|
||||
DRIVER( pirate_1 ) /* (c) 2005 */
|
||||
//DRIVER( pirate_2 )/* (c) 2005 */
|
||||
|
||||
/* Island 2 */
|
||||
DRIVER( island2 ) /* (c) 2006 */
|
||||
|
@ -10,4 +10,4 @@
|
||||
***************************************************************************/
|
||||
|
||||
extern const char build_version[];
|
||||
const char build_version[] = "0.133u2 ("__DATE__")";
|
||||
const char build_version[] = "0.133u3 ("__DATE__")";
|
||||
|
Loading…
Reference in New Issue
Block a user