This explains the way I am testing MAME/MESS with mame_regtest.
I am using the official binaries.
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
I am using this configuration to test MAME:
Using “report_10” from the default create_report configuration you get the results I post on the Wiki.
So far I never tested the stable releases.
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
I am using this configuration to test MESS:
TODO
There is a set of images I am using to test drivers with mandatory devices.
Using “report_10” from the default create_report configuration you get the results I post on the Wiki.