summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/punchout.c
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-03-13 16:21:46 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-03-13 16:21:46 +0000
commita6b4a6ad50f13776d9dfb49273cd57ded11aa2c1 (patch)
treeffbdf0d0943a5fe292ec654fd9d080bbb24cb4df /src/mame/drivers/punchout.c
parent4d5014585a56fcc13478892d065eacc60dd94dfd (diff)
Cleanups and version bump to 0.123u5.mame0123u5
Diffstat (limited to 'src/mame/drivers/punchout.c')
-rw-r--r--src/mame/drivers/punchout.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mame/drivers/punchout.c b/src/mame/drivers/punchout.c
index 7e87aa64253..ad63c894d96 100644
--- a/src/mame/drivers/punchout.c
+++ b/src/mame/drivers/punchout.c
@@ -98,8 +98,8 @@ write:
***************************************************************************
DIP locations verified for:
- -punchout (manual)
- -spnchout (manual)
+ -punchout (manual)
+ -spnchout (manual)
***************************************************************************/
@@ -545,12 +545,12 @@ static INPUT_PORTS_START( punchout )
PORT_DIPSETTING( 0x0c, DEF_STR( 3C_1C ) )
PORT_DIPSETTING( 0x01, DEF_STR( 2C_1C ) )
PORT_DIPSETTING( 0x00, DEF_STR( 1C_1C ) )
-// PORT_DIPSETTING( 0x03, DEF_STR( 1C_1C ) ) /* Not documented */
+// PORT_DIPSETTING( 0x03, DEF_STR( 1C_1C ) ) /* Not documented */
PORT_DIPSETTING( 0x08, "1 Coin/2 Credits (2 Credits/1 Play)" ) /* Not documented */
PORT_DIPSETTING( 0x0d, "1 Coin/3 Credits (2 Credits/1 Play)" ) /* Not documented */
PORT_DIPSETTING( 0x02, DEF_STR( 1C_2C ) )
-// PORT_DIPSETTING( 0x04, DEF_STR( 1C_2C ) ) /* Not documented */
-// PORT_DIPSETTING( 0x09, DEF_STR( 1C_2C ) ) /* Not documented */
+// PORT_DIPSETTING( 0x04, DEF_STR( 1C_2C ) ) /* Not documented */
+// PORT_DIPSETTING( 0x09, DEF_STR( 1C_2C ) ) /* Not documented */
PORT_DIPSETTING( 0x05, DEF_STR( 1C_3C ) )
PORT_DIPSETTING( 0x06, DEF_STR( 1C_4C ) )
PORT_DIPSETTING( 0x0a, DEF_STR( 1C_5C ) )
@@ -576,11 +576,11 @@ static INPUT_PORTS_START( spnchout )
PORT_DIPSETTING( 0x08, DEF_STR( 6C_1C ) ) /* Not documented */
PORT_DIPSETTING( 0x04, DEF_STR( 5C_1C ) ) /* Not documented */
PORT_DIPSETTING( 0x03, DEF_STR( 4C_1C ) ) /* Not documented */
-// PORT_DIPSETTING( 0x09, DEF_STR( 4C_1C ) ) /* Not documented */
+// PORT_DIPSETTING( 0x09, DEF_STR( 4C_1C ) ) /* Not documented */
PORT_DIPSETTING( 0x0c, DEF_STR( 3C_1C ) )
PORT_DIPSETTING( 0x01, DEF_STR( 2C_1C ) )
PORT_DIPSETTING( 0x00, DEF_STR( 1C_1C ) )
-// PORT_DIPSETTING( 0x0e, DEF_STR( 1C_1C ) ) /* Not documented */
+// PORT_DIPSETTING( 0x0e, DEF_STR( 1C_1C ) ) /* Not documented */
PORT_DIPSETTING( 0x0d, "1 Coin/3 Credits (2 Credits/1 Play)" ) /* Not documented */
PORT_DIPSETTING( 0x02, DEF_STR( 1C_2C ) )
PORT_DIPSETTING( 0x0b, "1 Coin/2 Credits (3 Credits/1 Play)" ) /* Not documented */