Update for Carlos A. Lozano, Victor Trucco and Charles MacDonald, also few fixes (nw)

This commit is contained in:
Miodrag Milanovic 2015-05-22 12:31:42 +02:00
parent 2aa856908d
commit a7ec44c1ca
47 changed files with 52 additions and 52 deletions

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Charles MacDonald
/*
HuC6280 sound chip emulator

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Charles MacDonald
#pragma once

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano
/****************************************************************************

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano Baides
/**************************************************************************

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano Baides
/******************************************************************

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano, Phil Stroffolino
/***************************************************************************

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano
/***************************************************************************

View File

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

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Victor Trucco,Steve Ellenoff,Phil Stroffolino,Tatsuyuki Satoh,Tomasz Slanina,Nicola Salmoria
/***************************************************************************

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino, Carlos A. Lozano, Rob Rosenbrock
/***************************************************************************

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Daniel Boris, Olivier Galibert, Aaron Giles
// license:BSD-3-Clause
// copyright-holders:Dan Boris, Olivier Galibert, Aaron Giles
/***************************************************************************
Star Fire/Fire One system

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano
/******************************************************************
Terra Cresta (preliminary)

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Victor Trucco, Mike Balfour, Phil Stroffolino
/******************************************************************

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Curt Coder,Tomasz Slanina
/*

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano, Rob Rosenbrock, Phil Stroffolino
/***************************************************************************

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano
/***************************************************************************

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano Baides
class bloodbro_state : public driver_device
{

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano Baides
#include "audio/seibu.h"
#include "sound/msm5205.h"

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano, Phil Stroffolino
/*************************************************************************

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano
/*************************************************************************

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Victor Trucco,Steve Ellenoff,Phil Stroffolino,Tatsuyuki Satoh,Tomasz Slanina,Nicola Salmoria
#include "sound/msm5205.h"

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino, Carlos A. Lozano, Rob Rosenbrock
#include "sound/msm5205.h"

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Daniel Boris, Olivier Galibert, Aaron Giles
// license:BSD-3-Clause
// copyright-holders:Dan Boris, Olivier Galibert, Aaron Giles
/***************************************************************************
Star Fire/Fire One system

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano
#include "video/bufsprite.h"

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Victor Trucco, Mike Balfour, Phil Stroffolino
#include "sound/samples.h"
#include "video/tms9927.h"

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano, Rob Rosenbrock, Phil Stroffolino
class xain_state : public driver_device
{

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Paul Leaman, Andreas Naive, Nicola Salmoria
// license:BSD-3-Clause
// copyright-holders:Paul Leaman, Andreas Naive, Nicola Salmoria,Charles MacDonald
/******************************************************************************
CPS-2 Encryption

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert, iq_132
/***********************************************************************
PGM ASIC3 PGM protection emulation

View File

@ -1,4 +1,4 @@
// license:???
// license:LGPL-2.1+
// copyright-holders:Olivier Gaibert, Angelo Salese, David Haywood
/***************************************************************************

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano
/***************************************************************************

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano Baides
/***************************************************************************

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano Baides
/***************************************************************************

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano, Phil Stroffolino
/***************************************************************************

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano
/***************************************************************************

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Victor Trucco,Steve Ellenoff,Phil Stroffolino,Tatsuyuki Satoh,Tomasz Slanina,Nicola Salmoria
/***************************************************************************

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino, Carlos A. Lozano, Rob Rosenbrock
/***************************************************************************

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Daniel Boris, Olivier Galibert, Aaron Giles
// license:BSD-3-Clause
// copyright-holders:Dan Boris, Olivier Galibert, Aaron Giles
/***************************************************************************
Star Fire/Fire One system - video hardware

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano
/***************************************************************************

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Victor Trucco, Mike Balfour, Phil Stroffolino
/* video hardware for Pacific Novelty games:
** Thief/Nato Defense

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:Wilbert Pol,???
// license:BSD-3-Clause
// copyright-holders:Wilbert Pol
/***************************************************************************
Atari TIA video emulation

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Wilbert Pol,???
// copyright-holders:Wilbert Pol
#ifndef _VIDEO_TIA_H_
#define _VIDEO_TIA_H_

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano, Rob Rosenbrock, Phil Stroffolino
/***************************************************************************

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Brad Oliver,Fabio Priuli
/***************************************************************************

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Brad Oliver,Fabio Priuli
/*****************************************************************************

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Brad Oliver,Fabio Priuli
/*****************************************************************************

View File

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

View File

@ -1,4 +1,4 @@
// license:???
// license:BSD-3-Clause
// copyright-holders:Brad Oliver,Fabio Priuli
/***************************************************************************