| - As of 0.139u2, some drivers and options show "16-bit EEPROM set with 8-bit data". Check 4030. - Haze is calling for mixing issues with *SINGLE* VDP games in toaplan2.c. Check 4044. |
| Viewing Issue Advanced Details [ Jump to Notes ] | [ View Source: namcos11.c ] | ||||||||||||
| ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update | ||||||||
| 03762 | DIP/Input | Minor | Always | 2010-03-02 19:20 | 2010-03-13 19:43 | ||||||||
| Tester | Jerry | View Status | Public | ||||||||||
| Assigned To | R. Belmont | Platform | MAME (Official Binary) | ||||||||||
| Priority | normal | Resolution | Fixed | OS | Windows 2000 | ||||||||
| Status [?] | Resolved | Driver | namcos11.c | ||||||||||
| Projection | None | Version | 0.136u3 | ||||||||||
| ETA | None | Fixed in Version | 0.137u1 | Build | Normal | ||||||||
| 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 | |||||||||||||
| Flags | |||||||||||||
| Regression Version | |||||||||||||
| Affected Sets | tekken and clones | ||||||||||||
| Old BugID | |||||||||||||
| Attached Files | |||||||||||||
|
|
||||||
|
||||||
| There are no notes attached to this issue. |