Licensing

This commit is contained in:
Michael Zapf 2013-10-16 12:47:56 +00:00
parent 1dd0fd0212
commit db543c61e1
15 changed files with 31 additions and 1 deletions

View File

@ -1,3 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Raphael Nabet
/*****************************************************************************
*
* 9900dasm.c

View File

@ -1,3 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Raphael Nabet
/*
99xxcore.h : generic tms99xx emulation

View File

@ -1,3 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Raphael Nabet
/************************************************************************
ST register functions

View File

@ -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.

View File

@ -1,3 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Raphael Nabet
/*
Generate the tms9900 emulator
*/

View File

@ -1,3 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Michael Zapf
/*
Texas Instruments TMS9900

View File

@ -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

View File

@ -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

View File

@ -1,3 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Raphael Nabet
/*
tms9900.h

View File

@ -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.

View File

@ -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__ */

View File

@ -1,3 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Raphael Nabet
/*
generate the tms9980a/tms9981 emulator
*/

View File

@ -1,3 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Michael Zapf
/*
Texas Instruments TMS9995

View File

@ -1,3 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Michael Zapf
/*
tms9995.h

View File

@ -1,3 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Raphael Nabet
/*
generate the tms9995 emulator
*/