You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems MAME only supports using the -list* verbs on systems/devices, not software list items of a particular system.
I like that we can launch a software list item like this:
mame nes 89denku
Now it would be nice to be able to do:
mame -ll "nes:*"
mame -lr "nes:89denku"
The separator : I took from the MAME GUI info convention; could also be /, for example, following paths, or anything as long as it’s an invalid character for system/software names.
Am I correct in thinking this is currently impossible? If so, is there any reason technically it isn’t supportable?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
It seems MAME only supports using the
-list*
verbs on systems/devices, not software list items of a particular system.I like that we can launch a software list item like this:
Now it would be nice to be able to do:
The separator
:
I took from the MAME GUI info convention; could also be/
, for example, following paths, or anything as long as it’s an invalid character for system/software names.Am I correct in thinking this is currently impossible? If so, is there any reason technically it isn’t supportable?
Beta Was this translation helpful? Give feedback.
All reactions