update for Philip Bennett (nw)

This commit is contained in:
Miodrag Milanovic 2015-05-18 21:01:20 +02:00
parent dde5d0df2a
commit 8639535374
78 changed files with 123 additions and 123 deletions

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/***************************************************************************

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/***************************************************************************

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/***************************************************************************

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/***************************************************************************

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/***************************************************************************

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/***************************************************************************

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/***************************************************************************

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/***************************************************************************

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/***************************************************************************

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Phil Bennett
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/***************************************************************************
esrip.c

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Phil Bennett
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/***************************************************************************
esrip.h

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Phil Bennett
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/***************************************************************************
esripdsm.c

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Ville Linde, Barry Rodewald, Carl, Phil Bennett
// copyright-holders:Ville Linde, Barry Rodewald, Carl, Philip Bennett
#pragma once

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Ville Linde, Barry Rodewald, Carl, Phil Bennett
// copyright-holders:Ville Linde, Barry Rodewald, Carl, Philip Bennett
/*
Intel 386 emulator

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Ville Linde, Barry Rodewald, Carl, Phil Bennett
// copyright-holders:Ville Linde, Barry Rodewald, Carl, Philip Bennett
#pragma once
#ifndef __I386INTF_H__

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Ville Linde, Barry Rodewald, Carl, Phil Bennett
// copyright-holders:Ville Linde, Barry Rodewald, Carl, Philip Bennett
UINT16 i386_device::i386_shift_rotate16(UINT8 modrm, UINT32 value, UINT8 shift)
{
UINT32 src = value & 0xffff;

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Ville Linde, Barry Rodewald, Carl, Phil Bennett
// copyright-holders:Ville Linde, Barry Rodewald, Carl, Philip Bennett
UINT32 i386_device::i386_shift_rotate32(UINT8 modrm, UINT32 value, UINT8 shift)
{
UINT32 dst, src;

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Ville Linde, Barry Rodewald, Carl, Phil Bennett
// copyright-holders:Ville Linde, Barry Rodewald, Carl, Philip Bennett
#define OP_I386 0x1
#define OP_FPU 0x2
#define OP_I486 0x4

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Ville Linde, Barry Rodewald, Carl, Phil Bennett
// copyright-holders:Ville Linde, Barry Rodewald, Carl, Philip Bennett
UINT8 i386_device::i386_shift_rotate8(UINT8 modrm, UINT32 value, UINT8 shift)
{
UINT32 src = value & 0xff;

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Ville Linde, Barry Rodewald, Carl, Phil Bennett
// copyright-holders:Ville Linde, Barry Rodewald, Carl, Philip Bennett
#pragma once
#ifndef __I386_H__

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Ville Linde, Barry Rodewald, Carl, Phil Bennett
// copyright-holders:Ville Linde, Barry Rodewald, Carl, Philip Bennett
// Intel 486+ specific opcodes
void i386_device::i486_cpuid() // Opcode 0x0F A2

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Ville Linde, Barry Rodewald, Carl, Phil Bennett, Samuele Zannoli
// copyright-holders:Ville Linde, Barry Rodewald, Carl, Philip Bennett, Samuele Zannoli
// Pentium+ specific opcodes
extern flag float32_is_nan( float32 a ); // since its not defined in softfloat.h

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Phil Bennett
// copyright-holders:Philip Bennett
/***************************************************************************
x87 FPU emulation

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Phil Bennett
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/*********************************************************************
53c7xx.c

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Phil Bennett
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/*********************************************************************
53c7xx.h

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Fabio Priuli,Phil Bennett
// copyright-holders:Fabio Priuli,Philip Bennett
/*****************************************************************************
Fujitsu MB87078 6-bit, 4-channel electronic volume controller emulator

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Fabio Priuli,Phil Bennett
// copyright-holders:Fabio Priuli,Philip Bennett
/*****************************************************************************
MB87078 6-bit,4-channel electronic volume controller emulator

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Phil Bennett
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/***************************************************************************
qs1000.c

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Phil Bennett
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/***************************************************************************
qs1000.h

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Phil Bennett
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/***************************************************************************
tlc34076.c

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Phil Bennett
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/***************************************************************************
tlc34076.h

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Phil Bennett
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/***************************************************************************
Microprose sound hardware

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Phil Bennett
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/***************************************************************************
Turret Tower sound hardware

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Phil Bennett
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/***************************************************************************
Tatsumi TX-1/Buggy Boy sound hardware

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Phil Bennett
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/***************************************************************************
Atari System IV hardware

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Phil Bennett, Anonymous
// license:BSD-3-Clause
// copyright-holders:Philip Bennett, Anonymous
/******************************************************************************
Bell-Fruit Cobra I/II and Viper Hardware

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Phil Bennett
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/***************************************************************************
Simutrek Cube Quest

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Phil Bennett,Carlos A. Lozano, Rob Rosenbrock, Phil Stroffolino, Ernesto Corvi, David Haywood, R. Belmont
// copyright-holders:Philip Bennett,Carlos A. Lozano, Rob Rosenbrock, Phil Stroffolino, Ernesto Corvi, David Haywood, R. Belmont
/***************************************************************************
Double Dragon (c) 1987 Technos Japan

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Phil Bennett
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/***************************************************************************
Entertainment Sciences Real-Time Image Processor (RIP) hardware

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Angelo Salese, Phil Bennett
// copyright-holders:Angelo Salese, Philip Bennett
// dgPIX 'VRender 2 Beta Rev4' hardware
// MEDIAGX CPU + 3dFX VooDoo chipset

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Phil Bennett
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/***************************************************************************
JPM Give us a Break hardware

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:David Haywood, Angelo Salese, Phil Bennett
// copyright-holders:David Haywood, Angelo Salese, Philip Bennett
/*******************************************************************************************
Jangou (c) 1983 Nichibutsu

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Phil Bennett
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/***************************************************************************
JPM IMPACT (aka System 6)

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Phil Bennett, J.Wallace, David Haywood
// copyright-holders:Philip Bennett, J.Wallace, David Haywood
/***************************************************************************
JPM System 5

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Phil Bennett
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/***************************************************************************
Tatsumi Lock-On hardware

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Phil Bennett
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/***************************************************************************
Magic the Gathering: Armageddon

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Phil Bennett
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/***************************************************************************
MAYGAY MV1 hardware

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Phil Bennett
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/***************************************************************************
Microprose Games 3D hardware

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Angelo Salese, Tomasz Slanina, Phil Bennett, hap
// copyright-holders:Angelo Salese, Tomasz Slanina, Philip Bennett, hap
/***************************************************************************
Midnight Landing

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:R. Belmont, Andrew Gardner
/*
Polygonet Commanders (Konami, 1993)

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Phil Bennett
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/***************************************************************************
Bell-Fruit/ATD RasterSpeed hardware

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Phil Bennett, Angelo Salese
// license:BSD-3-Clause
// copyright-holders:Philip Bennett, Angelo Salese
/***************************************************************************
Dynamo Skeet Shot

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Phil Bennett, Luca Elia
// copyright-holders:Philip Bennett, Luca Elia
/*****************************************************************************************************
Skimaxx

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Phil Bennett
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/***************************************************************************
Virtuality SU2000 hardware

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Phil Bennett
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/*
Taito Power-JC System

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Mariusz Wojcieszek, Phil Bennett
// copyright-holders:Mariusz Wojcieszek, Philip Bennett
/***************************************************************************
Tap a Tune

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Phil Bennett, R. Belmont
// license:BSD-3-Clause
// copyright-holders:Philip Bennett, R. Belmont
/*
Konami Gambling Games ("Tasman" hardware)
System GX derivative

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Phil Bennett
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/***************************************************************************
Konami Target Panic (cabinet test PCB)

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Phil Bennett
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/***************************************************************************
Turret Tower by Dell Electronics

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Phil Bennett
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/***************************************************************************
Tatsumi TX-1/Buggy Boy hardware

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Jason Eckhardt, Andrew Gardner, Phil Bennett
// license:BSD-3-Clause
// copyright-holders:Jason Eckhardt, Andrew Gardner, Philip Bennett
/*
Virtual Combat hardware games.

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Phil Bennett,Carlos A. Lozano, Rob Rosenbrock, Phil Stroffolino, Ernesto Corvi, David Haywood, R. Belmont
// copyright-holders:Philip Bennett,Carlos A. Lozano, Rob Rosenbrock, Phil Stroffolino, Ernesto Corvi, David Haywood, R. Belmont
/*************************************************************************
Double Dragon & Double Dragon II (but also China Gate)

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Phil Bennett
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/*************************************************************************
Entertainment Sciences RIP System hardware

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Phil Bennett
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/***************************************************************************
JPM IMPACT with Video hardware

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Phil Bennett, J.Wallace, David Haywood
// copyright-holders:Philip Bennett, J.Wallace, David Haywood
#include "cpu/m68000/m68000.h"
#include "machine/6821pia.h"

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Phil Bennett
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/*************************************************************************
Lock-On hardware

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Phil Bennett
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/*************************************************************************
Microprose Games 3D hardware

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Phil Bennett
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/***************************************************************************
Turret Tower hardware

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Phil Bennett
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/*************************************************************************
TX-1/Buggy Boy hardware

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Phil Bennett
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/***************************************************************************
Microprose Games machine hardware

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Phil Bennett
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/***************************************************************************
Tatsumi TX-1/Buggy Boy machine hardware

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Phil Bennett,Carlos A. Lozano, Rob Rosenbrock, Phil Stroffolino, Ernesto Corvi, David Haywood, R. Belmont
// copyright-holders:Philip Bennett,Carlos A. Lozano, Rob Rosenbrock, Phil Stroffolino, Ernesto Corvi, David Haywood, R. Belmont
/***************************************************************************
Video Hardware for some Technos games:

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Phil Bennett
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/***************************************************************************
Entertainment Sciences Real-Time Image Processor (RIP) video hardware

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Phil Bennett
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/***************************************************************************
JPM IMPACT with Video hardware

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Phil Bennett
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/***************************************************************************
Lock-On video hardware

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Phil Bennett
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/***************************************************************************
Microprose Games 3D hardware

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Phil Bennett
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/*************************************************************************
Turrett Tower video hardware

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Phil Bennett
// license:BSD-3-Clause
// copyright-holders:Philip Bennett
/***************************************************************************
Tatsumi TX-1/Buggy Boy video hardware