Fixed: 03463: kingball, kingballj: Wrong coinage DIP options.

Comments:  The imported settings from galaxian were not matching up and a new set of game specific coinage setting were needed to match behavior in-game.
This commit is contained in:
Scott Stone 2009-10-05 15:36:32 +00:00
parent 0585b0a309
commit f4e36cad0c

View File

@ -1199,6 +1199,11 @@ static INPUT_PORTS_START( kingball )
PORT_MODIFY("IN1")
PORT_BIT( 0x20, IP_ACTIVE_HIGH, IPT_SPECIAL ) PORT_CUSTOM(kingball_noise_r, NULL) /* NOISE line */
PORT_DIPNAME( 0xc0, 0x40, DEF_STR( Coinage ) )
PORT_DIPSETTING( 0xc0, DEF_STR( 2C_1C ) )
PORT_DIPSETTING( 0x40, DEF_STR( 1C_1C ) )
PORT_DIPSETTING( 0x80, DEF_STR( 1C_2C ) )
PORT_DIPSETTING( 0x00, DEF_STR( Free_Play ) )
PORT_MODIFY("IN2")
PORT_DIPNAME( 0x03, 0x00, DEF_STR( Bonus_Life ) )