カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
グラフィック認証済み未処理2013-05-22 08:252025-01-17 00:19
 
テスターM.A.S.H.担当者 ソースgalaxian/galaxold.cpp
バージョン0.148u5発生バージョン0.61修正バージョン
修正コミットプルリク
フラグ
セット 4in1, gmgalax, pacmanbl, ghostmun, crazym, pacmanbla, pacmanblb, pacmanblc
セット詳細
4in1 - 4 Fun in 1
 
概 要表示が切れる。
詳 細The sprites in the game Ghost Muncher in "4 Fun in 1" are cut off.
This problem is since the game was added in MAME 0.61.
If you correct the spritevisiblearea in galaxold_state::draw_sprites the problem is fixed (see animated GIF).

Changed in video\galaxold.c line 1645 from:

const rectangle spritevisiblearea(2*8+1, 32*8-1, 2*8, 30*8-1);
to
const rectangle spritevisiblearea(0*8, 32*8-1, 2*8, 30*8-1);
再現手順 
追加情報 
 
添付ファイルgif file4in1_MAME061-148u5.gif (2013-05-22 08:25)