Ownership/license (nw)

This commit is contained in:
Alex W. Jackson 2015-05-22 12:12:40 -04:00
parent 7093ad1009
commit 04f90c4920
10 changed files with 12 additions and 12 deletions

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause // license:BSD-3-Clause
// copyright-holders:Bryan McPhail // copyright-holders:Bryan McPhail, Alex W. Jackson
/**************************************************************************** /****************************************************************************
NEC V25/V35 emulator NEC V25/V35 emulator

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause // license:BSD-3-Clause
// copyright-holders:Bryan McPhail // copyright-holders:Bryan McPhail, Alex W. Jackson
/* ASG 971222 -- rewrote this interface */ /* ASG 971222 -- rewrote this interface */
#ifndef __NEC_V25_H_ #ifndef __NEC_V25_H_
#define __NEC_V25_H_ #define __NEC_V25_H_

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause // 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] = const v25_common_device::nec_ophandler v25_common_device::s_nec_instruction[256] =
{ {
&v25_common_device::i_add_br8, /* 0x00 */ &v25_common_device::i_add_br8, /* 0x00 */

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause // license:BSD-3-Clause
// copyright-holders:Bryan McPhail // copyright-holders:Bryan McPhail, Alex W. Jackson
#define GetRB \ #define GetRB \
ModRM = FETCH(); \ ModRM = FETCH(); \
if (ModRM >= 0xc0) \ if (ModRM >= 0xc0) \

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause // 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 */ /* Cpu types, steps of 8 to help the cycle count calculation */
#define V33_TYPE 0 #define V33_TYPE 0
#define V30_TYPE 8 #define V30_TYPE 8

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause // 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 NEC V25/V35 special function registers and internal ram access

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:Alex Jackson // copyright-holders:Alex W. Jackson
/* /*
Mitsubishi M37702 MCUs with Namco custom labels. Mitsubishi M37702 MCUs with Namco custom labels.

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:Alex Jackson // copyright-holders:Alex W. Jackson
#pragma once #pragma once
#ifndef __NAMCOMCU_H__ #ifndef __NAMCOMCU_H__

View File

@ -1,5 +1,5 @@
// license:??? // license:???
// copyright-holders:Alex Jackson // copyright-holders:Phil Stroffolino, Aaron Giles, Alex W. Jackson
/**************************************************************************************************************/ /**************************************************************************************************************/
/* /*
Land Line Buffer Land Line Buffer

View File

@ -1,5 +1,5 @@
// license:??? // license:???
// copyright-holders:Alex Jackson // copyright-holders:Phil Stroffolino, Aaron Giles, Alex W. Jackson
#pragma once #pragma once
#ifndef __C45_H__ #ifndef __C45_H__