Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
02142 Sound Major Always Aug 22, 2008, 00:03 Aug 22, 2008, 22:16
Tester Robbbert View Status Public Platform MAME (Self-compiled)
Assigned To couriersud Resolution Fixed OS Windows XP/Vista 32-bit
Status [?] Resolved Driver
Version 0.127 Fixed in Version 0.127u1 Build Normal
Fixed in Git Commit Github Pull Request #
Summary 02142: centipdb, magworm, millpac: No Sound
Description These sets have no sound.
Steps To Reproduce
Additional Information
Github Commit
Flags
Regression Version 0.124u4
Affected Sets / Systems centipdb, magworm, millpac
Attached Files
 
Relationships
related to 02099Resolvedaaron Various: [debug] Clipped samples 
Notes
3
User avatar
No.02159
Tafoid
Administrator
Aug 22, 2008, 00:19
Yes. Already reported here: 02099
Those games showed up on debug test as being audio being completely clipped. I should have made it it's own bug...
User avatar
No.02178
robiza
Developer
Aug 22, 2008, 16:25
edited on: Aug 22, 2008, 17:54
in centipdb with AY8910_SINGLE_OUTPUT or AY8910_DISCRETE_OUTPUT in configuration the sound works

static const ay8910_interface centipdb_ay8910_interface =
{
AY8910_SINGLE_OUTPUT,
AY8910_DEFAULT_LOADS,
caterplr_rand_r,
NULL,
NULL,
NULL
};
User avatar
No.02187
Robbbert
Senior Tester
Aug 22, 2008, 22:16
Fix confirmed with magworm, thanks!