カテゴリ | 重要度 | ステータス | 解決状況 | 登録日時 | 最終更新 |
---|---|---|---|---|---|
![]() | 低 | 認証済み | 未処理 | 2013-05-22 08:25 | 2025-01-17 00:19 |
テスター | M.A.S.H. | 担当者 |   | ソース | galaxian/galaxold.cpp |
バージョン | 0.148u5 | 発生バージョン | 0.61 | 修正バージョン | |
修正コミット | プルリク | ||||
フラグ | |||||
セット | 4in1, gmgalax, pacmanbl, ghostmun, crazym, pacmanbla, pacmanblb, pacmanblc | ||||
セット詳細 |
![]() | ||||
概 要 | 表示が切れる。 | ||||
詳 細 | 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); | ||||
再現手順 | |||||
追加情報 | |||||
添付ファイル | ![]() |