diff options
author | 2010-01-11 12:55:43 +0000 | |
---|---|---|
committer | 2010-01-11 12:55:43 +0000 | |
commit | d51770b70fc77f57321c9ca246b6515cfeebe5f7 (patch) | |
tree | 69ab08a7dca53d24289c3b055d3d62fa21298a95 /src/emu/config.h | |
parent | 508c8ad7df2e114afb8b12283755571448f1c846 (diff) |
Added the mameconfig version to the -listxml output [Oliver Stoneberg]
---------- Forwarded message ----------
From: Oliver Stöneberg <oliverst@online.de>
Date: Thu, Dec 31, 2009 at 2:45 PM
Subject: mameconfig version in -listxml
To: submit@mamedev.org
This patch adds the mameconfig version to the -listxml output
Diffstat (limited to 'src/emu/config.h')
-rw-r--r-- | src/emu/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/config.h b/src/emu/config.h index 61fb9f58862..c34bb1bea6b 100644 --- a/src/emu/config.h +++ b/src/emu/config.h @@ -24,6 +24,8 @@ * *************************************/ +#define CONFIG_VERSION 10 + enum { CONFIG_TYPE_INIT = 0, /* opportunity to initialize things first */ |