mirror of
https://github.com/holub/mame
synced 2025-07-06 18:39:28 +03:00
kaneko16.c: Fill in missing dip locations for Pack N' Bang Bang - NW
This commit is contained in:
parent
9eae604f2b
commit
fe7134b870
@ -1511,15 +1511,15 @@ static INPUT_PORTS_START( packbang )
|
||||
PORT_DIPSETTING( 0x03, DEF_STR( Normal ) )
|
||||
PORT_DIPSETTING( 0x01, DEF_STR( Hard ) )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( Hardest ) )
|
||||
PORT_DIPNAME( 0x04, 0x04, "Timer Speed" )
|
||||
PORT_DIPNAME( 0x04, 0x04, "Timer Speed" ) PORT_DIPLOCATION("SW2:3")
|
||||
PORT_DIPSETTING( 0x00, "Slow" )
|
||||
PORT_DIPSETTING( 0x04, "Standard" )
|
||||
PORT_DIPNAME( 0x18, 0x18, DEF_STR( Language ) )
|
||||
PORT_DIPNAME( 0x18, 0x18, DEF_STR( Language ) ) PORT_DIPLOCATION("SW2:4,5")
|
||||
PORT_DIPSETTING( 0x00, "Invalid" ) // Japanese text, Korean Kaneko logo 'Unusued' according to test mode
|
||||
PORT_DIPSETTING( 0x08, DEF_STR( Korea ) )
|
||||
PORT_DIPSETTING( 0x10, DEF_STR( Japan ) )
|
||||
PORT_DIPSETTING( 0x18, DEF_STR( World ) )
|
||||
PORT_DIPNAME( 0x20, 0x20, DEF_STR( Free_Play ) )
|
||||
PORT_DIPNAME( 0x20, 0x20, DEF_STR( Free_Play ) ) PORT_DIPLOCATION("SW2:6")
|
||||
PORT_DIPSETTING( 0x20, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
|
||||
PORT_DIPNAME( 0x40, 0x40, DEF_STR( Demo_Sounds ) ) PORT_DIPLOCATION("SW2:7")
|
||||
|
Loading…
Reference in New Issue
Block a user