This explains the way I am testing MAME/MESS with mame_regtest.
===== MAME =====
== Stable Releases ==
I am using the official binaries.
== Updates ==
I am compiling them by myself using the official build tools and the following command:
mingw32-make SYMBOLS=1 MAP=1 DEBUG=1 UNICODE=1 SUFFIX=u -j 3
== Config ==
I am using this configuration to test MAME:
== Report ==
Using "report_10" from the default create_report configuration you get the results I post on the Wiki.
===== MESS =====
== Stable Releases ==
So far I never tested the stable releases.
== SVN ==
I compile it by myself using the official build tools and the following command:
mingw32-make SYMBOLS=1 MAP=1 DEBUG=1 UNICODE=1 SUFFIX=u TARGET=mess -j 3
== Config ==
I am using this configuration to test MESS:
TODO
== Images ==
There is a set of images I am using to test drivers with mandatory devices.
== Report ==
Using "report_10" from the default create_report configuration you get the results I post on the Wiki.