mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
cps1.cpp: Documented projectile path DIP switch settings for sf2rb (Street Fighter II' Rainbow hacks). [Rotwang]
This commit is contained in:
parent
8a32d0dd56
commit
0dfb5ff414
@ -1993,6 +1993,11 @@ static INPUT_PORTS_START( sf2rb )
|
||||
PORT_DIPSETTING( 0x20, "Progressive 6" )
|
||||
PORT_DIPSETTING( 0x10, "Progressive 7" )
|
||||
PORT_DIPSETTING( 0x00, "Progressive 8" )
|
||||
|
||||
PORT_MODIFY("DSWC")
|
||||
PORT_DIPNAME( 0x01, 0x01, "Projectile Path" ) PORT_DIPLOCATION("SW(C):1")
|
||||
PORT_DIPSETTING( 0x01, "Homing" )
|
||||
PORT_DIPSETTING( 0x00, "Zigzag" )
|
||||
INPUT_PORTS_END
|
||||
|
||||
static INPUT_PORTS_START( sf2hack )
|
||||
|
Loading…
Reference in New Issue
Block a user