- --
Viewing Issue Advanced Details
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
09200 | Sound | Minor | Random | 2 days ago | 1 day ago |
Tester | tenpar | View Status | Public | Platform | MAME (Official Binary) |
Assigned To | hap | Resolution | Fixed | OS | Windows 10/11 (64-bit) |
Status [?] | Resolved | Driver | |||
Version | 0.278 | Fixed in Version | 0.279GIT | Build | 64-bit |
Fixed in Git Commit | 867ae9a | Github Pull Request # | |||
Summary | 09200: starforc: Rarely no sound on Star Force | ||||
Description |
Rarely some sounds do not sound on Star Force. The condition of occurrence is unknown. 1. coin sound 2. BGM right after the game starts 3. BGM when Rarios appear 4. BGM when special bonus is obtained 5. Part of BGM when clearing an area The following occurs every time. 6. SE when bonus is added after clearing an area is interrupted. You should be able to confirm 3, 4 and 6 in the attached inp file. (Confirmed in the initial environment and in the environment after modifying mame.ini) |
||||
Steps To Reproduce |
After storing the inp file in the attached zip file in the inp folder, execute the following command. mame starforc -playback starforc In my environment, I could reproduce 3, 4 and 6 no matter how many times I played them. I hope you can reproduce it in your environment. |
||||
Additional Information | |||||
Github Commit | |||||
Flags | |||||
Regression Version | |||||
Affected Sets / Systems | starforc | ||||
Attached Files
|
inp file | ||||
Relationships
There are no relationship linked to this issue. |
Notes
2
![]() No.23442
hap Developer
2 days ago
|
#6 is fixed after lowering refresh rate here: https://github.com/mamedev/mame/commit/867ae9a635dc810861ec9700a741a918e47dd15d I can confirm the other 5 bugs with your INP file on 0.278. I can't repro it by playing the game myself after my above commit. Try -cheat and lower the refresh rate to 59, check if the bugs goes away? |
---|---|
![]() No.23443
tenpar Tester
2 days ago
|
Glad the inp file helped. I tried to change the refresh rate with the Slider Control menu but it did not work. I tried building with all the source I got from Git and it seems to work fine. (The inp file was not available). Thanks for the fix. |