Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
09204 Interface Minor Always 4 days ago 4 days ago
Tester hap 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 56c6e00 Github Pull Request #
Summary 09204: UI: Cursor highlight issue in Audio Mixer menu
Description There's an issue with cursor highlight in the Audio Mixer menu, making it difficult to configure multiple routing. Unless you pay real close attention and understand that you have to move the cursor to the bottom after routing changed.
Steps To Reproduce - mame pacman
- go to Audio Mixer menu
- remove all routes
- add 2 channel routes
- set db of the 1st one to 0db, and to 1db for the 2nd one (don't have to do this, it's just to make the bug more visible)
- change Channel or Device of the 1st channel route

Here, MAME internally removes the 1st route, and readds it with the new settings, causing this route to move to the bottom of the list.
However, the cursor remains on the 1st channel route (which was the 2nd route before setting was changed).
Additional Information It broke in this commit right before 0.278 release branch: https://github.com/mamedev/mame/commit/af10f3f21cc03a6dcbfde08850f640e26d9cbb9f
Before that, the cursor correctly moved to the recreated routing. Although it already was pretty surprising to the user that the route section relocates to the bottom.
Github Commit
Flags
Regression Version 0.278
Affected Sets / Systems
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
1
User avatar
No.23458
hap
Developer
4 days ago
I fixed the underlying issue, so reconfiguring(replacing) a mapping won't push it to the bottom.