Readme.txt:
-----------

Here is another Mame Resolution generation tool. This utility will generate .ini files for the different roms based on the Mame XML file.

This tool uses a map table CSV file to generate desired resolutions mapped on the original game resolution.

No decision taken by the software. It only relies on the CSV table.

Features:
---------

- Supports latest Mame XML format (new since 0.162)
- Can add extra parameters to the generated ini files

Requirements:
-------------

- Windows based machine with .NET framework 4.6.1


Usage:
------ 

Extracting resolutions:
-----------------------

- First, you can extract all the different resolutions using the "Extract" button. This will create a file called "Resolutions.csv" in the chosen directory. The "Default resolution" field is the resolution that will be appened to each resolution in the file.

- Experimental "Extract detection" button. So far, it only validates resolution lower than 240x240 and set it at 240x240


Generate INIs:
--------------

- Choose the XML mame file (>=0.162). To generate the XML file you can do it using this command line:

mame.exe -listxml > mame.xml

- Choose your INIs folder.

- Choose your resolution CSV file

- Click the "Generate INIs" button


Extra parameters:
-----------------

You can add some parameters to your INI files by using the text boxes provided.
They are based on the Vertical resolution condition for now. More can be added later.

