カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
DIP/入力解決済み修正済み2012-05-26 06:522012-05-27 09:12
 
テスターM.A.S.H.担当者M.A.S.H.ソースtaito/topspeed.cpp
バージョン0.146発生バージョン修正バージョン0.146u1
修正コミットプルリク
フラグ
セット topspeed
セット詳細
topspeed - フルスロットル / Top Speed (海外版)
 
概 要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">
再現手順 
追加情報 
 
添付ファイルpng filetopspeed-0.146.png (2012-05-26 06:58)