diff options
Diffstat (limited to 'src/mess/drivers/apollo.c')
-rw-r--r-- | src/mess/drivers/apollo.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mess/drivers/apollo.c b/src/mess/drivers/apollo.c index d471d41ce73..155e6e3a58e 100644 --- a/src/mess/drivers/apollo.c +++ b/src/mess/drivers/apollo.c @@ -1,14 +1,11 @@ // license:??? -// copyright-holders:??? +// copyright-holders:Hans Ostermeyer, R. Belmont /* * apollo.c - APOLLO DN3500/DN3000 driver * * Created on: May 12, 2010 * Author: Hans Ostermeyer * - * Released for general non-commercial use under the MAME license - * Visit http://mamedev.org for licensing and usage restrictions. - * * Adapted February 19, 2012 for general MAME/MESS standards by R. Belmont * * TODO: use MESS ram device and MCFG_RAM_* to handle RAM sizing. |