mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
update some of remaining licenses (nw)
This commit is contained in:
parent
9a2ed1703a
commit
dbca6f4c01
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Roberto Lavarone
|
// copyright-holders:Roberto Lavarone
|
||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Roberto Lavarone
|
// copyright-holders:Roberto Lavarone
|
||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:ElSemi, kingshriek, Deunan Knute, R. Belmont
|
// copyright-holders:ElSemi, Deunan Knute, R. Belmont
|
||||||
|
// thanks-to: kingshriek
|
||||||
/*
|
/*
|
||||||
Sega/Yamaha AICA emulation
|
Sega/Yamaha AICA emulation
|
||||||
By ElSemi, kingshriek, Deunan Knute, and R. Belmont
|
|
||||||
|
|
||||||
This is effectively a 64-voice SCSP, with the following differences:
|
This is effectively a 64-voice SCSP, with the following differences:
|
||||||
- No FM mode
|
- No FM mode
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:ElSemi, kingshriek, Deunan Knute, R. Belmont
|
// copyright-holders:ElSemi, Deunan Knute, R. Belmont
|
||||||
|
// thanks-to: kingshriek
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Sega/Yamaha AICA emulation
|
Sega/Yamaha AICA emulation
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:ElSemi, kingshriek, Deunan Knute, R. Belmont
|
// copyright-holders:ElSemi, Deunan Knute, R. Belmont
|
||||||
|
// thanks-to: kingshriek
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
#include "aicadsp.h"
|
#include "aicadsp.h"
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:ElSemi, kingshriek, Deunan Knute, R. Belmont
|
// copyright-holders:ElSemi, Deunan Knute, R. Belmont
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifndef __AICADSP_H__
|
#ifndef __AICADSP_H__
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Alex Marshall,nimitz,austere
|
// copyright-holders:Alex Marshall,nimitz,austere
|
||||||
//ICS2115 by Raiden II team (c) 2010
|
//ICS2115 by Raiden II team (c) 2010
|
||||||
//members: austere, nimitz, Alex Marshal
|
//members: austere, nimitz, Alex Marshal
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Alex Marshall,nimitz,austere
|
// copyright-holders:Alex Marshall,nimitz,austere
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:ElSemi, R. Belmont
|
// copyright-holders:ElSemi, R. Belmont
|
||||||
|
// thanks-to: kingshriek
|
||||||
/*
|
/*
|
||||||
Sega/Yamaha YMF292-F (SCSP = Saturn Custom Sound Processor) emulation
|
Sega/Yamaha YMF292-F (SCSP = Saturn Custom Sound Processor) emulation
|
||||||
By ElSemi
|
By ElSemi
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:James Wallace,'Re-Animator'
|
// copyright-holders:James Wallace
|
||||||
|
// thanks-to: 'Re-Animator'
|
||||||
/****************************************************************************************
|
/****************************************************************************************
|
||||||
|
|
||||||
bfm_sc2.c
|
bfm_sc2.c
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Philip 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
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:LGPL-2.1+
|
||||||
// copyright-holders:Dirk Verwiebe, Robbbert, Ralf Schaefer, Cowering
|
// copyright-holders:Dirk Verwiebe, Robbbert, Ralf Schaefer, Cowering
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
Mephisto Glasgow 3 S chess computer
|
Mephisto Glasgow 3 S chess computer
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Christian Grossler
|
// copyright-holders:Christian Grossler
|
||||||
/*
|
/*
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Lee Taylor, John Clegg
|
// copyright-holders:Lee Taylor
|
||||||
|
// thanks-to:John Clegg
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
Irem M58 hardware
|
Irem M58 hardware
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:LGPL-2.1+
|
||||||
// copyright-holders:Dirk Verwiebe, Ralf Schaefer, Cowering
|
// copyright-holders:Dirk Verwiebe, Ralf Schaefer, Cowering
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
Mephisto Chess Computers using plugin modules
|
Mephisto Chess Computers using plugin modules
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Jason Nelson, Phil Stroffolino
|
// copyright-holders:Phil Stroffolino
|
||||||
|
// thanks-to:Jason Nelson
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
|
|
||||||
MOLE ATTACK by Yachiyo Electronics Co.,LTD. 1982
|
MOLE ATTACK by Yachiyo Electronics Co.,LTD. 1982
|
||||||
@ -7,8 +8,6 @@
|
|||||||
Known Clones:
|
Known Clones:
|
||||||
"Holey Moley", from tai (Thomas Automatics, Inc.)
|
"Holey Moley", from tai (Thomas Automatics, Inc.)
|
||||||
|
|
||||||
emulated by Jason Nelson, Phil Stroffolino
|
|
||||||
|
|
||||||
Known Issues:
|
Known Issues:
|
||||||
- some dips not mapped
|
- some dips not mapped
|
||||||
- protection isn't fully understood, but game seems to be ok.
|
- protection isn't fully understood, but game seems to be ok.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Scott Stone
|
// copyright-holders:Scott Stone
|
||||||
/************************************************************************
|
/************************************************************************
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Bernd Wiebelt
|
// copyright-holders:Bernd Wiebelt
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Phil Stroffolino, Carlos A. Lozano, Rob Rosenbrock
|
// copyright-holders:Phil Stroffolino, Carlos A. Lozano, Rob Rosenbrock
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Marco Cassili,Ernesto Corvi,Tim Lindquist,Carlos A. Lozano,Bryan McPhail,Jarek Parchanski,Nicola Salmoria,Tomasz Slanina,Phil Stroffolino,Acho A. Tang,Victor Trucco
|
// copyright-holders:Ernesto Corvi,Tim Lindquist,Carlos A. Lozano,Bryan McPhail,Jarek Parchanski,Nicola Salmoria,Tomasz Slanina,Phil Stroffolino,Acho A. Tang,Victor Trucco
|
||||||
|
// thanks-to:Marco Cassili
|
||||||
/*
|
/*
|
||||||
|
|
||||||
snk.c
|
snk.c
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Sebastien Volpe, Tomasz Slanina, David Haywood
|
// copyright-holders:Sebastien Volpe, Tomasz Slanina, David Haywood
|
||||||
/*
|
/*
|
||||||
Super Real Mahjong P6 (JPN Ver.)
|
Super Real Mahjong P6 (JPN Ver.)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:David Haywood, Sylvain Glaize, Paul Priest, Olivier Galibert
|
// copyright-holders:David Haywood, Sylvain Glaize, Paul Priest, Olivier Galibert
|
||||||
/*
|
/*
|
||||||
Super Kaneko Nova System
|
Super Kaneko Nova System
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Lee Taylor,John Clegg,Tomasz Slanina
|
// copyright-holders:Lee Taylor
|
||||||
|
// thanks-to:John Clegg,Tomasz Slanina
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
Traverse USA / Zippy Race (c) 1983 Irem
|
Traverse USA / Zippy Race (c) 1983 Irem
|
||||||
|
@ -1,10 +1,9 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:HIGHWAYMAN, Nicola Salmoria, Pierpaolo Prazzoli
|
// copyright-holders:Nicola Salmoria, Pierpaolo Prazzoli
|
||||||
|
// thanks-to:HIGHWAYMAN
|
||||||
/*
|
/*
|
||||||
Wink - (c) 1985 Midcoin
|
Wink - (c) 1985 Midcoin
|
||||||
|
|
||||||
driver by HIGHWAYMAN, Nicola Salmoria, Pierpaolo Prazzoli
|
|
||||||
|
|
||||||
TODO:
|
TODO:
|
||||||
- better interrupts?
|
- better interrupts?
|
||||||
- finish sound
|
- finish sound
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Carlos A. Lozano, Rob Rosenbrock, Phil Stroffolino
|
// copyright-holders:Carlos A. Lozano, Rob Rosenbrock, Phil Stroffolino
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Philip 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
|
||||||
/*************************************************************************
|
/*************************************************************************
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Lee Taylor, John Clegg
|
// copyright-holders:Lee Taylor
|
||||||
|
// thanks-to:John Clegg
|
||||||
class m58_state : public driver_device
|
class m58_state : public driver_device
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:LGPL-2.1+
|
||||||
// copyright-holders:Ralf Schaefer, Cowering
|
// copyright-holders:Ralf Schaefer, Cowering
|
||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Phil Stroffolino, Carlos A. Lozano, Rob Rosenbrock
|
// copyright-holders:Phil Stroffolino, Carlos A. Lozano, Rob Rosenbrock
|
||||||
#include "sound/msm5205.h"
|
#include "sound/msm5205.h"
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Marco Cassili,Ernesto Corvi,Tim Lindquist,Carlos A. Lozano,Bryan McPhail,Jarek Parchanski,Nicola Salmoria,Tomasz Slanina,Phil Stroffolino,Acho A. Tang,Victor Trucco
|
// copyright-holders:Ernesto Corvi,Tim Lindquist,Carlos A. Lozano,Bryan McPhail,Jarek Parchanski,Nicola Salmoria,Tomasz Slanina,Phil Stroffolino,Acho A. Tang,Victor Trucco
|
||||||
|
// thanks-to:Marco Cassili
|
||||||
/*************************************************************************
|
/*************************************************************************
|
||||||
|
|
||||||
various SNK triple Z80 games
|
various SNK triple Z80 games
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:David Haywood, Sylvain Glaize, Paul Priest, Olivier Galibert
|
// copyright-holders:David Haywood, Sylvain Glaize, Paul Priest, Olivier Galibert
|
||||||
|
|
||||||
#include "cpu/sh2/sh2.h"
|
#include "cpu/sh2/sh2.h"
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Lee Taylor,John Clegg,Tomasz Slanina
|
// copyright-holders:Lee Taylor
|
||||||
|
// thanks-to:John Clegg,Tomasz Slanina
|
||||||
class travrusa_state : public driver_device
|
class travrusa_state : public driver_device
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Carlos A. Lozano, Rob Rosenbrock, Phil Stroffolino
|
// copyright-holders:Carlos A. Lozano, Rob Rosenbrock, Phil Stroffolino
|
||||||
class xain_state : public driver_device
|
class xain_state : public driver_device
|
||||||
{
|
{
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:David Haywood, Luca Elia, Sebastien Volpe
|
// copyright-holders:David Haywood, Luca Elia, Sebastien Volpe
|
||||||
/* Kaneko 'Toybox' protection
|
/* Kaneko 'Toybox' protection
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:David Haywood, Luca Elia, Sebastien Volpe
|
// copyright-holders:David Haywood, Luca Elia, Sebastien Volpe
|
||||||
/* Kaneko Toybox */
|
/* Kaneko Toybox */
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:LGPL-2.1+
|
||||||
// copyright-holders:Ralf Schaefer, Cowering
|
// copyright-holders:Ralf Schaefer, Cowering
|
||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Philip 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
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Lee Taylor, John Clegg
|
// copyright-holders:Lee Taylor
|
||||||
|
// thanks-to:John Clegg
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
Irem M58 hardware
|
Irem M58 hardware
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Phil Stroffolino, Carlos A. Lozano, Rob Rosenbrock
|
// copyright-holders:Phil Stroffolino, Carlos A. Lozano, Rob Rosenbrock
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Marco Cassili,Ernesto Corvi,Tim Lindquist,Carlos A. Lozano,Bryan McPhail,Jarek Parchanski,Nicola Salmoria,Tomasz Slanina,Phil Stroffolino,Acho A. Tang,Victor Trucco
|
// copyright-holders:Ernesto Corvi,Tim Lindquist,Carlos A. Lozano,Bryan McPhail,Jarek Parchanski,Nicola Salmoria,Tomasz Slanina,Phil Stroffolino,Acho A. Tang,Victor Trucco
|
||||||
|
// thanks-to:Marco Cassili
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
#include "includes/snk.h"
|
#include "includes/snk.h"
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:David Haywood, Sylvain Glaize, Paul Priest, Olivier Galibert
|
// copyright-holders:David Haywood, Sylvain Glaize, Paul Priest, Olivier Galibert
|
||||||
/* Super Kaneko Nova System video */
|
/* Super Kaneko Nova System video */
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Lee Taylor,John Clegg,Tomasz Slanina
|
// copyright-holders:Lee Taylor
|
||||||
|
// thanks-to:John Clegg,Tomasz Slanina
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
video.c
|
video.c
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Carlos A. Lozano, Rob Rosenbrock, Phil Stroffolino
|
// copyright-holders:Carlos A. Lozano, Rob Rosenbrock, Phil Stroffolino
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user