カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
クラッシュ/フリーズ重要 (ゲーム)解決済み修正済み2017-10-05 17:142017-10-08 01:28
 
テスターM.A.S.H.担当者Kaleソースsega/stv.cpp
バージョン0.190発生バージョン0.184修正バージョン0.191
修正コミットプルリク
フラグ
セット grdforce
セット詳細
grdforce - ガーディアンフォース (JUET 980318 V0.105)
 
概 要コイン投入後固まる。
詳 細Guardian Force hangs after insert coin with black screen since MAME 0.184
再現手順 
追加情報Sea Bass Fishing was fixed in MAME 0.184:
http://mametesters.org/view.php?id=4454
MAME 0.185: https://github.com/mamedev/mame/commit/c1f721a2504383df297017bfac622a97e3b1c7f7
Update MAME 0.185: https://github.com/mamedev/mame/commit/28e287458e5000b7f9ea833251605526e40ab33e
Sea Bass explicitly wants a monitor mode bit to be 0 when screen is disabled from bios to game transition.

This fix has something to do with Guardian Force. Deleting the following lines in video\stvvdp2.cpp (line 6010) fixed the hang/black screen
// if(STV_VDP2_LSMD == 0) // same for non-interlace mode
// {
// if((STV_VDP2_HRES & 1) == 0)
// return STV_VDP2_DISP;
//
// return 1;
// }
 
添付ファイル