Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
03418 Crash/Freeze Critical (emulator) Always Sep 2, 2009, 16:32 Sep 2, 2009, 17:18
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.133u4 Fixed in Version 0.133u5 Build Normal
Fixed in Git Commit Github Pull Request #
Summary 03418: dday, ddayc: Access Violation after coin insertion
Description Crashed after insert coin with the message: Exception at EIP=00A7B3D3: ACCESS VIOLATION...

In MAME 0.129u4 the D-Day video driver (src\mame\video\dday.c) was updated.
Only line 300 was changed from:

sndti_reset(SOUND_AY8910, 0);
to
devtag_reset(space->machine, "ay");


But the game uses 2x AY-3-8910A and the correct AY8910 number is ay1 ==>

devtag_reset(space->machine, "ay1");


The FIX was submitted to MAME :)
Steps To Reproduce
Additional Information
Github Commit
Flags
Regression Version 0.129u4
Affected Sets / Systems dday, ddayc
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
0
There are no notes attached to this issue.