カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
DIP/入力解決済み実機のバグ----
 
テスター-MAME Source-担当者 ソースtehkan/bombjack.cpp
バージョンN/A発生バージョン修正バージョン
修正コミットプルリク
フラグソース内の記述
セット bombjack
セット詳細
bombjack - ボンジャック (set 1)
 
概 要コードのパッチのせいで、Bonus LifeのDIP設定にかかわらずエクステンドしない。
詳 細"Bonus Life" Dip Switches NEVER give extra lives because of patched code at 0x5a07 :
"push af" instruction (0xe5) has been replaced by "ret" instruction (0xc9).
However, they still affect hi-scores table due to code at 0x0945 :
     value     bonus life       hi-scores

     0x00   none                 10000
     0x01   every 100k          100000
     0x02   every 30k            30000
     0x03   50k only             50000
     0x04   100k only           100000
     0x05   50k and 100k         50000
     0x06   100k and 300k       100000
     0x07   50k 100k and 300k    50000
再現手順 
追加情報 
 
添付ファイル