mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
some copyright tags
This commit is contained in:
parent
2daf85bd65
commit
7523b96daa
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Olivier Galibert, R. Belmont
|
||||
// copyright-holders:Olivier Galibert, R. Belmont, hap
|
||||
/*
|
||||
Panasonic MN10200 emulator
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Olivier Galibert, R. Belmont
|
||||
// copyright-holders:Olivier Galibert, R. Belmont, hap
|
||||
/*
|
||||
Panasonic MN10200 emulator
|
||||
|
||||
|
@ -1,5 +1,9 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Olivier Galibert, R. Belmont, hap
|
||||
/*
|
||||
Panasonic MN10200 disassembler
|
||||
*/
|
||||
|
||||
#include "emu.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Olivier Galibert, R. Belmont
|
||||
// copyright-holders:Olivier Galibert, R. Belmont, hap
|
||||
/*
|
||||
Yamaha YMF271-F "OPX" emulator v0.1
|
||||
By R. Belmont.
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Olivier Galibert, R. Belmont, hap
|
||||
#pragma once
|
||||
|
||||
#ifndef __YMF271_H__
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:MAME, LGPL 2.1
|
||||
// copyright-holders:R. Belmont, Olivier Galibert, hap
|
||||
/*
|
||||
|
||||
YMF278B FM + Wave table Synthesizer (OPL4)
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:MAME, LGPL 2.1
|
||||
// copyright-holders:R. Belmont, Olivier Galibert, hap
|
||||
#pragma once
|
||||
|
||||
#ifndef __YMF278B_H__
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Olivier Galibert, R. Belmont
|
||||
// copyright-holders:Olivier Galibert, R. Belmont, hap
|
||||
/*
|
||||
ZOOM ZSG-2 custom wavetable synthesizer
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Olivier Galibert, R. Belmont, hap
|
||||
/*
|
||||
ZOOM ZSG-2 custom wavetable synthesizer
|
||||
*/
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Olivier Galibert
|
||||
// copyright-holders:Olivier Galibert, hap
|
||||
/***************************************************************************
|
||||
|
||||
Taito Zoom ZSG-2 sound board
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Olivier Galibert, hap
|
||||
/***************************************************************************
|
||||
|
||||
Taito Zoom ZSG-2 sound board
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:David Haywood
|
||||
// copyright-holders:David Haywood, hap
|
||||
/* Ken Sei Mogura: Street Fighter II
|
||||
aka Street Fighter II Whack-a-mole game */
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:hap, Phil Stroffolino, R.Belmont
|
||||
// copyright-holders:Phil Stroffolino, hap, R.Belmont
|
||||
/**
|
||||
* This driver describes Namco's System22 and Super System 22 hardware.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:Ville Linde
|
||||
// copyright-holders:Ville Linde, hap, ???
|
||||
/*
|
||||
Seibu SPI Hardware
|
||||
Seibu SYS386I
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:Ville Linde
|
||||
// copyright-holders:Ville Linde, Angelo Salese, hap, ???
|
||||
/*************************************************************************
|
||||
|
||||
Taito JC System
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// copyright-holders:Phil Stroffolino, hap, R.Belmont
|
||||
/***************************************************************************
|
||||
|
||||
Namco System 22 / Super System 22 hardware
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// copyright-holders:Ville Linde, hap, ???
|
||||
/******************************************************************************
|
||||
|
||||
Seibu SPI hardware
|
||||
|
@ -1,5 +1,11 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// copyright-holders:Ville Linde, Angelo Salese, hap, ???
|
||||
/*************************************************************************
|
||||
|
||||
Taito JC System
|
||||
|
||||
*************************************************************************/
|
||||
|
||||
#include "video/poly.h"
|
||||
#include "machine/taitoio.h"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// copyright-holders:Phil Stroffolino, hap, R.Belmont
|
||||
/**
|
||||
* video hardware for Namco System22
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// copyright-holders:Ville Linde, hap, ???
|
||||
/******************************************************************************
|
||||
|
||||
Seibu SPI hardware
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// copyright-holders:Ville Linde, Angelo Salese, hap, ???
|
||||
/*************************************************************************
|
||||
|
||||
Taito JC System
|
||||
|
Loading…
Reference in New Issue
Block a user