Skip to content

Commit

Permalink
cps1.cpp: Documented projectile path DIP switch settings for sf2rb (S…
Browse files Browse the repository at this point in the history
…treet Fighter II' Rainbow hacks). [Rotwang]
  • Loading branch information
cuavas committed Jan 12, 2021
1 parent 8a32d0d commit 0dfb5ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/mame/drivers/cps1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down

0 comments on commit 0dfb5ff

Please sign in to comment.