| カテゴリ | 重要度 | ステータス | 解決状況 | 登録日時 | 最終更新 |
|---|---|---|---|---|---|
DIP/入力 | 中 | 解決済み | 修正済み | 2016-02-29 09:49 | 2016-03-01 06:18 |
| テスター | WindDrake | 担当者 | Haze | ソース | midway/astrocde.cpp |
| バージョン | 0.171 | 発生バージョン | 修正バージョン | 0.172 | |
| 修正コミット | プルリク | ||||
| フラグ | コード検証済み | ||||
| セット | gorf and clones | ||||
| セット詳細 |
gorf - Gorf | ||||
| 概 要 | ランプ出力が間違っている。 | ||||
| 詳 細 | Astrocde.c line 350 Reads: case 7: osd_printf_debug("io_2:%d ", data); break; This output should be piped to a lamp output as it is the output that enables the Quark Laser lamp on the joystick assembly when the game is in play. Code can be changed to (example) case 7: output().set_lamp_value(7, data); break; Which makes MAME properly generate the Quark Laser lamp output. | ||||
| 再現手順 | |||||
| 追加情報 | |||||
| 添付ファイル | |||||