Fixed default dip for hishouza based on dip sheet, fixes MT#6174

This commit is contained in:
Scott Stone 2016-04-08 07:48:39 -04:00
parent d372d47beb
commit 8ca5346b31

View File

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