カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
グラフィック解決済み修正済み2017-09-15 09:122021-01-12 06:44
 
テスターM.A.S.H.担当者Robbbertソースkonami/surpratk.cpp
バージョン0.189発生バージョン0.36b4修正バージョン0.193
修正コミットプルリク
フラグ
セット suratk
セット詳細
suratk - サプライズアタック (海外版 ver. K)
 
概 要表示領域が狭すぎる。背景回転が実装されていない。
詳 細The visible area of Surprise Attack is 288 x 224 and it's too small since it was added to MAME 0.36b4.
See Surprise Attack_Arcade-MAME0189.png or compare with the video from Corrado Tomaselli
at

You can see there's much space after "INSERT COIN". In MAME the screen end up right after "INSERT COIN".
Also, the full text "Clearance point of this mission" at the end of the first mission can you only see if you set
the visible area to 320x224. That is the complete screen of the game (see Surprise Attack-Text.png).
Change line 191 in drivers\surpratk.cpp from
MCFG_SCREEN_VISIBLE_AREA(14*8, (64-14)*8-1, 2*8, 30*8-1 )
to
MCFG_SCREEN_VISIBLE_AREA(12*8, (64-12)*8-1, 2*8, 30*8-1 )
再現手順 
追加情報 
 
添付ファイルpng fileSurprise Attack_Arcade-MAME0189.png (2017-09-15 09:22)
png fileSurprise Attack-Text.png (2017-09-15 18:22)