Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
03426 Sound Minor Always Sep 4, 2009, 15:10 Sep 4, 2009, 17:43
Tester M.A.S.H. View Status Public Platform MAME (Self-compiled)
Assigned To M.A.S.H. Resolution Fixed OS Windows XP (32-bit)
Status [?] Resolved Driver
Version 0.133u4 Fixed in Version 0.133u5 Build Normal
Fixed in Git Commit Github Pull Request #
Summary 03426: wtennis: Missing ball sound
Description The btime.c driver was changed in MAME 0.129 from Aaron:

MAME 0.129:
Burger Time hardware fixes: [Aaron Giles]
 * corrected sound IRQ rate and handling
 * removed lnc audio reset hack
 * full audio memory maps based on schematics
 * corrected video timing

The btime sound was also changed, so no ball sound in World Tennis.
But the game Tennis (bootleg of Pro Tennis), same game - same driver, has sound.
I looked into the DRIVER_INIT of Tennis and it uses after the 0.129 changes
another audio_nmi_enable_type, but this works in World Tennis.

To fixed the missing ball sound replaced line 2100 in DRIVER_INIT( wtennis )
of drivers/btime.c from


audio_nmi_enable_type = AUDIO_ENABLE_DIRECT;

to

audio_nmi_enable_type = AUDIO_ENABLE_AY8910;



That's all !
Steps To Reproduce
Additional Information
Github Commit
Flags
Regression Version 0.129
Affected Sets / Systems wtennis
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
0
There are no notes attached to this issue.