-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Order for Dips in Mister/Mist #75
Comments
Sure, but If I do anything at the ARC level it will break if it's not supported by the firmware. You need to get this implemented in the mist-firmware first (the ids/values lookup table I mean). |
hi The goal here is:
Thanks |
I understand, but my point is that the mra has more informations than the arc file (the "ids" and "values" attributes). @gyurco, do you confirm? |
Yes, the order is the value. Maybe the ids can be shuffled around according to values, which will make the OSD look not so nice, but at least it will work with the same MRA. |
hi all I think i'm not been able to explain what i'm proposing :( i will try again:
because ids are ordered by their value, mister/mist knows what value has each id and in osd we see 5,2,1,3 2nd
because "values" are there, mister knows, for example, that id 1 represent value 0x80. In OSD we see 1,2,3,5 And we know that mist cant do this 2nd option. don't even know if it is possible to change the firmware to do this or not. My start point is that this isnt possible to do thru the firmware. This 2nd option, at least for me, is the best choice to display dips "ids" in OSD in Mister.
don't know if the idea is more clear now? |
I wrote the same: the ids should be reordered in the ARC file according to values. |
ok sorry... must sleep more :) |
Hi
another request... sorry :)
about the ids of the dips:
we must sort the ids of the dips by its value and not by its name.
giving an example for 1942:
the dip will be:
in osd doesn't make much sense not having the lives sorted. whe should have something like this:
yes, I know that this doesn't work out of the box :)
So, in mister, we can change the sort order of ids for a "dip" having the values for each id.
you can see how in the end of this page:
https://github.com/MiSTer-devel/Main_MiSTer/wiki/Arcade-Roms#Dip-Switches
the "problem" here is mist that doesn't do this.
My question is:
Thanks :)
The text was updated successfully, but these errors were encountered: