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
// copyright-holders:Bryan McPhail
// copyright-holders:Bryan McPhail, Alex W. Jackson
/****************************************************************************
NEC V25/V35 emulator

View File

@ -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_

View File

@ -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 */

View File

@ -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) \

View File

@ -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

View File

@ -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

View File

@ -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.

View File

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

View File

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

View File

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