カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
サウンド解決済み修正済み2016-12-24 09:592017-01-22 13:27
 
テスターM.A.S.H.担当者system11ソースedevices/stlforce.cpp
バージョン0.180発生バージョン修正バージョン0.182
修正コミットプルリク
フラグ実機・資料検証済み
セット stlforce
セット詳細
stlforce - Steel Force
 
概 要OKI6295の速度が遅すぎる。
詳 細The music/sound speed of the OKI6295 in Steel Force is too slow.
I found an arcade video of the game and compare the music at time=1:08s with the one in MAME.
The OKI6295 speed in MAME is 937500 Hz, that's the board cyrstal divided by 16 (15Mhz / 16 = 937500 Hz)
A factor of 14 is exactly the speed in the video.

Changed line 213 in drivers\stlforce.cpp from

MCFG_OKIM6295_ADD("oki", 937500 , OKIM6295_PIN7_HIGH)
to
MCFG_OKIM6295_ADD("oki", XTAL_15MHz/14, OKIM6295_PIN7_HIGH)

and check it!
再現手順 
追加情報Steel Force arcade attract mode



Watch t=1:08
 
添付ファイルmp3 filestlforce_MAME0180.mp3 (2016-12-24 09:59)
mp3 filestlforce_Youtube-Video.mp3 (2016-12-24 10:01)
mp3 filestlforce_XTAL_15MHz-14.mp3 (2016-12-24 10:01)