mirror of
https://github.com/holub/mame
synced 2025-05-19 20:29:09 +03:00
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:
parent
0585b0a309
commit
f4e36cad0c
@ -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 ) )
|
||||
|
Loading…
Reference in New Issue
Block a user