diff options
author | 2013-10-16 18:30:16 +0000 | |
---|---|---|
committer | 2013-10-16 18:30:16 +0000 | |
commit | cc61f27264b4c52f29b32fea6d45abbef470ac85 (patch) | |
tree | 4a410dfa7b5318827be6b6ec19ea3a4472a6c2e5 /src/mess/drivers/ti99_4x.c | |
parent | 6ee8dc6f6d0736a25d1b126b1606c2a17e2ffdba (diff) |
ti99: Licensing
Diffstat (limited to 'src/mess/drivers/ti99_4x.c')
-rw-r--r-- | src/mess/drivers/ti99_4x.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mess/drivers/ti99_4x.c b/src/mess/drivers/ti99_4x.c index 5312f5e2465..1d96e216bd6 100644 --- a/src/mess/drivers/ti99_4x.c +++ b/src/mess/drivers/ti99_4x.c @@ -1,8 +1,8 @@ +// license:MAME|LGPL-2.1+ +// copyright-holders:Michael Zapf /**************************************************************************** MESS Driver for TI-99/4 and TI-99/4A Home Computers. - Raphael Nabet, 1999-2003. - TI99/4 info: Similar to TI99/4a, except for the following: @@ -32,9 +32,9 @@ | | (16 bit) Cass joyport - Michael Zapf - - February 2012: Rewritten as class + Raphael Nabet, 1999-2003. + Rewritten by Michael Zapf + February 2012: Rewritten as class *****************************************************************************/ |