diff options
author | 2013-10-16 12:47:56 +0000 | |
---|---|---|
committer | 2013-10-16 12:47:56 +0000 | |
commit | db543c61e128ac1efdf92cbbde9c4e5d31baeb43 (patch) | |
tree | d9cb364cd69c6445ffd2a00ea0085bf771b22e5f /src/emu/cpu/tms9900/tms9980a.c | |
parent | 1dd0fd0212a268556a47216021cbd99a27efe045 (diff) |
Licensing
Diffstat (limited to 'src/emu/cpu/tms9900/tms9980a.c')
-rw-r--r-- | src/emu/cpu/tms9900/tms9980a.c | 2 |
1 files changed, 2 insertions, 0 deletions
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. |