| カテゴリ | 重要度 | ステータス | 解決状況 | 登録日時 | 最終更新 |
|---|---|---|---|---|---|
ゲームプレイ | 低 | 解決済み | 修正済み | 2019-10-07 12:37 | 2019-10-07 22:33 |
| テスター | girosintornillos | 担当者 | girosintornillos | ソース | taito/taito_z.cpp |
| バージョン | 0.214 | 発生バージョン | 修正バージョン | 0.215 | |
| 修正コミット | プルリク | ||||
| フラグ | |||||
| セット | sci, scia, scij, scin, sciu | ||||
| セット詳細 |
sci - S.C.I (海外版 set 1) | ||||
| 概 要 | シフトするとターボがかかってしまう。 | ||||
| 詳 細 | 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 | ||||
| 再現手順 | When playing press shifter and automatically Turbo is activated | ||||
| 追加情報 | 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") | ||||
| 添付ファイル | |||||