Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
07448 Gameplay Minor Always Oct 7, 2019, 03:37 Oct 7, 2019, 13:33
Tester girosintornillos View Status Public Platform MAME (Official Binary)
Assigned To girosintornillos Resolution Fixed OS
Status [?] Resolved Driver
Version 0.214 Fixed in Version 0.215 Build
Fixed in Git Commit Github Pull Request #
Summary 07448: sci, scia, scij, scin, sciu: Turbo is activated when toggle speed with Shifter
Description During gameplay when change speed with shifter Turbo velocity is automatically activated.

According to service manual page 3 the Turbo Button is on the side of the lever and are not the same of Shift Button
Steps To Reproduce When playing press shifter and automatically Turbo is activated
Additional Information Possible fix? In file taito_z.cpp change line 2604 from:

PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_BUTTON4 ) PORT_NAME("Turbo")

to:

PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_BUTTON3 ) PORT_NAME("Turbo")
Github Commit
Flags
Regression Version
Affected Sets / Systems sci, scia, scij, scin, sciu
Attached Files
png file icon SCI Special Criminal Investigation.png (426,582 bytes) Oct 7, 2019, 03:37 Uploaded by girosintornillos
girosintornillos
Relationships
There are no relationship linked to this issue.
Notes
1
User avatar
No.17051
hap
Developer
Oct 7, 2019, 13:26
Yup, looks like a typo or copypaste mistake. Was it there always or is it a regression (I hope the latter).
Either way, thanks!