mirror of
https://github.com/holub/mame
synced 2025-07-10 12:15:31 +03:00
segas32.cpp: Third DIP switch freezes game on slipstrm, slipstrmh (MT08164) (#9128)
This commit is contained in:
parent
4ae94c4b89
commit
7b4c7fe385
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user