Oh, I think I misundestood the whats new file for 87u2?
So, if I was to not want the validity checks to run, I would have to comment out the "MAME_VALIDITYCHECKS macro" in the source? I was thinking that this was something you could specify via command line?
Like "mame.exe -noMame_VALIDITYCHECKS" or something?
Misc updates [Nathan Woods]
src/mame.c:
- Created a MAME_VALIDITYCHECKS macro that when defined, can specify whether validity checks should be run. If undefined, it defaults to running the validity checks. This will facilitate turning off validity checks in MAME derivative projects.
Please DO NOT turn these off if you are making changes to the Mame
source, any changes which fail the validity checks will be rejected.