カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
DIP/入力解決済み修正済み2011-05-25 18:482011-06-06 02:06
 
テスターHaze担当者galibertソースamiga/upscope.cpp
バージョン0.142u4発生バージョン0.142u4修正バージョン0.142u5
修正コミットプルリク
フラグ
セット upscope + others
セット詳細
upscope - Up Scope
 
概 要入力ポートのPORT_CENTERDELTA設定が、PORT_KEYDELTAの値を上書きしてしまう。
詳 細this is likely to affect more drivers, but picking upscope as an example

static INPUT_PORTS_START( upscope )
PORT_START("POT1DAT")
PORT_BIT( 0xff, 0x80, IPT_PADDLE) PORT_SENSITIVITY(25) PORT_MINMAX(0x02,0xfe) PORT_KEYDELTA(5) PORT_CENTERDELTA(0) PORT_REVERSE

if you look in the ANALOG CONTROLS menu you'll see that Paddle Digital speed gets set to 0, instead of 5. Basically it's getting set to whatever PORT_CENTERDELTA is in the source, rather than KEYDELTA.
再現手順 
追加情報 
 
添付ファイル