Cleanups and version bump.

This commit is contained in:
Aaron Giles 2009-08-21 01:52:51 +00:00
parent 2e64cfa8f3
commit ac3d58fad5
26 changed files with 292 additions and 291 deletions

View File

@ -95,9 +95,9 @@
* Battery backed up RAM
Input Nº | Pin | 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 | 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.

View File

@ -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 */

View File

@ -10,4 +10,4 @@
***************************************************************************/
extern const char build_version[];
const char build_version[] = "0.133u2 ("__DATE__")";
const char build_version[] = "0.133u3 ("__DATE__")";