[Nottingham] x-mame and gxmame.
Michael
perl at tecspy.com
Mon Oct 17 21:25:21 BST 2005
Simon wrote:
> Ok, here is mine:
>
> % xmame -V
> xmame (x11) version 0.100 (Sep 24 2005)
>
> % xmame -vr | tail -3
> Total Supported: 5778
> Found: 1655, of which 1098 correct and 557 incorrect
> Not found: 4122
Pow! That's nearly 1000 more than mine!
> I tried doing the "correct" thing but it produced way too many things
> to cut and paste. Is there an easy way to divert output to a text file
> or something?
xmame -vr | grep " correct" > whatever.txt
NB: the space within " correct" is necessary or you'll match "incorrect"
as well!
Regards,
Michael.
More information about the Nottingham
mailing list