diff options
Diffstat (limited to 'src/emu/cpu/i8089')
-rw-r--r-- | src/emu/cpu/i8089/i8089.c | 7 | ||||
-rw-r--r-- | src/emu/cpu/i8089/i8089.h | 7 | ||||
-rw-r--r-- | src/emu/cpu/i8089/i8089_channel.c | 7 | ||||
-rw-r--r-- | src/emu/cpu/i8089/i8089_channel.h | 7 | ||||
-rw-r--r-- | src/emu/cpu/i8089/i8089_dasm.c | 7 | ||||
-rw-r--r-- | src/emu/cpu/i8089/i8089_ops.c | 7 |
6 files changed, 12 insertions, 30 deletions
diff --git a/src/emu/cpu/i8089/i8089.c b/src/emu/cpu/i8089/i8089.c index 9062ebbbe88..dd1726a6ebe 100644 --- a/src/emu/cpu/i8089/i8089.c +++ b/src/emu/cpu/i8089/i8089.c @@ -1,12 +1,9 @@ -// license:??? -// copyright-holders:??? +// license:GPL-2.0+ +// copyright-holders:Dirk Best /*************************************************************************** Intel 8089 I/O Processor - license: MAME, GPL-2.0+ - copyright-holders: Dirk Best - ***************************************************************************/ #include "i8089.h" diff --git a/src/emu/cpu/i8089/i8089.h b/src/emu/cpu/i8089/i8089.h index 010c8b8fbf9..e97bc5f18ad 100644 --- a/src/emu/cpu/i8089/i8089.h +++ b/src/emu/cpu/i8089/i8089.h @@ -1,12 +1,9 @@ -// license:??? -// copyright-holders:??? +// license:GPL-2.0+ +// copyright-holders:Dirk Best /*************************************************************************** Intel 8089 I/O Processor - license: MAME, GPL-2.0+ - copyright-holders: Dirk Best - ***************************************************************************/ #pragma once diff --git a/src/emu/cpu/i8089/i8089_channel.c b/src/emu/cpu/i8089/i8089_channel.c index d7ffc592d2a..3d7deb5faff 100644 --- a/src/emu/cpu/i8089/i8089_channel.c +++ b/src/emu/cpu/i8089/i8089_channel.c @@ -1,12 +1,9 @@ -// license:??? -// copyright-holders:??? +// license:GPL-2.0+ +// copyright-holders:Dirk Best /*************************************************************************** Intel 8089 I/O Processor - license: MAME, GPL-2.0+ - copyright-holders: Dirk Best - I/O channel ***************************************************************************/ diff --git a/src/emu/cpu/i8089/i8089_channel.h b/src/emu/cpu/i8089/i8089_channel.h index ed3d7054b0e..be11553378b 100644 --- a/src/emu/cpu/i8089/i8089_channel.h +++ b/src/emu/cpu/i8089/i8089_channel.h @@ -1,12 +1,9 @@ -// license:??? -// copyright-holders:??? +// license:GPL-2.0+ +// copyright-holders:Dirk Best /*************************************************************************** Intel 8089 I/O Processor - license: MAME, GPL-2.0+ - copyright-holders: Dirk Best - I/O channel ***************************************************************************/ diff --git a/src/emu/cpu/i8089/i8089_dasm.c b/src/emu/cpu/i8089/i8089_dasm.c index d36b5af2246..d1f62621f3c 100644 --- a/src/emu/cpu/i8089/i8089_dasm.c +++ b/src/emu/cpu/i8089/i8089_dasm.c @@ -1,12 +1,9 @@ -// license:??? -// copyright-holders:??? +// license:GPL-2.0+ +// copyright-holders:Dirk Best /*************************************************************************** Intel 8089 I/O Processor - license: MAME, GPL-2.0+ - copyright-holders: Dirk Best - Disassembler ***************************************************************************/ diff --git a/src/emu/cpu/i8089/i8089_ops.c b/src/emu/cpu/i8089/i8089_ops.c index deaa46fb0ad..040e6120594 100644 --- a/src/emu/cpu/i8089/i8089_ops.c +++ b/src/emu/cpu/i8089/i8089_ops.c @@ -1,12 +1,9 @@ -// license:??? -// copyright-holders:??? +// license:GPL-2.0+ +// copyright-holders:Dirk Best /*************************************************************************** Intel 8089 I/O Processor - license: MAME, GPL-2.0+ - copyright-holders: Dirk Best - Opcode implementations ***************************************************************************/ |