From db543c61e128ac1efdf92cbbde9c4e5d31baeb43 Mon Sep 17 00:00:00 2001 From: Michael Zapf Date: Wed, 16 Oct 2013 12:47:56 +0000 Subject: [PATCH] Licensing --- src/emu/cpu/tms9900/9900dasm.c | 2 ++ src/emu/cpu/tms9900/99xxcore.h | 2 ++ src/emu/cpu/tms9900/99xxstat.h | 2 ++ src/emu/cpu/tms9900/ti990_10.c | 2 ++ src/emu/cpu/tms9900/ti990_10l.c | 2 ++ src/emu/cpu/tms9900/tms9900.c | 2 ++ src/emu/cpu/tms9900/tms9900.h | 2 ++ src/emu/cpu/tms9900/tms9900l.c | 2 ++ src/emu/cpu/tms9900/tms9900l.h | 2 ++ src/emu/cpu/tms9900/tms9980a.c | 2 ++ src/emu/cpu/tms9900/tms9980a.h | 4 +++- src/emu/cpu/tms9900/tms9980al.c | 2 ++ src/emu/cpu/tms9900/tms9995.c | 2 ++ src/emu/cpu/tms9900/tms9995.h | 2 ++ src/emu/cpu/tms9900/tms9995l.c | 2 ++ 15 files changed, 31 insertions(+), 1 deletion(-) diff --git a/src/emu/cpu/tms9900/9900dasm.c b/src/emu/cpu/tms9900/9900dasm.c index 5fc67c63029..ff26fdae4d9 100644 --- a/src/emu/cpu/tms9900/9900dasm.c +++ b/src/emu/cpu/tms9900/9900dasm.c @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:Raphael Nabet /***************************************************************************** * * 9900dasm.c diff --git a/src/emu/cpu/tms9900/99xxcore.h b/src/emu/cpu/tms9900/99xxcore.h index e014ccda059..17bde92d69b 100644 --- a/src/emu/cpu/tms9900/99xxcore.h +++ b/src/emu/cpu/tms9900/99xxcore.h @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:Raphael Nabet /* 99xxcore.h : generic tms99xx emulation diff --git a/src/emu/cpu/tms9900/99xxstat.h b/src/emu/cpu/tms9900/99xxstat.h index 84c8935e167..56714325e8d 100644 --- a/src/emu/cpu/tms9900/99xxstat.h +++ b/src/emu/cpu/tms9900/99xxstat.h @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:Raphael Nabet /************************************************************************ ST register functions diff --git a/src/emu/cpu/tms9900/ti990_10.c b/src/emu/cpu/tms9900/ti990_10.c index e6e28a88025..7515a731951 100644 --- a/src/emu/cpu/tms9900/ti990_10.c +++ b/src/emu/cpu/tms9900/ti990_10.c @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:Michael Zapf /* This file will contain the re-implementation of the ti990_10. The previous implementation can be found as ti990_10l. diff --git a/src/emu/cpu/tms9900/ti990_10l.c b/src/emu/cpu/tms9900/ti990_10l.c index 4a32fb3c91e..4c9800bf8dd 100644 --- a/src/emu/cpu/tms9900/ti990_10l.c +++ b/src/emu/cpu/tms9900/ti990_10l.c @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:Raphael Nabet /* Generate the tms9900 emulator */ diff --git a/src/emu/cpu/tms9900/tms9900.c b/src/emu/cpu/tms9900/tms9900.c index b2c620df48a..c0c612bf566 100644 --- a/src/emu/cpu/tms9900/tms9900.c +++ b/src/emu/cpu/tms9900/tms9900.c @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:Michael Zapf /* Texas Instruments TMS9900 diff --git a/src/emu/cpu/tms9900/tms9900.h b/src/emu/cpu/tms9900/tms9900.h index ee9bfaa330e..0e21c0ccf71 100644 --- a/src/emu/cpu/tms9900/tms9900.h +++ b/src/emu/cpu/tms9900/tms9900.h @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:Michael Zapf /* TMS9900 processor This is a re-implementation of the TMS9900 featuring a cycle-precise diff --git a/src/emu/cpu/tms9900/tms9900l.c b/src/emu/cpu/tms9900/tms9900l.c index 9a75b735a53..b2f9b38a4b5 100644 --- a/src/emu/cpu/tms9900/tms9900l.c +++ b/src/emu/cpu/tms9900/tms9900l.c @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:Raphael Nabet /* This is the previous implementation of the TMS9900 using the common core implementation in 99xxcore. The new cycle-precise implementation diff --git a/src/emu/cpu/tms9900/tms9900l.h b/src/emu/cpu/tms9900/tms9900l.h index aa9a98d9482..cde9abf38f8 100644 --- a/src/emu/cpu/tms9900/tms9900l.h +++ b/src/emu/cpu/tms9900/tms9900l.h @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:Raphael Nabet /* tms9900.h diff --git a/src/emu/cpu/tms9900/tms9980a.c b/src/emu/cpu/tms9900/tms9980a.c index b98789f1152..7e8e5255968 100644 --- a/src/emu/cpu/tms9900/tms9980a.c +++ b/src/emu/cpu/tms9900/tms9980a.c @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:Michael Zapf /* Cycle-precise implementation of the TMS9980A. Subclassed from tms99xx_device in tms9900.c. diff --git a/src/emu/cpu/tms9900/tms9980a.h b/src/emu/cpu/tms9900/tms9980a.h index 82f4eb29b51..7047f0ac4c8 100644 --- a/src/emu/cpu/tms9900/tms9980a.h +++ b/src/emu/cpu/tms9900/tms9980a.h @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:Michael Zapf /* TMS9980A. @@ -51,4 +53,4 @@ protected: // device type definition extern const device_type TMS9980A; -#endif /* __TMS9995_H__ */ +#endif /* __TMS9980A_H__ */ diff --git a/src/emu/cpu/tms9900/tms9980al.c b/src/emu/cpu/tms9900/tms9980al.c index f1da2ff2bdd..ab102b726e0 100644 --- a/src/emu/cpu/tms9900/tms9980al.c +++ b/src/emu/cpu/tms9900/tms9980al.c @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:Raphael Nabet /* generate the tms9980a/tms9981 emulator */ diff --git a/src/emu/cpu/tms9900/tms9995.c b/src/emu/cpu/tms9900/tms9995.c index 737c8b587d7..a51566e9f8b 100644 --- a/src/emu/cpu/tms9900/tms9995.c +++ b/src/emu/cpu/tms9900/tms9995.c @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:Michael Zapf /* Texas Instruments TMS9995 diff --git a/src/emu/cpu/tms9900/tms9995.h b/src/emu/cpu/tms9900/tms9995.h index 686cecb47f4..67ef0f631bf 100644 --- a/src/emu/cpu/tms9900/tms9995.h +++ b/src/emu/cpu/tms9900/tms9995.h @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:Michael Zapf /* tms9995.h diff --git a/src/emu/cpu/tms9900/tms9995l.c b/src/emu/cpu/tms9900/tms9995l.c index 9420605af2a..ad7e18d2eba 100644 --- a/src/emu/cpu/tms9900/tms9995l.c +++ b/src/emu/cpu/tms9900/tms9995l.c @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:Raphael Nabet /* generate the tms9995 emulator */