Disable ROM_VERIFY (turn it on if checking sets using MAMEdiff)
This commit is contained in:
parent
64c3041323
commit
361a097e8e
2
makefile
2
makefile
|
@ -40,7 +40,7 @@ INCLUDE_7Z_SUPPORT = 1
|
||||||
DEBUG = 1
|
DEBUG = 1
|
||||||
|
|
||||||
# Include rom set verifying features (comment this for release builds)
|
# Include rom set verifying features (comment this for release builds)
|
||||||
ROM_VERIFY = 1
|
#ROM_VERIFY = 1
|
||||||
|
|
||||||
# Force recompilation of files that need it (i.e. use __TIME__, __DATE__, SPECIALBUILD).
|
# Force recompilation of files that need it (i.e. use __TIME__, __DATE__, SPECIALBUILD).
|
||||||
FORCE_UPDATE = 1
|
FORCE_UPDATE = 1
|
||||||
|
|
Loading…
Reference in New Issue