mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
Licensing
This commit is contained in:
parent
1dd0fd0212
commit
db543c61e1
@ -1,3 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Raphael Nabet
|
||||
/*****************************************************************************
|
||||
*
|
||||
* 9900dasm.c
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Raphael Nabet
|
||||
/*
|
||||
99xxcore.h : generic tms99xx emulation
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Raphael Nabet
|
||||
/************************************************************************
|
||||
|
||||
ST register functions
|
||||
|
@ -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.
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Raphael Nabet
|
||||
/*
|
||||
Generate the tms9900 emulator
|
||||
*/
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Michael Zapf
|
||||
/*
|
||||
Texas Instruments TMS9900
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Raphael Nabet
|
||||
/*
|
||||
tms9900.h
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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__ */
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Raphael Nabet
|
||||
/*
|
||||
generate the tms9980a/tms9981 emulator
|
||||
*/
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Michael Zapf
|
||||
/*
|
||||
Texas Instruments TMS9995
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Michael Zapf
|
||||
/*
|
||||
tms9995.h
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Raphael Nabet
|
||||
/*
|
||||
generate the tms9995 emulator
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user