We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi
In the XML of MAME is an attribute "sourcefile" for example
<machine name="005" sourcefile="sega/segag80r.cpp" sampleof="005">
We can use it to see which source file is used and also know what pinball system.
In pinmame there is no attribute "sourcefile" so we can't see what code the machine is using and don't know the system. Example:
<game name="genesifp" cloneof="genesis" romof="genesis" sampleof="pinmame">
I'm writing a small pinmame frontend to see information about the pinballs.
Would it be possible to add the attribute "sourcefile" in the XML?
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi
In the XML of MAME is an attribute "sourcefile" for example
<machine name="005" sourcefile="sega/segag80r.cpp" sampleof="005">
We can use it to see which source file is used and also know what pinball system.
In pinmame there is no attribute "sourcefile" so we can't see what code the machine is using and don't know the system.
Example:
<game name="genesifp" cloneof="genesis" romof="genesis" sampleof="pinmame">
I'm writing a small pinmame frontend to see information about the pinballs.
Would it be possible to add the attribute "sourcefile" in the XML?
Thanks
The text was updated successfully, but these errors were encountered: