Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
03651 Graphics Minor Always Jan 8, 2010, 10:31 Jan 8, 2010, 12:21
Tester M.A.S.H. View Status Public Platform MAME (Self-compiled)
Assigned To M.A.S.H. Resolution Fixed OS Windows XP (32-bit)
Status [?] Resolved Driver
Version 0.136 Fixed in Version 0.136u1 Build Normal
Fixed in Git Commit Github Pull Request #
Summary 03651: matmania: Graphical corruption
Description There was a small typo in the MAME 0.135u4 video update of
the Mat Mania video driver, causes missing gfx and colors
(see snpashots 0.135u3/0.135u4)

Changed in src\mame\video\matmania.c line 158 from

matmania_videoram3[offs] + ((matmania_colorram[offs] & 0x08) << 5),
to
matmania_videoram[offs] + ((matmania_colorram[offs] & 0x08) << 5),

I have send this fix to MAME!
Steps To Reproduce
Additional Information
Github Commit
Flags
Regression Version 0.135u4
Affected Sets / Systems matmania
Attached Files
png file icon matmania.png (8,508 bytes) Jan 8, 2010, 10:31
Relationships
There are no relationship linked to this issue.
Notes
0
There are no notes attached to this issue.