summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/mame.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2022-06-13 16:53:23 +1000
committer Vas Crabb <vas@vastheman.com>2022-06-13 16:53:23 +1000
commit74fe6e9d5ca562915fcb70614d36d1b5101e695b (patch)
treeeb19bd028a70ece6c79f17a9a8c14bd348b42c14 /src/mame/mame.cpp
parent30ef2dd86b11eb1f3d80412f0819b42a5af16966 (diff)
-Got rid of some legacy MESS support glue.
* Got rid of the special-casing for the "mess" subtarget name. * Got rid of the MESS-specific Windows resources, emuator info source and man page. * Added subtarget name to the internal name and original name in Windows resources. -ui: Put the system-specific items on the input settings menu together, and fixed the crosshair visibility settings.
Diffstat (limited to 'src/mame/mame.cpp')
-rw-r--r--src/mame/mame.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/mame.cpp b/src/mame/mame.cpp
index 217651fd510..c3fba77d580 100644
--- a/src/mame/mame.cpp
+++ b/src/mame/mame.cpp
@@ -13,8 +13,8 @@
#define APPNAME "MAME"
#define APPNAME_LOWER "mame"
#define CONFIGNAME "mame"
-#define COPYRIGHT "Copyright Nicola Salmoria\nand the MAME team\nhttps://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;}