カテゴリ | 重要度 | ステータス | 解決状況 | 登録日時 | 最終更新 |
---|---|---|---|---|---|
![]() | 低 | 解決済み | 修正済み | 2008-01-28 14:47 | 2012-06-10 12:26 |
テスター | -Misc Reporters- | 担当者 | Kale | ソース | speedatk.cpp |
バージョン | 0.120 | 発生バージョン | 修正バージョン | 0.141u3 | |
フラグ | 旧BugID | speedatk0120gre | |||
セット | speedatk | ||||
セット詳細 |
![]() | ||||
概 要 | 画面反転を有効にすると、グラフィックが一方に寄ってしまう。 | ||||
詳 細 | When you activate the flip screen the graphics are moved over to one side. Robbbert says : It's easy to fix. src\mame\video\speedatk.c Go right to the bottom, you see a section VIDEO_START ( speedatk ) Add an extra line to it: tilemap_scroll_dx(bg_tilemap, 0, 48); There is another bug, on the second screen of the attract sequence, the logo is missing. This is easily fixed by modifying static TILE_GET_INFO ( get_tile_info ) section. Where it says color += 2; change it to read: if (colorram[tile_index] < 254) color += 2; | ||||
再現手順 | |||||
追加情報 | |||||
添付ファイル |