- --
Viewing Issue Advanced Details
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
01130 | Sound | Minor | Always | Feb 11, 2008, 18:52 | Feb 2, 2012, 20:10 |
Tester | Shifty | View Status | Public | Platform | |
Assigned To | Resolution | Bugs That Aren't Bugs | OS | ||
Status [?] | Resolved | Driver | |||
Version | 0.36b3 | Fixed in Version | Build | ||
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 01130: karatevs, kchamp, kchampvs: Sound bug - no sound effect plays when first credit is input. | ||||
Description | Sound bug - no sound effect plays when first credit is input (works for subsequent credits). | ||||
Steps To Reproduce | |||||
Additional Information | Tafoid: Clone set karatedo does give sound for the first credit as opposed to the other 3 sets that do not. | ||||
Github Commit | |||||
Flags | |||||
Regression Version | |||||
Affected Sets / Systems | karatevs, kchamp, kchampvs | ||||
Attached Files
|
|||||
Relationships
Notes
2
No.03917
robiza Developer
Mar 8, 2009, 14:50
|
the sound is interrupted (partially played) in kchamp there's a sound reset command in karatedo the sound reset command is not present static READ8_HANDLER( sound_reset_r ) { cpu_set_input_line(space->machine->cpu[1], INPUT_LINE_RESET, PULSE_LINE); return 0; } |
---|---|
No.08141
Tafoid Administrator
Feb 2, 2012, 20:10
|
Thanks to checking of his PCB by Kold666, this has been seen as original behavior and therefore, not a real bug (BTANB). |