summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/config.h')
-rw-r--r--src/emu/config.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/emu/config.h b/src/emu/config.h
index e94b0bfbb2f..56702cd1c70 100644
--- a/src/emu/config.h
+++ b/src/emu/config.h
@@ -24,15 +24,15 @@
*
*************************************/
-#define CONFIG_VERSION 10
+#define CONFIG_VERSION 10
enum
{
- CONFIG_TYPE_INIT = 0, /* opportunity to initialize things first */
- CONFIG_TYPE_CONTROLLER, /* loading from controller file */
- CONFIG_TYPE_DEFAULT, /* loading from default.cfg */
- CONFIG_TYPE_GAME, /* loading from game.cfg */
- CONFIG_TYPE_FINAL /* opportunity to finish initialization */
+ CONFIG_TYPE_INIT = 0, /* opportunity to initialize things first */
+ CONFIG_TYPE_CONTROLLER, /* loading from controller file */
+ CONFIG_TYPE_DEFAULT, /* loading from default.cfg */
+ CONFIG_TYPE_GAME, /* loading from game.cfg */
+ CONFIG_TYPE_FINAL /* opportunity to finish initialization */
};
@@ -58,4 +58,4 @@ void config_register(running_machine &machine, const char *nodename, config_save
int config_load_settings(running_machine &machine);
void config_save_settings(running_machine &machine);
-#endif /* __CONFIG_H__ */
+#endif /* __CONFIG_H__ */