segas32.cpp: Third DIP switch freezes game on slipstrm, slipstrmh (MT08164) (#9128)

This commit is contained in:
Steven Coomber 2022-01-11 12:46:04 +00:00 committed by GitHub
parent 4ae94c4b89
commit 7b4c7fe385
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2070,6 +2070,11 @@ static INPUT_PORTS_START( slipstrm )
PORT_MODIFY("mainpcb:SERVICE12_A")
PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_MODIFY("mainpcb:SERVICE34_A")
PORT_DIPNAME( 0x04, 0x04, "Freeze Frame" ) PORT_DIPLOCATION("SW1:3") // Undocumented feature?
PORT_DIPSETTING( 0x04, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
PORT_START("mainpcb:ANALOG1")
PORT_BIT( 0xff, 0x80, IPT_PADDLE ) PORT_SENSITIVITY(30) PORT_KEYDELTA(10)