cps1.cpp: Documented projectile path DIP switch settings for sf2rb (Street Fighter II' Rainbow hacks). [Rotwang]

This commit is contained in:
Vas Crabb 2021-01-12 19:30:52 +11:00
parent 8a32d0dd56
commit 0dfb5ff414

View File

@ -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 )