Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: empardopo on February 02, 2015, 03:39:15 am

Title: Problems using Rom Lister
Post by: empardopo on February 02, 2015, 03:39:15 am
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
Code: [Select]
<?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.