- --
Viewing Issue Advanced Details
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
03535 | Documentation | Minor | Always | Nov 15, 2009, 03:36 | Nov 17, 2009, 17:48 |
Tester | joemagiera | View Status | Public | Platform | MAMEUI |
Assigned To | Haze | Resolution | Fixed | OS | Windows XP (32-bit) |
Status [?] | Resolved | Driver | |||
Version | 0.135 | Fixed in Version | 0.135u1 | Build | Normal |
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 03535: 3stooges: P1-P2-P3 button does not match documentation (input (this game)) | ||||
Description |
For Player 1, "Input (This game)" say the button is CTRL, when it's really A for Player 2 says the button is A when it's really right CTRL for Player 3 says the button is right CTRL when it's really left CTRL |
||||
Steps To Reproduce | play the game and wiggle player 1, 2 or 3 joystick, and then try the buttons to see which one works with the appropriate joystick you wiggled. | ||||
Additional Information | |||||
Github Commit | |||||
Flags | |||||
Regression Version | |||||
Affected Sets / Systems | 3stooges | ||||
Attached Files
|
|||||
Relationships
There are no relationship linked to this issue. |
Notes
1
No.05163
Haze Senior Tester
Nov 15, 2009, 14:44
edited on: Nov 15, 2009, 14:46 |
it looks like somebody fixed the button order at some point, but didn't correct the joystick reading order to go with that static CUSTOM_INPUT( stooges_joystick_r ) { - static const char *const joyport[] = { "P1JOY", "P2JOY", "P3JOY", NULL }; + static const char *const joyport[] = { "P2JOY", "P3JOY", "P1JOY", NULL }; |
---|