summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/baraduke.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/baraduke.c
parent4d5014585a56fcc13478892d065eacc60dd94dfd (diff)
Cleanups and version bump to 0.123u5.mame0123u5
Diffstat (limited to 'src/mame/drivers/baraduke.c')
-rw-r--r--src/mame/drivers/baraduke.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/baraduke.c b/src/mame/drivers/baraduke.c
index 869091b20cd..8076fcf7ba9 100644
--- a/src/mame/drivers/baraduke.c
+++ b/src/mame/drivers/baraduke.c
@@ -254,8 +254,8 @@ static INPUT_PORTS_START( baraduke )
PORT_DIPSETTING( 0x30, DEF_STR( Normal ) )
PORT_DIPSETTING( 0x10, DEF_STR( Hard ) )
PORT_DIPSETTING( 0x00, DEF_STR( Very_Hard ) )
- /* To advance rounds: set SWB:5 to ON, coin up game and push 1P start.
- Use joystick to select round 1 - 48. Set SWB:5 to OFF to play selected round. */
+ /* To advance rounds: set SWB:5 to ON, coin up game and push 1P start.
+ Use joystick to select round 1 - 48. Set SWB:5 to OFF to play selected round. */
PORT_DIPNAME( 0x08, 0x08, "Round Select" ) PORT_DIPLOCATION("SWB:5")
PORT_DIPSETTING( 0x08, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
@@ -323,8 +323,8 @@ static INPUT_PORTS_START( metrocrs )
PORT_DIPNAME( 0x80, 0x80, DEF_STR( Demo_Sounds ) ) PORT_DIPLOCATION("SWB:1")
PORT_DIPSETTING( 0x00, DEF_STR( Off ) )
PORT_DIPSETTING( 0x80, DEF_STR( On ) )
- /* To advance rounds: set SWB:2 to ON, coin up game and push 1P start.
- Use joystick to select round 1 - 32. Set SWB:2 to OFF to play selected round. */
+ /* To advance rounds: set SWB:2 to ON, coin up game and push 1P start.
+ Use joystick to select round 1 - 32. Set SWB:2 to OFF to play selected round. */
PORT_DIPNAME( 0x40, 0x40, "Round Select" ) PORT_DIPLOCATION("SWB:2")
PORT_DIPSETTING( 0x40, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )