- --
Viewing Issue Advanced Details
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
03617 | Sound | Minor | Always | Dec 30, 2009, 14:09 | Feb 17, 2011, 12:43 |
Tester | M.A.S.H. | View Status | Public | Platform | MAME (Self-compiled) |
Assigned To | hap | Resolution | Fixed | OS | Windows XP (32-bit) |
Status [?] | Resolved | Driver | |||
Version | 0.135u4 | Fixed in Version | 0.141u3 | Build | Normal |
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 03617: barricad: Collision sound is missing | ||||
Description |
The collision sound in Barricade (RamTek 1976) is missing since 0.128u2. I've added two sound waves from 0.128u1 and 0.128u2. You can clearly hear that at the end of the 0.128u2 wav file the collision sound is missing. There were Discrete sound changes in 0.128u2. So i think some typos were made. |
||||
Steps To Reproduce | |||||
Additional Information | |||||
Github Commit | |||||
Flags | |||||
Regression Version | 0.128u2 | ||||
Affected Sets / Systems | barricad | ||||
Attached Files
|
0128u1.wav (776,488 bytes) Dec 30, 2009, 14:09
| ||||
0128u2.wav (777,532 bytes) Dec 30, 2009, 14:10 | |||||
Relationships
There are no relationship linked to this issue. |
Notes
1
No.07215
hap Developer
Feb 17, 2011, 12:14
|
cause: disc_mth.c COMP_ADDER, if unused high bits are set it returns an undefined result. Should discard/mask off these bits. |
---|