Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
03558 Crash/Freeze Major Always Dec 2, 2009, 01:57 Dec 2, 2009, 07:29
Tester M.A.S.H. View Status Public Platform MAME (Self-compiled)
Assigned To etabeta Resolution Fixed OS Windows XP (32-bit)
Status [?] Resolved Driver
Version 0.135u2 Fixed in Version 0.135u3 Build Normal
Fixed in Git Commit Github Pull Request #
Summary 03558: Access Violation caused by driver struct, video/spriteram changes.
Description This is a first list of drivers that doesn't work since 0.135u2:

actfancr.c (only Act-Fancer Cybernetick, not Trio The Punch)
ambush.c
brkthru.c (only Darwin 4078, not Break Thru)
marineb.c
Steps To Reproduce
Additional Information
Github Commit
Flags
Regression Version 0.135u2
Affected Sets / Systems
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
1
User avatar
No.05229
etabeta
Developer
Dec 2, 2009, 07:26
edited on: Dec 2, 2009, 11:01
Thanks for spotting these. They slip through my checks when generic videoram/spriteram sizes were removed from these drivers, and/or when some cpu were moved to driver struct (to slightly speed up the access).

all fixed for u3.

I don't expect many more drivers to have similar regressions, but feel free to post any other problem you find.