Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
04594 Sound Major Always Jan 7, 2012, 01:08 Jan 7, 2012, 15:53
Tester darq View Status Public Platform
Assigned To Resolution Fixed OS
Status [?] Resolved Driver
Version 0.144u4 Fixed in Version 0.144u5 Build
Fixed in Git Commit Github Pull Request #
Summary 04594: All sets in wiz.c: Missing Sound and/or Music
Description Most music and sound is missing from all games in the driver including:
wiz
scion
kungfut
Steps To Reproduce
Additional Information Posted to: http://www.mameworld.info/ubbthreads/showthreaded.php?Cat=&Number=272362 by Darq

Please replace the line:
device_set_input_line (device, 0, HOLD_LINE);

with:
device_set_input_line (device, INPUT_LINE_NMI, PULSE_LINE);

in sound_timer_irq.
Github Commit
Flags
Regression Version 0.144u2
Affected Sets / Systems All sets in wiz.c
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
1
User avatar
No.08015
hap
Developer
Jan 7, 2012, 15:52
fixed by Darq