mirror of
https://github.com/holub/mame
synced 2025-06-22 20:38:50 +03:00
Discrete audio license update. Put my name on quite a number of discrete
audio drivers which I created. Also inserted D. Renaud were appropriate. Left FIXMEs were I think the copyright holder could actually be D. R. (nw)
This commit is contained in:
parent
1963cf6967
commit
c702261bae
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:Steve Ellenoff
|
// copyright-holders:Steve Ellenoff, Manuel Abadia, Couriersud
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
*
|
*
|
||||||
* i8051.c
|
* i8051.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:Steve Ellenoff
|
// copyright-holders:Steve Ellenoff, Manuel Abadia, Couriersud
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
*
|
*
|
||||||
* mcs51.h
|
* mcs51.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:Keith Wilkins
|
// copyright-holders:Keith Wilkins, Derrick Renaud, F.Palazzolo, Couriersud
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifndef __DISC_CLS_H__
|
#ifndef __DISC_CLS_H__
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Brad Oliver, Bernd Wiebelt, Allard van der Bas
|
// copyright-holders: Couriersud
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Brad Oliver, Nicola Salmoria
|
// copyright-holders:Couriersud
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Battlezone sound info, courtesy of Al Kossow:
|
Battlezone sound info, courtesy of Al Kossow:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Nicola Salmoria
|
// copyright-holders:Derrick Renaud
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
galaga.c
|
galaga.c
|
||||||
Sound handler
|
Sound handler
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Aaron Giles
|
// copyright-holders:Couriersud
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
Galaxian-derived sound hardware
|
Galaxian-derived sound hardware
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Ernesto Corvi, Phil Stroffolino
|
// copyright-holders:Hans Andersson
|
||||||
/*************************************************************************
|
/*************************************************************************
|
||||||
|
|
||||||
audio\grchamp.c
|
audio\grchamp.c
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Aaron Giles
|
// copyright-holders:Aaron Giles
|
||||||
|
// FIXME: copyright most likely Derrick Renaud
|
||||||
/*************************************************************************
|
/*************************************************************************
|
||||||
|
|
||||||
audio\hitme.c
|
audio\hitme.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Al Kossow
|
// copyright-holders:Derrick Renaud
|
||||||
/************************************************************************
|
/************************************************************************
|
||||||
* m79amb Sound System Analog emulation
|
* m79amb Sound System Analog emulation
|
||||||
* Nov 2008, Derrick Renaud
|
* Nov 2008, Derrick Renaud
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:GPL-2.0+
|
// license:GPL-2.0+
|
||||||
// copyright-holders:Norbert Kehrer
|
// copyright-holders:Derrick Renaud
|
||||||
/************************************************************************
|
/************************************************************************
|
||||||
* madalien Sound System Analog emulation
|
* madalien Sound System Analog emulation
|
||||||
* Aug 2008, Derrick Renaud
|
* Aug 2008, Derrick Renaud
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Mirko Buffoni
|
// copyright-holders:Couriersud
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
#include "cpu/z80/z80.h"
|
#include "cpu/z80/z80.h"
|
||||||
#include "cpu/mcs48/mcs48.h"
|
#include "cpu/mcs48/mcs48.h"
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Michael Strutts, Nicola Salmoria, Tormod Tjaberg, Mirko Buffoni,Lee Taylor, Valerio Verrando, Marco Cassili, Zsolt Vasvari
|
// copyright-holders:Michael Strutts, Nicola Salmoria, Tormod Tjaberg, Mirko Buffoni,Lee Taylor, Valerio Verrando, Marco Cassili, Zsolt Vasvari
|
||||||
|
// FIXME: looks like Derrick Renaud is missing
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
Midway 8080-based black and white hardware
|
Midway 8080-based black and white hardware
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Mike Balfour
|
// copyright-holders:Mike Balfour
|
||||||
|
// FIXME: coding style indicates Derrick Renaud
|
||||||
/*************************************************************************
|
/*************************************************************************
|
||||||
|
|
||||||
audio\nitedrvr.c
|
audio\nitedrvr.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Angelo Salese, Roberto Fresca
|
// copyright-holders:Derrick Renaud, Roberto Fresca
|
||||||
/************************************************************************
|
/************************************************************************
|
||||||
* Noraut/Kimble/Kramer Poker Sound System Analog emulation
|
* Noraut/Kimble/Kramer Poker Sound System Analog emulation
|
||||||
* Sept 2009, Derrick Renaud & Roberto Fresca.
|
* Sept 2009, Derrick Renaud & Roberto Fresca.
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:Stefan Jokisch
|
// copyright-holders:Stefan Jokisch
|
||||||
|
// FIXME: Coding style indicates Derrick Renaud
|
||||||
/*************************************************************************
|
/*************************************************************************
|
||||||
|
|
||||||
audio\orbit.c
|
audio\orbit.c
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
// license:GPL-2.0+
|
// license:GPL-2.0+
|
||||||
// copyright-holders:Juergen Buchmueller
|
// copyright-holders:Juergen Buchmueller
|
||||||
|
// FIXME: coding style indicates Derrick Renaud
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
*
|
*
|
||||||
* Phoenix sound hardware simulation - still very ALPHA!
|
* Phoenix sound hardware simulation - still very ALPHA!
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Ernesto Corvi, Juergen Buchmueller, Alex Pasadyn, Aaron Giles, Nicola Salmoria
|
// copyright-holders:Ernesto Corvi, Juergen Buchmueller, Alex Pasadyn, Aaron Giles, Nicola Salmoria
|
||||||
|
// FIXME: Coding style indicates Derrick Renaud
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
polepos.c
|
polepos.c
|
||||||
Sound handler
|
Sound handler
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:Stefan Jokisch
|
// copyright-holders:Stefan Jokisch
|
||||||
|
// FIXME: Coding style indicates Derrick Renaud
|
||||||
/*************************************************************************
|
/*************************************************************************
|
||||||
|
|
||||||
audio\poolshrk.c
|
audio\poolshrk.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Mike Balfour
|
// copyright-holders:Derrick Renaud
|
||||||
/*************************************************************************
|
/*************************************************************************
|
||||||
|
|
||||||
audio\skydiver.c
|
audio\skydiver.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:Stefan Jokisch
|
// copyright-holders:Derrick Renaud
|
||||||
/************************************************************************
|
/************************************************************************
|
||||||
* skyraid Sound System Analog emulation
|
* skyraid Sound System Analog emulation
|
||||||
* Sept 2009, Derrick Renaud
|
* Sept 2009, Derrick Renaud
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Zsolt Vasvari
|
// copyright-holders:Zsolt Vasvari
|
||||||
|
// FIXME: coding style indicates Derrick Renaud
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
Sigma Spiders hardware
|
Sigma Spiders hardware
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:BSD-3-Clause
|
// license:???
|
||||||
// copyright-holders:Mike Balfour
|
// copyright-holders:Hans Andersson
|
||||||
/*************************************************************************
|
/*************************************************************************
|
||||||
|
|
||||||
audio\sprint2.c
|
audio\sprint2.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:Stefan Jokisch
|
// copyright-holders:Derrick Renaud
|
||||||
/*************************************************************************
|
/*************************************************************************
|
||||||
|
|
||||||
audio\sprint4.c
|
audio\sprint4.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:Stefan Jokisch
|
// copyright-holders:Derrick Renaud
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
Atari Sprint 4 + Ultra Tank Audio
|
Atari Sprint 4 + Ultra Tank Audio
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:Stefan Jokisch
|
// copyright-holders:Derrick Renaud
|
||||||
/************************************************************************
|
/************************************************************************
|
||||||
* sprint8 Sound System Analog emulation
|
* sprint8 Sound System Analog emulation
|
||||||
* Sept 2009, Derrick Renaud
|
* Sept 2009, Derrick Renaud
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:BSD-3-Clause
|
// license:???
|
||||||
// copyright-holders:Frank Palazzolo, Stefan Jokisch
|
// copyright-holders:Derrick Renaud
|
||||||
/************************************************************************
|
/************************************************************************
|
||||||
* starshp1 Sound System Analog emulation
|
* starshp1 Sound System Analog emulation
|
||||||
* Aug 2008, Derrick Renaud
|
* Aug 2008, Derrick Renaud
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Mike Balfour
|
// copyright-holders:Mike Balfour
|
||||||
|
// FIXME: coding style indicates Derrick Renaud
|
||||||
/*************************************************************************
|
/*************************************************************************
|
||||||
|
|
||||||
audio\subs.c
|
audio\subs.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:Stefan Jokisch
|
// copyright-holders:Hans Andersson
|
||||||
/*************************************************************************
|
/*************************************************************************
|
||||||
|
|
||||||
audio\tank8.c
|
audio\tank8.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:Stefan Jokisch
|
// copyright-holders:Derrick Renaud
|
||||||
/*************************************************************************
|
/*************************************************************************
|
||||||
|
|
||||||
audio\triplhnt.c
|
audio\triplhnt.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Zsolt Vasvari
|
// copyright-holders:Derrick Renaud, Couriersud
|
||||||
/*************************************************************************
|
/*************************************************************************
|
||||||
|
|
||||||
VIC Dual Game board
|
VIC Dual Game board
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Sebastien Monassa
|
// copyright-holders:Derrick Renaud
|
||||||
/*************************************************************************
|
/*************************************************************************
|
||||||
|
|
||||||
audio\videopin.c
|
audio\videopin.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:Paul Leaman
|
// copyright-holders:Paul Leaman, Couriersud
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
1942
|
1942
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Zsolt Vasvari
|
// copyright-holders:Zsolt Vasvari, Couriersud
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
Burger Time
|
Burger Time
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Nicola Salmoria,Chris Hardy
|
// copyright-holders:Nicola Salmoria,Chris Hardy, Couriersud
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
Circus Charlie GX380 (c) 1984 Konami
|
Circus Charlie GX380 (c) 1984 Konami
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Aaron Giles
|
// copyright-holders:Aaron Giles, Couriersud
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
Galaxian-derived hardware
|
Galaxian-derived hardware
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Nicola Salmoria
|
// copyright-holders:Nicola Salmoria, Couriersud
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
Gyruss memory map (preliminary)
|
Gyruss memory map (preliminary)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Mirko Buffoni
|
// copyright-holders:Mirko Buffoni, Couriersud
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
IronHorse
|
IronHorse
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:Marc Lafontaine
|
// copyright-holders:Marc Lafontaine, Couriersud
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
Popeye (c) 1982 Nintendo
|
Popeye (c) 1982 Nintendo
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:Paul Forgey, Hedley Rainnie, Aaron Giles
|
// copyright-holders:Paul Forgey, Hedley Rainnie, Aaron Giles, Couriersud
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
Atari Quantum hardware
|
Atari Quantum hardware
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Aaron Giles
|
// copyright-holders:Couriersud
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
Gaelco 3D serial hardware
|
Gaelco 3D serial hardware
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:Lee Taylor
|
// copyright-holders:Lee Taylor, Couriersud
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
video.c
|
video.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Olivier Galibert, R. Belmont
|
// copyright-holders:Couriersud
|
||||||
|
|
||||||
//============================================================
|
//============================================================
|
||||||
// INLINE
|
// INLINE
|
||||||
|
@ -1,11 +1,13 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Olivier Galibert, R. Belmont
|
// copyright-holders: Couriersud, Olivier Galibert, R. Belmont
|
||||||
//============================================================
|
//============================================================
|
||||||
//
|
//
|
||||||
// draw13.c - SDL 2.0 drawing implementation
|
// draw13.c - SDL 2.0 drawing implementation
|
||||||
//
|
//
|
||||||
// SDLMAME by Olivier Galibert and R. Belmont
|
// SDLMAME by Olivier Galibert and R. Belmont
|
||||||
//
|
//
|
||||||
|
// SDL 2.0 renderer by Couriersud
|
||||||
|
//
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
// standard C headers
|
// standard C headers
|
||||||
|
@ -1,11 +1,13 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Olivier Galibert, R. Belmont
|
// copyright-holders:Couriersud, Olivier Galibert, R. Belmont
|
||||||
//============================================================
|
//============================================================
|
||||||
//
|
//
|
||||||
// drawsdl.c - SDL software and OpenGL implementation
|
// drawsdl.c - SDL software and OpenGL implementation
|
||||||
//
|
//
|
||||||
// SDLMAME by Olivier Galibert and R. Belmont
|
// SDLMAME by Olivier Galibert and R. Belmont
|
||||||
//
|
//
|
||||||
|
// yuvmodes by Couriersud
|
||||||
|
//
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
// standard C headers
|
// standard C headers
|
||||||
|
Loading…
Reference in New Issue
Block a user