- --
Viewing Issue Advanced Details
| ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 02457 | DIP/Input | Minor | Always | Sep 29, 2008, 21:13 | Apr 9, 2010, 05:03 |
| Tester | M.A.S.H. | View Status | Public | Platform | MAME (Self-compiled) |
| Assigned To | Resolution | Fixed | OS | ||
| Status [?] | Resolved | Driver | |||
| Version | 0.127u5 | Fixed in Version | 0.137u3 | Build | Normal |
| Fixed in Git Commit | Github Pull Request # | ||||
| Summary | 02457: tkoboxng: Unable to coin/start game properly. | ||||
| Description | Unable to coin/start game since MAME 0.82u2. | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Github Commit | |||||
| Flags | |||||
| Regression Version | 0.83 | ||||
| Affected Sets / Systems | tkoboxng | ||||
|
Attached Files
|
|||||
Relationships
| There are no relationship linked to this issue. |
Notes
2
|
No.05834
M.A.S.H. Senior Tester
Mar 6, 2010, 16:21
|
I fixed the input in Vs. TKO Boxing. A game that doesn't work since 0.83. Add after line 1622 in mame\drivers\vsnes.c PORT_MODIFY("COINS") /* IN2 */ PORT_BIT( 0x04, IP_ACTIVE_HIGH, IPT_SERVICE1 ) /* service credit? */ PORT_BIT( 0x20, IP_ACTIVE_HIGH, IPT_COIN1 ) PORT_BIT( 0x40, IP_ACTIVE_HIGH, IPT_COIN2 ) Send it to MAME :) |
|---|---|
|
No.05955
etabeta Developer
Apr 9, 2010, 05:03
|
Fixed by Alex Jackson |