![EmuCR: MESS EmuCR: MESS](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEintDkDzIolKYCW5w1yQN6Luzd7wkFSQrQC61FPuGchwJBNEfeWQWvO_ivDxZJbMFdpLEPUmvP7sSOICy2mG0jjCEScsIKXsNdIdllSfBDjL7-LIX0lbJTjfpAnqk9FVkveMC0CFStJKMwA/s320/logo.png)
MESS Git Changelog:
* Removed outdated BAD_DUMPs, nw
* Note about an undumped version of UMK3, nw
* Merge pull request #650 from ajrhacker/listclones
New driver specifiers; modify -listclones, -listsource; add -listtree
* New driver specifiers; changes to -listclones, -listsource; add -listtree
Five new specifiers for driver enumeration and all commands depending thereon:
- @source.cpp matches all drivers in source.cpp
- ^driver matches driver and all its clones
- :drivbios matches drivbios and all drivers having it as their BIOS
- ^ matches all drivers excluding clone sets
- : matches all BIOS roots
Note that these new specifiers are not compatible with other wildcards; they only perform normal case-insensitive matches with driver or source file names.
The -listclones command now lists drivers in a completely different, human-readable format. It performs an extra loop to deduce the parent set name if a clone was specified; this causes, for instance, -listclones pacman and -listclones puckman to produce identical output. It includes descriptions with the clone driver names much like -listfull, and uses the parent set's description as a header for its clones. It also recognizes BIOSes and lists unique matching sets with no clones at the end of the output.
The -listsource command outputs not only the source file of each matching driver, but also its parent set and BIOS root (if any). These are output using the new @sourcefile, ^driver and :bios specifiers.
The new -listtree command is a human-readable analogue to -listsource and an alternative to -listclones. It tabulates drivers by source file in tree format, with the names of clones indented under their parents and drivers indented under their respective BIOS roots.
The -listbrothers command remains functionally unchanged, but should be considered somewhat deprecated in favor of the @sourcefile specifier with other listing commands.
Fix include_all counting error causing assert to fail in find_approximate_matches (nw)
Relax dependencies on drivenum.h in UI headers (nw)
* selsoft: fixed search for software list. (nw)
* at: create at motherboard device and split pci and ps2 machines into own files [Carl]
* Fix missing quote (nw)
* Merge pull request #649 from BenjaminSiskoo/patch-2
Update french translation
* Update french translation
* pcap: fix error and crash (nw)
* Merge pull request #648 from BenjaminSiskoo/patch-1
Update strings.po
* Update strings.po
* Update strings.po
French language
Download: MESS Git (2016/02/25) x86
Download: MESS Git (2016/02/25) x64
Source: Here
0 Comments
Post a Comment