mirror of
https://github.com/holub/mame
synced 2025-06-22 20:38:50 +03:00
Ownership/license (nw)
This commit is contained in:
parent
7093ad1009
commit
04f90c4920
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Bryan McPhail
|
||||
// copyright-holders:Bryan McPhail, Alex W. Jackson
|
||||
/****************************************************************************
|
||||
|
||||
NEC V25/V35 emulator
|
||||
|
@ -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_
|
||||
|
@ -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 */
|
||||
|
@ -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) \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:Alex Jackson
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Alex W. Jackson
|
||||
#pragma once
|
||||
|
||||
#ifndef __NAMCOMCU_H__
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:Alex Jackson
|
||||
// copyright-holders:Phil Stroffolino, Aaron Giles, Alex W. Jackson
|
||||
/**************************************************************************************************************/
|
||||
/*
|
||||
Land Line Buffer
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:Alex Jackson
|
||||
// copyright-holders:Phil Stroffolino, Aaron Giles, Alex W. Jackson
|
||||
#pragma once
|
||||
|
||||
#ifndef __C45_H__
|
||||
|
Loading…
Reference in New Issue
Block a user