| - 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: segas32.c ] | ||||||||||||
| ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update | ||||||||
| 03034 | DIP/Input | Minor | Always | 2009-03-16 13:04 | 2010-02-18 16:55 | ||||||||
| Tester | Tafoid | View Status | Public | ||||||||||
| Assigned To | M.A.S.H. | Platform | MAME (Official Binary) | ||||||||||
| Priority | normal | Resolution | Fixed | OS | Windows 2000 | ||||||||
| Status [?] | Resolved | Driver | segas32.c | ||||||||||
| Projection | None | Version | 0.130 | ||||||||||
| ETA | None | Fixed in Version | 0.136u4 | Build | Normal | ||||||||
| Summary | 03034: scross, scrossu: Control Issues | ||||||||||||
| Description |
The controls are inverted. Pushing left will turn your bike right and pushing right - makes you turn left. Given the state of the control panel - this might be accurate? Also, the "Pull Up/Wheelie" button seems to be in a constant state of ON. |
||||||||||||
| Steps To Reproduce | |||||||||||||
| Additional Information |
During the 0.97 cycle, the driver was completely cleaned up - 0.97u5 is the version that shows the input port changes for this game. |
||||||||||||
| Flags | |||||||||||||
| Regression Version | 0.97u5 | ||||||||||||
| Affected Sets | scross, scrossu | ||||||||||||
| Old BugID | |||||||||||||
| Attached Files |
|
||||||||||||
|
|
|
|
Fujix (Administrator) 2009-03-16 17:44 |
I have maintained this machine in an arcade, and I'm sure current input is messed up. |
|
M.A.S.H. (Senior Tester) 2010-02-04 21:05 |
The input of Stadium Cross works until MAME 0.97u1. In MAME 0.97u2 -> u4 the game doesn't work. And in 0.97u5 the driver multi32.c was merged with segas32.c. I compared the INPUT_PORTS_START( scross ) from 0.97u1 with MAME 0.136u2 and correct them. Use the attached DIFF file here to proof! |
|
Canim (Tester) 2010-02-04 22:53 |
Why is the PORT_KEYDELTA for ANALOG2 set to 4 and not to 10 like it is for Analog 1, 3 and 4? |
|
M.A.S.H. (Senior Tester) 2010-02-04 23:30 |
PORT_KEYDELTA(10) is correct. Thanks for the finding. I've send the correct fix to MAME. |