summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/mame.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-05-09 15:10:29 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-05-09 15:10:29 +0200
commit5df1b60963060ea61de7bed8d2e8f68f284bf1d9 (patch)
tree2735d7d5161a5b44ddf59116121e4d2dc9d97cdf /src/mame/mame.c
parent9d82d2242f00cf2a9e571a108e7c47d7f2c54e42 (diff)
MAME now represent full build, for building MESS drivers only use [Miodrag Milanovic]
make SUBTARGET=mess, for building only Arcades drivers only use: make SUBTARGET=arcade
Diffstat (limited to 'src/mame/mame.c')
-rw-r--r--src/mame/mame.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/mame/mame.c b/src/mame/mame.c
index c84746743df..47245d4b995 100644
--- a/src/mame/mame.c
+++ b/src/mame/mame.c
@@ -1,14 +1,11 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Aaron Giles
/***************************************************************************
mame.c
Specific (per target) constants
- Copyright Nicola Salmoria and the MAME Team.
- Visit http://mamedev.org for licensing and usage restrictions.
-
****************************************************************************/
#include "emu.h"