From 8ca5346b3163b172243adbcce5cea87cc835101f Mon Sep 17 00:00:00 2001 From: Scott Stone Date: Fri, 8 Apr 2016 07:48:39 -0400 Subject: [PATCH] Fixed default dip for hishouza based on dip sheet, fixes MT#6174 --- src/mame/drivers/twincobr.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/mame/drivers/twincobr.cpp b/src/mame/drivers/twincobr.cpp index 98991e2b173..91ea4263f49 100644 --- a/src/mame/drivers/twincobr.cpp +++ b/src/mame/drivers/twincobr.cpp @@ -614,6 +614,12 @@ static INPUT_PORTS_START( hishouza ) PORT_MODIFY("DSWA") TOAPLAN_COINAGE_JAPAN_LOC(SW1) /* table at 0x000316 (COIN1 AND COIN2) */ + + PORT_MODIFY("DSWB") + PORT_DIPNAME( 0x80, 0x00, DEF_STR( Allow_Continue ) ) PORT_DIPLOCATION("SW2:!8") + PORT_DIPSETTING( 0x00, DEF_STR( No ) ) + PORT_DIPSETTING( 0x80, DEF_STR( Yes ) ) + INPUT_PORTS_END