diff options
-rw-r--r-- | src/emu/cpu/nec/v25.c | 2 | ||||
-rw-r--r-- | src/emu/cpu/nec/v25.h | 2 | ||||
-rw-r--r-- | src/emu/cpu/nec/v25instr.h | 2 | ||||
-rw-r--r-- | src/emu/cpu/nec/v25instr.inc | 2 | ||||
-rw-r--r-- | src/emu/cpu/nec/v25priv.h | 2 | ||||
-rw-r--r-- | src/emu/cpu/nec/v25sfr.c | 2 | ||||
-rw-r--r-- | src/mame/machine/namcomcu.c | 4 | ||||
-rw-r--r-- | src/mame/machine/namcomcu.h | 4 | ||||
-rw-r--r-- | src/mame/video/c45.c | 2 | ||||
-rw-r--r-- | src/mame/video/c45.h | 2 |
10 files changed, 12 insertions, 12 deletions
diff --git a/src/emu/cpu/nec/v25.c b/src/emu/cpu/nec/v25.c index 1fc7d965856..bf4ee0ab6ed 100644 --- a/src/emu/cpu/nec/v25.c +++ b/src/emu/cpu/nec/v25.c @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Bryan McPhail +// copyright-holders:Bryan McPhail, Alex W. Jackson /**************************************************************************** NEC V25/V35 emulator diff --git a/src/emu/cpu/nec/v25.h b/src/emu/cpu/nec/v25.h index c1113633897..41d55cc4fb8 100644 --- a/src/emu/cpu/nec/v25.h +++ b/src/emu/cpu/nec/v25.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Bryan McPhail +// copyright-holders:Bryan McPhail, Alex W. Jackson /* ASG 971222 -- rewrote this interface */ #ifndef __NEC_V25_H_ #define __NEC_V25_H_ diff --git a/src/emu/cpu/nec/v25instr.h b/src/emu/cpu/nec/v25instr.h index 33b5aac3e12..5d878f24f2b 100644 --- a/src/emu/cpu/nec/v25instr.h +++ b/src/emu/cpu/nec/v25instr.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Bryan McPhail +// copyright-holders:Bryan McPhail, Alex W. Jackson const v25_common_device::nec_ophandler v25_common_device::s_nec_instruction[256] = { &v25_common_device::i_add_br8, /* 0x00 */ diff --git a/src/emu/cpu/nec/v25instr.inc b/src/emu/cpu/nec/v25instr.inc index 8b88f163429..bd11b0626a8 100644 --- a/src/emu/cpu/nec/v25instr.inc +++ b/src/emu/cpu/nec/v25instr.inc @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Bryan McPhail +// copyright-holders:Bryan McPhail, Alex W. Jackson #define GetRB \ ModRM = FETCH(); \ if (ModRM >= 0xc0) \ diff --git a/src/emu/cpu/nec/v25priv.h b/src/emu/cpu/nec/v25priv.h index a351d95b90d..19e8fcb7171 100644 --- a/src/emu/cpu/nec/v25priv.h +++ b/src/emu/cpu/nec/v25priv.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Bryan McPhail +// copyright-holders:Bryan McPhail, Alex W. Jackson /* Cpu types, steps of 8 to help the cycle count calculation */ #define V33_TYPE 0 #define V30_TYPE 8 diff --git a/src/emu/cpu/nec/v25sfr.c b/src/emu/cpu/nec/v25sfr.c index 4a4592cf9f3..7e8afc8b39c 100644 --- a/src/emu/cpu/nec/v25sfr.c +++ b/src/emu/cpu/nec/v25sfr.c @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Bryan McPhail +// copyright-holders:Bryan McPhail, Alex W. Jackson /**************************************************************************** NEC V25/V35 special function registers and internal ram access diff --git a/src/mame/machine/namcomcu.c b/src/mame/machine/namcomcu.c index 1320ff92b12..82495680f51 100644 --- a/src/mame/machine/namcomcu.c +++ b/src/mame/machine/namcomcu.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:Alex Jackson +// license:BSD-3-Clause +// copyright-holders:Alex W. Jackson /* Mitsubishi M37702 MCUs with Namco custom labels. diff --git a/src/mame/machine/namcomcu.h b/src/mame/machine/namcomcu.h index 05167cf00a8..e9ddd9db08c 100644 --- a/src/mame/machine/namcomcu.h +++ b/src/mame/machine/namcomcu.h @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:Alex Jackson +// license:BSD-3-Clause +// copyright-holders:Alex W. Jackson #pragma once #ifndef __NAMCOMCU_H__ diff --git a/src/mame/video/c45.c b/src/mame/video/c45.c index 183e880cb8a..7221f13d9fa 100644 --- a/src/mame/video/c45.c +++ b/src/mame/video/c45.c @@ -1,5 +1,5 @@ // license:??? -// copyright-holders:Alex Jackson +// copyright-holders:Phil Stroffolino, Aaron Giles, Alex W. Jackson /**************************************************************************************************************/ /* Land Line Buffer diff --git a/src/mame/video/c45.h b/src/mame/video/c45.h index d75fa58b3b1..210009d8a23 100644 --- a/src/mame/video/c45.h +++ b/src/mame/video/c45.h @@ -1,5 +1,5 @@ // license:??? -// copyright-holders:Alex Jackson +// copyright-holders:Phil Stroffolino, Aaron Giles, Alex W. Jackson #pragma once #ifndef __C45_H__ |