mirror of
https://github.com/holub/mame
synced 2025-05-28 16:43:04 +03:00
Fixed default dip for hishouza based on dip sheet, fixes MT#6174
This commit is contained in:
parent
d372d47beb
commit
8ca5346b31
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user