61
clrmame Discussion / Re: Logging of Rebuilt Source Files
« on: 08 August 2014, 11:36 »
Really ?
No problem, on "To Do List" is good enough for me, I live with CMP and it's numerous bugs.
Still the best ROM Manager in the world

The new forum is online, hope you enjoy it!
ok...that 'issue' is fixedI usually confirm your fixes as soon as I download the new build, this time I didn't, sorry..
http://mamedev.emulab.it/clrmamepro/binaries/cmp20140804.rar
nah a crash comes first :-)
Want to Stop ?It's like CMP does not know the file is already present at the Destination.
Error while rebuilding:
A:\Some_File.ext
to
B:\Some_File.ext
Do you want to stop?
logfile naming based on the dat nameWould be great.
Pro_GlobalLogging = On
Logging by %Dat_File_name%hmm...global logging...hmmm....I will think about it
feel free to provide a new better xml.....Hmm, well in all honesty I do see people get confused (often) with the
<?xml version="1.0"?>
<detector>
<name>iNES Header Skipper</name>
<rule start_offset="10">
<data offset="0" value="4E45531A"/>
</rule>
</detector>
<?xml version="1.0"?>
<detector>
<name>iNES Header Skipper</name>
<rule start_offset="10">
<data offset="0" value="4E45531A"/>
</rule>
</detector>
I found for my needs this works perfectly <?xml version="1.0"?>
<detector>
<name>No-Intro NES Dat iNES Header Skipper</name>
<author>Yakushi~Kabuto</author>
<version>20070321</version>
<rule start_offset="10">
<data offset="0" value="4E4553"/>
</rule>
</detector>
This works great for 'Making a DAT' but fails with scanning because of a few files which have4E 45 53 1A 02 01 01 00 00 00 00 00 00 00 00 00
4E 45 53 4D 1A 01 01 01 80 80 80 80 84 80 53 6F
So I tried using yours:<?xml version="1.0"?>
<detector>
<name>Roman's NES Header Skipper</name>
<author>Roman Scherzer</author>
<version>1.0</version>
<rule start_offset="10" end_offset="EOF" operation="none">
<data offset="0" value="4E45531A" result="true"/>
<data offset="8" value="0000000000000000" result="true"/>
</rule>
</detector>
When using your "Header Skipper" to make a dat, I quickly discovered that 85 files I had were<?xml version="1.0"?>
<detector>
<name>No-Intro NES Dat iNES Header Skipper</name>
<rule start_offset="10">
<data offset="0" value="4E45531A"/>
</rule>
</detector>