Hi,
I put some roms in a directory (e:\retos).
I try to generate a xml file only including the roms in my retos directory.
I get this file
<?xml version="1.0"?>
<!-- ROMDir2XML generated by ROMLister -->
<romdir2xml>
<game name="kungfum">
<description>kungfum</description>
<year>????</year>
<manufacturer>Unknown</manufacturer>
</game>
<game name="strider2">
<description>strider2</description>
<year>????</year>
<manufacturer>Unknown</manufacturer>
</game>
<game name="zerotime">
<description>zerotime</description>
<year>????</year>
<manufacturer>Unknown</manufacturer>
</game>
</romdir2xml>
Why the description field is wrong? I get the same value in the description and in the rom.
For example, for the rom kungfum the description field should be KungFu Master. In my original xml file I have the correct value.
Any idea?
Thanks in advance.