Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
01757 Graphics Minor Always Apr 27, 2008, 18:59 Apr 29, 2008, 06:16
Tester Tafoid View Status Public Platform MAME (Self-compiled)
Assigned To robiza Resolution Fixed OS Windows 2000
Status [?] Resolved Driver
Version 0.124u4 Fixed in Version 0.124u5 Build Athlon
Fixed in Git Commit Github Pull Request #
Summary 01757: fieldday, undoukai: Graphics Corruption.
Description Both sets exhibit a small graphics corruption starting in 0.124u4.
Attached shots from both sets - they seem to appear in different places.
Steps To Reproduce
Additional Information
Github Commit
Flags
Regression Version 0.124u4
Affected Sets / Systems fieldday, undoukai
Attached Files
png file icon fieldday.png (2,362 bytes) Apr 27, 2008, 18:59
png file icon undoukai.png (2,236 bytes) Apr 27, 2008, 19:00
Relationships
There are no relationship linked to this issue.
Notes
1
User avatar
No.00833
robiza
Developer
Apr 28, 2008, 17:10
VIDEO_START( fortyl )
{
fortyl_pixram1 = auto_malloc(0x4000);
fortyl_pixram2 = auto_malloc(0x4000);
memset(fortyl_pixram1,0,0x4000);
memset(fortyl_pixram2,0,0x4000);

you can clean the memory when allocated