From 0e19f641d3186cdbf51f8ca857e2b07ab95779c2 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 11 Jan 2013 07:32:46 +0000 Subject: Cleanups and version bump --- src/mame/mame.c | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'src/mame/mame.c') diff --git a/src/mame/mame.c b/src/mame/mame.c index 27beb5bc5bd..3874afb3847 100644 --- a/src/mame/mame.c +++ b/src/mame/mame.c @@ -11,18 +11,18 @@ #include "emu.h" -#define APPNAME "MAME" -#define APPNAME_LOWER "mame" -#define CONFIGNAME "mame" -#define APPLONGNAME "M.A.M.E." -#define FULLLONGNAME "Multiple Arcade Machine Emulator" -#define CAPGAMENOUN "GAME" -#define CAPSTARTGAMENOUN "Game" -#define GAMENOUN "game" -#define GAMESNOUN "games" -#define COPYRIGHT "Copyright Nicola Salmoria\nand the MAME team\nhttp://mamedev.org" -#define COPYRIGHT_INFO "Copyright Nicola Salmoria and the MAME team" -#define DISCLAIMER "MAME is an emulator: it reproduces, more or less faithfully, the behaviour of\n" \ +#define APPNAME "MAME" +#define APPNAME_LOWER "mame" +#define CONFIGNAME "mame" +#define APPLONGNAME "M.A.M.E." +#define FULLLONGNAME "Multiple Arcade Machine Emulator" +#define CAPGAMENOUN "GAME" +#define CAPSTARTGAMENOUN "Game" +#define GAMENOUN "game" +#define GAMESNOUN "games" +#define COPYRIGHT "Copyright Nicola Salmoria\nand the MAME team\nhttp://mamedev.org" +#define COPYRIGHT_INFO "Copyright Nicola Salmoria and the MAME team" +#define DISCLAIMER "MAME is an emulator: it reproduces, more or less faithfully, the behaviour of\n" \ "several arcade machines. But hardware is useless without software, so an image\n" \ "of the ROMs which run on that hardware is required. Such ROMs, like any other\n" \ "commercial software, are copyrighted material and it is therefore illegal to\n" \ @@ -30,10 +30,10 @@ "are not distributed together with MAME. Distribution of MAME together with ROM\n" \ "images is a violation of copyright law and should be promptly reported to the\n" \ "authors so that appropriate legal action can be taken.\n" -#define USAGE "Usage: %s [%s] [options]" -#define XML_ROOT "mame" -#define XML_TOP "game" -#define STATE_MAGIC_NUM "MAMESAVE" +#define USAGE "Usage: %s [%s] [options]" +#define XML_ROOT "mame" +#define XML_TOP "game" +#define STATE_MAGIC_NUM "MAMESAVE" const char * emulator_info::get_appname() { return APPNAME;} const char * emulator_info::get_appname_lower() { return APPNAME_LOWER;} -- cgit v1.2.3