Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
06907 Graphics Minor Always Mar 11, 2018, 12:41 Mar 15, 2018, 14:35
Tester Dullaron View Status Public Platform MAME (Official Binary)
Assigned To Resolution Open OS Windows 10 (64-bit)
Status [?] Confirmed Driver
Version 0.195 Fixed in Version Build 64-bit
Fixed in Git Commit Github Pull Request #
Summary 06907: vcircle: Shadows are broken.
Description Shadows are showing as blocks.
Steps To Reproduce Here is a video of the working shadows.
Additional Information
Github Commit
Flags
Regression Version 0.148u2
Affected Sets / Systems vcircle
Attached Files
png file icon 0002.png (77,498 bytes) Mar 13, 2018, 01:44 Uploaded by Dullaron
Dullaron
Relationships
There are no relationship linked to this issue.
Notes
4
User avatar
No.14823
Osso
Moderator
Mar 11, 2018, 17:13
Broke between 0.148 and 0.149, don't have the u builds to check in which one.
User avatar
No.14827
Tafoid
Administrator
Mar 12, 2018, 00:09
Confirmed first broken release
User avatar
No.14832
Dullaron
Tester
Mar 13, 2018, 01:45
Snapshot replaced.
User avatar
No.14842
Osso
Moderator
Mar 15, 2018, 14:35
Commit that regressed this: https://git.redump.net/mame/commit/src/mame/video/jagblit.c?id=18da9b0de21abd806a157c58d4dd22fe415ecbbe

Seems the change of what is now line 485 of video/jagblit.hxx from
if ((adest_phrase_mode || command & 0x10000000) || !inhibit)
to
if ((command & 0x10000000) || !inhibit)
is the origin of the problem.