Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
00226 Sound Minor Have not tried Jan 27, 2008, 04:48 Nov 14, 2014, 11:50
Tester Kold666 View Status Public Platform
Assigned To Resolution Open OS
Status [?] Confirmed Driver
Version 0.113u4 Fixed in Version Build
Fixed in Git Commit Github Pull Request #
Summary 00226: pacland: During the check you can hear a white noise sound. Since 0.89.
Description When you start Pacland in mame, during the check you can hear a white noise sound. Since 0.89.

Follow-up by etabeta: therefore the culprit should be in the functions

namcos1_cus30_r
namcos1_cus30_w

introduced in mame 0.89 to replace namcos1_wavedata_r, namcos1_wavedata_w & namcos1_sound_w...
Steps To Reproduce
Additional Information
Github Commit
Flags Regression
Regression Version 0.89
Affected Sets / Systems pacland
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
1
User avatar
No.11249
Osso
Moderator
Nov 14, 2014, 11:50
You can "fix" this by initializing the noise_seed to 0 instead of 1 in namco_audio_device::device_start(), but it was surely set at 1 for a reason.