Clean up copyrights on things I shouldn't be listed in. (nw)

Also isolated Andrew Zaferakis' copyright to hng64_3d.c since that's where his
~700 lines of code lives. (nw)

Finally, touched up some spacing in drivers/Model2.c - converting this one
to polynew will be a little more involved and will be done on a later date. (nw)
This commit is contained in:
Andrew Gardner 2015-09-02 11:05:58 +02:00
parent 7e06343cfb
commit a7943aa92f
15 changed files with 42 additions and 43 deletions

View File

@ -1,5 +1,5 @@
// license:LGPL-2.1+ // license:LGPL-2.1+
// copyright-holders:David Haywood, Angelo Salese, ElSemi, Andrew Gardner, Andrew Zaferakis // copyright-holders:David Haywood, Angelo Salese, ElSemi
/*************************************************************************** /***************************************************************************
L7A1045 L6028 DSP-A L7A1045 L6028 DSP-A

View File

@ -1,5 +1,5 @@
// license:LGPL-2.1+ // license:LGPL-2.1+
// copyright-holders:David Haywood, Angelo Salese, ElSemi, Andrew Gardner, Andrew Zaferakis // copyright-holders:David Haywood, Angelo Salese, ElSemi
//************************************************************************** //**************************************************************************
// TYPE DEFINITIONS // TYPE DEFINITIONS
//************************************************************************** //**************************************************************************

View File

@ -1,5 +1,5 @@
// license:LGPL-2.1+ // license:LGPL-2.1+
// copyright-holders:David Haywood, Angelo Salese, ElSemi, Andrew Gardner, Andrew Zaferakis // copyright-holders:David Haywood, Angelo Salese, ElSemi, Andrew Gardner
/* Hyper NeoGeo 64 Audio */ /* Hyper NeoGeo 64 Audio */
// uses a V53A ( == V33A with extra peripherals eg. DMA, Timers, MMU giving virtual 24-bit address space etc.) // uses a V53A ( == V33A with extra peripherals eg. DMA, Timers, MMU giving virtual 24-bit address space etc.)

View File

@ -1,9 +1,8 @@
// license:LGPL-2.1+ // license:LGPL-2.1+
// copyright-holders:David Haywood, Angelo Salese, ElSemi, Andrew Gardner, Andrew Zaferakis // copyright-holders:David Haywood, Angelo Salese, ElSemi, Andrew Gardner
/* Hyper NeoGeo 64 /* Hyper NeoGeo 64
Driver by David Haywood, ElSemi, Andrew Gardner and Angelo Salese Driver by David Haywood, ElSemi, Andrew Gardner and Angelo Salese
Rasterizing code provided in part by Andrew Zaferakis.
Notes: Notes:

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause // license:BSD-3-Clause
// copyright-holders:Andrew Gardner, R. Belmont, Ville Linde // copyright-holders:R. Belmont, Ville Linde
/* /*
Sega Model 3 Sega Model 3
PowerPC 603e + tilemaps + Real3D 1000 + 68000 + 2x SCSP PowerPC 603e + tilemaps + Real3D 1000 + 68000 + 2x SCSP

View File

@ -1,5 +1,5 @@
// license:LGPL-2.1+ // license:LGPL-2.1+
// copyright-holders:David Haywood, Angelo Salese, ElSemi, Andrew Gardner, Andrew Zaferakis // copyright-holders:David Haywood, Angelo Salese, ElSemi, Andrew Gardner
#include "machine/msm6242.h" #include "machine/msm6242.h"
#include "cpu/mips/mips3.h" #include "cpu/mips/mips3.h"
#include "cpu/nec/v53.h" #include "cpu/nec/v53.h"

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause // license:BSD-3-Clause
// copyright-holders:Andrew Gardner, R. Belmont, Ville Linde // copyright-holders:R. Belmont, Ville Linde
#include "video/poly.h" #include "video/poly.h"
#include "bus/scsi/scsi.h" #include "bus/scsi/scsi.h"
#include "machine/53c810.h" #include "machine/53c810.h"

View File

@ -1,5 +1,5 @@
// license:LGPL-2.1+ // license:LGPL-2.1+
// copyright-holders:David Haywood, Angelo Salese, ElSemi, Andrew Gardner, Andrew Zaferakis // copyright-holders:David Haywood, Angelo Salese, ElSemi, Andrew Gardner
/* HNG64 Communication / Network CPU */ /* HNG64 Communication / Network CPU */
// this is driven by a KL5C80A12CFP which is basically a super-charged Z80 // this is driven by a KL5C80A12CFP which is basically a super-charged Z80

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause // license:BSD-3-Clause
// copyright-holders:Andrew Gardner, R. Belmont, Ville Linde // copyright-holders:R. Belmont, Ville Linde
/* /*
machine/model3.c: functions emulating various aspects of the Model 3 hardware machine/model3.c: functions emulating various aspects of the Model 3 hardware

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause // license:BSD-3-Clause
// copyright-holders:Philip Bennett, Andrew Gardner // copyright-holders:Philip Bennett
/*************************************************************************** /***************************************************************************
Namco 62XX Namco 62XX

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause // license:BSD-3-Clause
// copyright-holders:Philip Bennett, Andrew Gardner // copyright-holders:Philip Bennett
#ifndef NAMCO62_H #ifndef NAMCO62_H
#define NAMCO62_H #define NAMCO62_H

View File

@ -1,5 +1,5 @@
// license:LGPL-2.1+ // license:LGPL-2.1+
// copyright-holders:David Haywood, Angelo Salese, ElSemi, Andrew Gardner, Andrew Zaferakis // copyright-holders:David Haywood, Angelo Salese, ElSemi, Andrew Gardner
#include "emu.h" #include "emu.h"
#include "drawgfxm.h" #include "drawgfxm.h"
#include "includes/hng64.h" #include "includes/hng64.h"

View File

@ -1,5 +1,5 @@
// license:LGPL-2.1+ // license:LGPL-2.1+
// copyright-holders:David Haywood, Angelo Salese, ElSemi, Andrew Gardner, Andrew Zaferakis // copyright-holders:David Haywood, Angelo Salese, ElSemi, Andrew Gardner
/* Hyper NeoGeo 64 Sprite bits */ /* Hyper NeoGeo 64 Sprite bits */

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause // license:BSD-3-Clause
// copyright-holders:Andrew Gardner, R. Belmont, Ville Linde // copyright-holders:R. Belmont, Ville Linde
#include "emu.h" #include "emu.h"
#include "video/poly.h" #include "video/poly.h"
#include "video/rgbutil.h" #include "video/rgbutil.h"