summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/validity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/validity.h')
-rw-r--r--src/emu/validity.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/validity.h b/src/emu/validity.h
index 71bcfaa8085..9864b229e61 100644
--- a/src/emu/validity.h
+++ b/src/emu/validity.h
@@ -14,7 +14,7 @@
#ifndef __VALIDITY_H__
#define __VALIDITY_H__
-bool mame_validitychecks(core_options &options, const game_driver *driver);
+void validate_drivers(emu_options &options, const game_driver *driver = NULL);
bool validate_tag(const game_driver &driver, const char *object, const char *tag);
#endif