summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/ti99_4x.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/ti99_4x.c')
-rw-r--r--src/mess/drivers/ti99_4x.c10
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
*****************************************************************************/