- --
Viewing Issue Advanced Details
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
09052 | Misc. | Minor | Always | Dec 27, 2024, 01:44 | Dec 28, 2024, 06:22 |
Tester | AchillesPDX | View Status | Public | Platform | MAME (Official Binary) |
Assigned To | AchillesPDX | Resolution | Fixed | OS | Windows 10/11 (64-bit) |
Status [?] | Resolved | Driver | |||
Version | 0.272 | Fixed in Version | 0.274 | Build | 64-bit |
Fixed in Git Commit | 52397fd | Github Pull Request # | |||
Summary | 09052: rchase: Recoil outputs broken | ||||
Description | Rail Chase should output "P1_Gun_Recoil" and "P2_Gun_Recoil" but instead only outputs a single "P%_Gun_Recoil" which seems to be the recoil of gun 2. | ||||
Steps To Reproduce |
In mame.ini set output to windows launch Mame Hooker 5.1 load rchase insert credits start game start shooting observe Mame Hooker debug window for Outputs |
||||
Additional Information |
Looks like this commit is the culprit: https://github.com/mamedev/mame/commit/2eede254265151d46f0598366c3fc07ec19b00c6 |
||||
Github Commit | |||||
Flags | |||||
Regression Version | 0.259 | ||||
Affected Sets / Systems | rchase | ||||
Attached Files
|
Screenshot 2024-12-26 174130.png (7,162 bytes) Dec 27, 2024, 01:44 Uploaded by AchillesPDX Screenshot of Mame Hooker output
| ||||
Relationships
There are no relationship linked to this issue. |
Notes
1
No.22705
Osso Moderator
Dec 27, 2024, 07:02
|
Thanks for reporting, I typoed line 56 of segaybd.h. Should be , m_gun_recoil(*this, "P%u_Gun_Recoil", 1U) I'll fix later today, if someone else doesn't do it before. |
---|