summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/mame.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/mame.cpp')
-rw-r--r--src/mame/mame.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/mame.cpp b/src/mame/mame.cpp
index d40869d53fe..ba93fe116f8 100644
--- a/src/mame/mame.cpp
+++ b/src/mame/mame.cpp
@@ -9,12 +9,13 @@
****************************************************************************/
#include "emu.h"
+#include "main.h"
#define APPNAME "MAME"
#define APPNAME_LOWER "mame"
#define CONFIGNAME "mame"
-#define COPYRIGHT "Copyright Nicola Salmoria\nand the MAME team\nhttp://mamedev.org"
-#define COPYRIGHT_INFO "Copyright Nicola Salmoria and the MAME team"
+#define COPYRIGHT "Copyright MAMEdev and contributors\nhttps://mamedev.org"
+#define COPYRIGHT_INFO "Copyright MAMEdev and contributors"
const char * emulator_info::get_appname() { return APPNAME;}
const char * emulator_info::get_appname_lower() { return APPNAME_LOWER;}