| カテゴリ | 重要度 | ステータス | 解決状況 | 登録日時 | 最終更新 |
|---|---|---|---|---|---|
クラッシュ/フリーズ | 重要 (ゲーム) | 解決済み | 修正済み | 2008-02-05 13:48 | 2008-02-05 20:36 |
| テスター | Gyrovision | 担当者 |   | ソース | taito/invqix.cpp |
| バージョン | 0.122u8 | 発生バージョン | 修正バージョン | 0.123 | |
| 修正コミット | プルリク | ||||
| フラグ | 旧BugID | qix.c0122u8red | |||
| セット | qix, zookeep, elecyoyo, kram, complexx, slither, sdungeron | ||||
| セット詳細 |
complexx - Complex X elecyoyo - The Electric Yo-Yo (rev 1) kram - クラム (rev 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; | ||||
| 再現手順 | |||||
| 追加情報 | |||||
| 添付ファイル | |||||