カテゴリ | 重要度 | ステータス | 解決状況 | 登録日時 | 最終更新 |
---|---|---|---|---|---|
![]() | 低 | 解決済み | 修正済み | 2012-05-26 06:52 | 2012-05-27 09:12 |
テスター | M.A.S.H. | 担当者 | M.A.S.H. | ソース | taito/topspeed.cpp |
バージョン | 0.146 | 発生バージョン | 修正バージョン | 0.146u1 | |
修正コミット | プルリク | ||||
フラグ | |||||
セット | topspeed | ||||
セット詳細 |
![]() | ||||
概 要 | PORT_TOGGLEが設定されていない。またビルトインレイアウトが間違っている。 | ||||
詳 細 | Gear "Shift" is always set to HIGH in Top Speed. If you added PORT_TOGGLE to the Gear input, then you can change to low. Changed line 542 in drivers opspeed.c from PORT_BIT( 0x10, IP_ACTIVE_HIGH, IPT_BUTTON4 ) PORT_PLAYER(1) /* gear shift lo/hi */ to PORT_BIT( 0x10, IP_ACTIVE_HIGH, IPT_BUTTON4 ) PORT_PLAYER(1) PORT_TOGGLE /* gear shift lo/hi */ Also the built-in layout is wrong. LOW = HIGH and HIGH = LOW With LOW you can only drive 200 km/h. With HIGH over 300 km/h. Changed lines 24 and 28 in mame\layout opspeed.lay from <text string="LOW" state="1"> <text string="LOW" state="0"> to <text string="HIGH" state="1"> <text string="HIGH" state="0"> and lines 33 and 37 from <text string="HIGH" state="1"> <text string="HIGH" state="0"> to <text string="LOW" state="1"> <text string="LOW" state="0"> | ||||
再現手順 | |||||
追加情報 | |||||
添付ファイル | ![]() |