diff options
Diffstat (limited to 'src/frontend/mame/info.cpp')
-rw-r--r-- | src/frontend/mame/info.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/frontend/mame/info.cpp b/src/frontend/mame/info.cpp index f20175e4998..16132e7396f 100644 --- a/src/frontend/mame/info.cpp +++ b/src/frontend/mame/info.cpp @@ -9,7 +9,6 @@ ***************************************************************************/ #include "emu.h" -#include "mame.h" #include "mameopts.h" #include "machine/ram.h" #include "sound/samples.h" @@ -216,7 +215,7 @@ void info_xml_creator::output(FILE *out, bool nodevices) #endif "\" mameconfig=\"%d\">\n", XML_ROOT, - xml_normalize_string(build_version), + xml_normalize_string(emulator_info::get_build_version()), CONFIG_VERSION ); |