- --
Viewing Issue Advanced Details
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
00769 | Crash/Freeze | Critical (emulation) | Have not tried | Feb 5, 2008, 04:48 | Feb 5, 2008, 11:36 |
Tester | Gyrovision | View Status | Public | Platform | |
Assigned To | Resolution | Fixed | OS | ||
Status [?] | Resolved | Driver | |||
Version | 0.122u8 | Fixed in Version | 0.123 | Build | |
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 00769: qix, zookeep, elecyoyo, kram, complexx, slither, sdungeron: Multisession problem. | ||||
Description |
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; |
||||
Steps To Reproduce | |||||
Additional Information | |||||
Github Commit | |||||
Flags | |||||
Regression Version | |||||
Affected Sets / Systems | qix, zookeep, elecyoyo, kram, complexx, slither, sdungeron | ||||
Attached Files
|
|||||
Relationships
There are no relationship linked to this issue. |
Notes
0
There are no notes attached to this issue. |