カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
サウンド解決済み修正済み2009-09-05 00:102009-09-05 02:43
 
テスターM.A.S.H.担当者M.A.S.H.ソースdataeast/btime.cpp
バージョン0.133u4発生バージョン0.129修正バージョン0.133u5
修正コミットプルリク
フラグ
セット wtennis
セット詳細
wtennis - プロテニス / World Tennis
 
概 要ボールの音が鳴らない。
詳 細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 !
再現手順 
追加情報 
 
添付ファイル