summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Michaël Banaan Ananas <happppp@users.noreply.github.com>2011-03-21 11:26:28 +0000
committer Michaël Banaan Ananas <happppp@users.noreply.github.com>2011-03-21 11:26:28 +0000
commit9968fb56b90ace2e8e0a940eb2ce50433bf1f84d (patch)
tree79a0a929d7fc9065e1c993e9aef5e46241699926
parentf633060a7d97f7aaba1a641d67fde9bffbf2da48 (diff)
changed default setting of "Continue Coin", bighfight locks up if it's set to On: http://www.mametesters.org/view.php?id=2578
-rw-r--r--src/mame/drivers/tatsumi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tatsumi.c b/src/mame/drivers/tatsumi.c
index 73dc00500ea..6c5b1832bf1 100644
--- a/src/mame/drivers/tatsumi.c
+++ b/src/mame/drivers/tatsumi.c
@@ -757,7 +757,7 @@ static INPUT_PORTS_START( bigfight )
PORT_DIPNAME( 0x0004, 0x0004, "Ticket Dispenser" ) PORT_DIPLOCATION("SW2:3")
PORT_DIPSETTING( 0x0004, "100000" )
PORT_DIPSETTING( 0x0000, "150000" )
- PORT_DIPNAME( 0x0008, 0x0000, "Continue Coin" ) PORT_DIPLOCATION("SW2:4")
+ PORT_DIPNAME( 0x0008, 0x0008, "Continue Coin" ) PORT_DIPLOCATION("SW2:4")
PORT_DIPSETTING( 0x0008, DEF_STR( Off ) )
PORT_DIPSETTING( 0x0000, DEF_STR( On ) )
PORT_DIPNAME( 0x0010, 0x0010, "Extend" ) PORT_DIPLOCATION("SW2:5")