Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
03762 DIP/Input Minor Always Mar 2, 2010, 19:20 Mar 13, 2010, 19:43
Tester Jerry View Status Public Platform MAME (Official Binary)
Assigned To R. Belmont Resolution Fixed OS Windows 2000
Status [?] Resolved Driver
Version 0.136u3 Fixed in Version 0.137u1 Build Normal
Fixed in Git Commit Github Pull Request #
Summary 03762: tekken and clones: Kick button does not work
Description Changed in src\drivers\namcos11.c line 1096 from

PORT_MODIFY( "PLAYER3" )
PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_UNUSED )

PORT_MODIFY( "PLAYER4" )
PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_UNUSED )

to

PORT_MODIFY( "PLAYER3" )
PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_BUTTON3 )
PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_BUTTON4 )
PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_UNUSED )

PORT_MODIFY( "PLAYER4" )
PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_BUTTON3 ) PORT_PLAYER( 2 )
PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_BUTTON4 ) PORT_PLAYER( 2 )
PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_UNUSED )
Steps To Reproduce
Additional Information
Github Commit
Flags
Regression Version
Affected Sets / Systems tekken and clones
Attached Files
 
Relationships
has duplicate 03775ResolvedR. Belmont  primglex: Missing buttons 
Notes
0
There are no notes attached to this issue.