Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
04868 Crash/Freeze Minor Always May 25, 2012, 02:41 May 25, 2012, 03:53
Tester M.A.S.H. View Status Public Platform MAME (Self-compiled)
Assigned To M.A.S.H. Resolution Fixed OS Windows XP
Status [?] Resolved Driver
Version 0.146 Fixed in Version 0.146u1 Build Normal
Fixed in Git Commit Github Pull Request #
Summary 04868: joust2: Crash after OK
Description Joust 2 crashed after OK since 0.145u8.
"cvsd" was accidentally replaced with "cvsd_sound".

Changed line 16 in includes\williams.h from
m_cvsd_sound(*this, "cvsd_sound"),
back to
m_cvsd_sound(*this, "cvsd"),

and line 1696 in drivers\williams.c from
MCFG_WILLIAMS_CVSD_SOUND_ADD("cvsd_sound")
back to
MCFG_WILLIAMS_CVSD_SOUND_ADD("cvsd")

Don't forget to delete all williams.o objects
before you compile!
Steps To Reproduce
Additional Information
Github Commit
Flags
Regression Version 0.145u8
Affected Sets / Systems joust2
Attached Files
png file icon joust2-0146.png (4,367 bytes) May 25, 2012, 02:41 Uploaded by M.A.S.H.
M.A.S.H.
Relationships
There are no relationship linked to this issue.
Notes
3
User avatar
No.08653
Tafoid
Administrator
May 25, 2012, 02:59
That is so strange. On my test machine during my regtest, I didn't detect a crash though it did run slower than death looking at the logs.

Hrrrmph... technology :P
User avatar
No.08654
kevenz
Tester
May 25, 2012, 03:07
It doesn't crash for me but it's slow as hell...
User avatar
No.08655
hap
Developer
May 25, 2012, 03:51
thanks