summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/xslt
Commit message (Collapse)AuthorAgeFilesLines
* More quality of life features for new source layout: Vas Crabb2022-06-291-0/+60
| | | | | | | | | | | | Added support for wildcards in .flt filter files. You'll need to quote them to avoid /* being parsed as a comment initiator, like "seta/*.cpp" on a line including the quotes. Added an XSLT filter for listing system driver sources, like mame -lx | xsltproc scripts/xslt/list-system-sources.xslt Converted the ci subtarget (which isn't really used much) into a .flt rather than .lua and .lst files.
* remove references to "mame64" from comments hap2021-03-291-1/+1
|
* Add some example XSLTs that operate on -listxml output Vas Crabb2019-01-033-0/+136