カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
クラッシュ/フリーズ重要 (ゲーム)解決済み修正済み2008-02-05 13:482008-02-05 20:36
 
テスターGyrovision担当者 ソースtaito/invqix.cpp
バージョン0.122u8発生バージョン修正バージョン0.123
修正コミットプルリク
フラグ旧BugIDqix.c0122u8red
セット qix, zookeep, elecyoyo, kram, complexx, slither, sdungeron
セット詳細
complexx - Complex X
elecyoyo - The Electric Yo-Yo (set 1)
kram - クラム (set 1)
qix - クイックス (Rev 2)
sdungeon - スペースダンジョン
slither - Slither (set 1)
zookeep - ズーキーパー (set 1)
 
概 要マルチセッションの問題。
詳 細qix.c games with language select option have a multisession problem.

Fix from Atari Ace:
The following is the minimal fix to allow the graphics to work from run to run. A few more variables in machine/qix.c and video/qix.c should be reset as well to avoid some initial video glitches.

--- zz8/src/emu/video/crtc6845.c	2007-12-17 08:37:57.512209000 -0800
+++ 122hack/src/emu/video/crtc6845.c	2008-02-04 17:26:26.064200000 -0800
@@ -91,6 +91,7 @@
 {
 	crtc6845_state *chip = &crtc6845;

+	memset(chip, 0, sizeof(*chip));
 	crtc6845_init();

 	chip->intf = intf;
再現手順 
追加情報 
 
添付ファイル