updated licenses for most of devices (nw)
This commit is contained in:
parent
1959a525d6
commit
9e20a645ae
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:smf
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
NEC uPD4701
|
NEC uPD4701
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:smf
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
NEC uPD4701
|
NEC uPD4701
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nathan Woods, Kevin Thacker, Phill Harvey-Smith, Robbbert, Curt Coder
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
!!! DEPRECATED, USE src/emu/wd_fdc.h FOR NEW DRIVERS !!!
|
!!! DEPRECATED, USE src/emu/wd_fdc.h FOR NEW DRIVERS !!!
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nathan Woods, Kevin Thacker, Phill Harvey-Smith, Robbbert, Curt Coder
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
!!! DEPRECATED, USE src/emu/wd_fdc.h FOR NEW DRIVERS !!!
|
!!! DEPRECATED, USE src/emu/wd_fdc.h FOR NEW DRIVERS !!!
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Aaron Giles,smf
|
||||||
/*
|
/*
|
||||||
CD-DA "Red Book" audio sound hardware handler
|
CD-DA "Red Book" audio sound hardware handler
|
||||||
Relies on the actual CD logic and reading in cdrom.c.
|
Relies on the actual CD logic and reading in cdrom.c.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Aaron Giles,smf
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifndef __CDDA_H__
|
#ifndef __CDDA_H__
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Aaron Giles
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
CEM3394 sound driver.
|
CEM3394 sound driver.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Aaron Giles
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifndef __CEM3394_H__
|
#ifndef __CEM3394_H__
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
#include "digitalk.h"
|
#include "digitalk.h"
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
#ifndef _DIGITALKER_H_
|
#ifndef _DIGITALKER_H_
|
||||||
#define _DIGITALKER_H_
|
#define _DIGITALKER_H_
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:???
|
// copyright-holders:Quench
|
||||||
/**********************************************************************************************
|
/**********************************************************************************************
|
||||||
*
|
*
|
||||||
* Streaming single channel ADPCM core for the ES8712 chip
|
* Streaming single channel ADPCM core for the ES8712 chip
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:???
|
// copyright-holders:Quench
|
||||||
/* An interface for the ES8712 ADPCM chip */
|
/* An interface for the ES8712 ADPCM chip */
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:???
|
// copyright-holders:Derrick Renaud, Couriersud
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
#include "filter.h"
|
#include "filter.h"
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:???
|
// copyright-holders:Derrick Renaud, Couriersud
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifndef __FILTER_H__
|
#ifndef __FILTER_H__
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:???
|
// copyright-holders:Derrick Renaud, Couriersud
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
#include "flt_rc.h"
|
#include "flt_rc.h"
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:???
|
// copyright-holders:Derrick Renaud, Couriersud
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifndef __FLT_RC_H__
|
#ifndef __FLT_RC_H__
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:???
|
// copyright-holders:Derrick Renaud, Couriersud
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
#include "flt_vol.h"
|
#include "flt_vol.h"
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:???
|
// copyright-holders:Derrick Renaud, Couriersud
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifndef __FLT_VOL_H__
|
#ifndef __FLT_VOL_H__
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Aaron Giles
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
|
|
||||||
Harris HC-55516 (and related) emulator
|
Harris HC-55516 (and related) emulator
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Aaron Giles
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifndef __HC55516_H__
|
#ifndef __HC55516_H__
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria
|
||||||
/*********************************************************/
|
/*********************************************************/
|
||||||
/* Konami PCM controller */
|
/* Konami PCM controller */
|
||||||
/*********************************************************/
|
/*********************************************************/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria
|
||||||
/*********************************************************/
|
/*********************************************************/
|
||||||
/* Konami PCM controller */
|
/* Konami PCM controller */
|
||||||
/*********************************************************/
|
/*********************************************************/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Ernesto Corvi
|
||||||
/*********************************************************
|
/*********************************************************
|
||||||
|
|
||||||
Konami 053260 KDSC
|
Konami 053260 KDSC
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Ernesto Corvi
|
||||||
/*********************************************************
|
/*********************************************************
|
||||||
|
|
||||||
Konami 053260 KDSC
|
Konami 053260 KDSC
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Aaron Giles
|
||||||
/*********************************************************
|
/*********************************************************
|
||||||
|
|
||||||
Konami 054539 (TOP) PCM Sound Chip
|
Konami 054539 (TOP) PCM Sound Chip
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Aaron Giles
|
||||||
/*********************************************************
|
/*********************************************************
|
||||||
|
|
||||||
Konami 054539 PCM Sound Chip
|
Konami 054539 PCM Sound Chip
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Ville Linde
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
|
|
||||||
Konami K056800 (MIRAC)
|
Konami K056800 (MIRAC)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Ville Linde
|
||||||
/*********************************************************
|
/*********************************************************
|
||||||
|
|
||||||
Konami 056800 MIRAC sound interface
|
Konami 056800 MIRAC sound interface
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:LGPL-2.1+
|
||||||
// copyright-holders:???
|
// copyright-holders:David Haywood, Angelo Salese, ElSemi, Andrew Gardner, Andrew Zaferakis
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
L7A1045 L6028 DSP-A
|
L7A1045 L6028 DSP-A
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:LGPL-2.1+
|
||||||
// copyright-holders:???
|
// copyright-holders:David Haywood, Angelo Salese, ElSemi, Andrew Gardner, Andrew Zaferakis
|
||||||
//**************************************************************************
|
//**************************************************************************
|
||||||
// TYPE DEFINITIONS
|
// TYPE DEFINITIONS
|
||||||
//**************************************************************************
|
//**************************************************************************
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Curt Coder
|
||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
|
|
||||||
LMC1992 Digitally-Controlled Stereo Tone and Volume Circuit with
|
LMC1992 Digitally-Controlled Stereo Tone and Volume Circuit with
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Curt Coder
|
||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
|
|
||||||
LMC1992 Digitally-Controlled Stereo Tone and Volume Circuit with
|
LMC1992 Digitally-Controlled Stereo Tone and Volume Circuit with
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
//
|
//
|
||||||
// MAS 3507D MPEG audio decoder
|
// MAS 3507D MPEG audio decoder
|
||||||
//
|
//
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifndef __MAS3507D_H__
|
#ifndef __MAS3507D_H__
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nathan Woods, Curt Coder
|
||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
|
|
||||||
MOS 6581/8580 Sound Interface Device emulation
|
MOS 6581/8580 Sound Interface Device emulation
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nathan Woods, Curt Coder
|
||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
|
|
||||||
MOS 6581/8580 Sound Interface Device emulation
|
MOS 6581/8580 Sound Interface Device emulation
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Curt Coder
|
||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
|
|
||||||
MOS 7360/8360 Text Edit Device (TED) emulation
|
MOS 7360/8360 Text Edit Device (TED) emulation
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Curt Coder
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
MOS 7360/8360 Text Edit Device (TED) emulation
|
MOS 7360/8360 Text Edit Device (TED) emulation
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:???
|
// copyright-holders:Jarek Burczynski, Hiromitsu Shioya
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
|
|
||||||
#include "msm5232.h"
|
#include "msm5232.h"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:???
|
// copyright-holders:Jarek Burczynski, Hiromitsu Shioya
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifndef __MSM5232_H__
|
#ifndef __MSM5232_H__
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
An Hitachi HD637A01X0 MCU programmed to act as a sample player.
|
An Hitachi HD637A01X0 MCU programmed to act as a sample player.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifndef __N63701X_H__
|
#ifndef __N63701X_H__
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
NAMCO sound driver.
|
NAMCO sound driver.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifndef __NAMCO_H__
|
#ifndef __NAMCO_H__
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Andrew Gardner
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
okiadpcm.h
|
okiadpcm.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Andrew Gardner
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
okiadpcm.h
|
okiadpcm.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Barry Rodewald
|
||||||
/**********************************************************************************************
|
/**********************************************************************************************
|
||||||
*
|
*
|
||||||
* OKI MSM6258 ADPCM
|
* OKI MSM6258 ADPCM
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Barry Rodewald
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifndef __OKIM6258_H__
|
#ifndef __OKIM6258_H__
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Andrew Gardner
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
okim9810.h
|
okim9810.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Andrew Gardner
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
okim9810.h
|
okim9810.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:???
|
// copyright-holders:Phil Bennett
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
qs1000.c
|
qs1000.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:???
|
// copyright-holders:Phil Bennett
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
qs1000.h
|
qs1000.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galiber
|
||||||
/*********************************************************/
|
/*********************************************************/
|
||||||
/* ricoh RF5C68(or clone) PCM controller */
|
/* ricoh RF5C68(or clone) PCM controller */
|
||||||
/*********************************************************/
|
/*********************************************************/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galiber
|
||||||
/*********************************************************/
|
/*********************************************************/
|
||||||
/* ricoh RF5C68(or clone) PCM controller */
|
/* ricoh RF5C68(or clone) PCM controller */
|
||||||
/*********************************************************/
|
/*********************************************************/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galiber
|
||||||
#include "sb0400.h"
|
#include "sb0400.h"
|
||||||
|
|
||||||
const device_type SB0400 = &device_creator<sb0400_device>;
|
const device_type SB0400 = &device_creator<sb0400_device>;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galiber
|
||||||
// Creative labs SB0400 Audigy2 Value
|
// Creative labs SB0400 Audigy2 Value
|
||||||
|
|
||||||
#ifndef SB0400_H
|
#ifndef SB0400_H
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:???
|
// copyright-holders:Hiromitsu Shioya
|
||||||
/*********************************************************/
|
/*********************************************************/
|
||||||
/* SEGA 16ch 8bit PCM */
|
/* SEGA 16ch 8bit PCM */
|
||||||
/*********************************************************/
|
/*********************************************************/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:???
|
// copyright-holders:Hiromitsu Shioya
|
||||||
/*********************************************************/
|
/*********************************************************/
|
||||||
/* SEGA 8bit PCM */
|
/* SEGA 8bit PCM */
|
||||||
/*********************************************************/
|
/*********************************************************/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
SNK Wave sound driver.
|
SNK Wave sound driver.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifndef __SNKWAVE_H__
|
#ifndef __SNKWAVE_H__
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
speaker.c
|
speaker.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria
|
||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
|
|
||||||
speaker.h
|
speaker.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:???
|
// copyright-holders:pSXAuthor, R.Belmont
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifndef __SPU_H__
|
#ifndef __SPU_H__
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Wilbert Pol
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
t6w28.c (based on sn74696.c)
|
t6w28.c (based on sn74696.c)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Wilbert Pol
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifndef __T6W28_H__
|
#ifndef __T6W28_H__
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Juergen Buchmueller
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
#include "tms3615.h"
|
#include "tms3615.h"
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Juergen Buchmueller
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifndef __TMS3615_H__
|
#ifndef __TMS3615_H__
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Juergen Buchmueller
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
#include "tms36xx.h"
|
#include "tms36xx.h"
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Juergen Buchmueller
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifndef __TMS36XX_H__
|
#ifndef __TMS36XX_H__
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Angelo Salese
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
NEC uPD7752 Voice Synthesizing LSI
|
NEC uPD7752 Voice Synthesizing LSI
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Angelo Salese
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
Template for skeleton device
|
Template for skeleton device
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:ElSemi
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
#include "vrender0.h"
|
#include "vrender0.h"
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:ElSemi
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifndef __VRENDER0_H__
|
#ifndef __VRENDER0_H__
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Barry Rodewald
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Cirrus Logic GD542x/3x video chipsets
|
Cirrus Logic GD542x/3x video chipsets
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Barry Rodewald
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Cirrus Logic GD542x/3x video chipsets
|
Cirrus Logic GD542x/3x video chipsets
|
||||||
|
@ -1,11 +1,9 @@
|
|||||||
// license:???
|
// license:GPL-2.0+
|
||||||
// copyright-holders:???
|
// copyright-holders:Dirk Best
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
*
|
*
|
||||||
* DL1416
|
* DL1416
|
||||||
*
|
*
|
||||||
* license: MAME, GPL-2.0+
|
|
||||||
* copyright-holders: Dirk Best
|
|
||||||
*
|
*
|
||||||
* 4-Digit 16-Segment Alphanumeric Intelligent Display
|
* 4-Digit 16-Segment Alphanumeric Intelligent Display
|
||||||
* with Memory/Decoder/Driver
|
* with Memory/Decoder/Driver
|
||||||
|
@ -1,12 +1,9 @@
|
|||||||
// license:???
|
// license:GPL-2.0+
|
||||||
// copyright-holders:???
|
// copyright-holders:Dirk Best
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
*
|
*
|
||||||
* DL1416
|
* DL1416
|
||||||
*
|
*
|
||||||
* license: MAME, GPL-2.0+
|
|
||||||
* copyright-holders: Dirk Best
|
|
||||||
*
|
|
||||||
* 4-Digit 16-Segment Alphanumeric Intelligent Display
|
* 4-Digit 16-Segment Alphanumeric Intelligent Display
|
||||||
* with Memory/Decoder/Driver
|
* with Memory/Decoder/Driver
|
||||||
*
|
*
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Wilbert Pol
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
ef9340_1.h
|
ef9340_1.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Wilbert Pol
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
ef9340_1.h
|
ef9340_1.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Wilbert Pol
|
||||||
static const UINT8 ef9341_char_set[2][128][10] = {
|
static const UINT8 ef9341_char_set[2][128][10] = {
|
||||||
// Alphanumeric character set (128 characters)
|
// Alphanumeric character set (128 characters)
|
||||||
{
|
{
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:???
|
// copyright-holders:Couriersud
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
fixfreq.h
|
fixfreq.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:???
|
// copyright-holders:Couriersud
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
fixfreq.h
|
fixfreq.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:???
|
// copyright-holders:Tim Schuerewegen
|
||||||
/*
|
/*
|
||||||
|
|
||||||
NVIDIA GoForce 4500
|
NVIDIA GoForce 4500
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:???
|
// copyright-holders:Tim Schuerewegen
|
||||||
/*
|
/*
|
||||||
|
|
||||||
NVIDIA GoForce 4500
|
NVIDIA GoForce 4500
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
#include "gf7600gs.h"
|
#include "gf7600gs.h"
|
||||||
|
|
||||||
const device_type GEFORCE_7600GS = &device_creator<geforce_7600gs_device>;
|
const device_type GEFORCE_7600GS = &device_creator<geforce_7600gs_device>;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
#ifndef GF7600GS_H
|
#ifndef GF7600GS_H
|
||||||
#define GF7600GS_H
|
#define GF7600GS_H
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Curt Coder
|
||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
|
|
||||||
HD44102 Dot Matrix Liquid Crystal Graphic Display Column Driver emulation
|
HD44102 Dot Matrix Liquid Crystal Graphic Display Column Driver emulation
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Curt Coder
|
||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
|
|
||||||
HD44102 Dot Matrix Liquid Crystal Graphic Display Column Driver emulation
|
HD44102 Dot Matrix Liquid Crystal Graphic Display Column Driver emulation
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:???
|
// copyright-holders:Roberto Zandona'
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
HD63484 ACRTC
|
HD63484 ACRTC
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:???
|
// copyright-holders:Roberto Zandona'
|
||||||
/*************************************************************************
|
/*************************************************************************
|
||||||
|
|
||||||
HD63484 ACRTC
|
HD63484 ACRTC
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:???
|
// copyright-holders:Tim Schuerewegen
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Hitachi HD66421 LCD Controller/Driver
|
Hitachi HD66421 LCD Controller/Driver
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:???
|
// copyright-holders:Tim Schuerewegen
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
Hitachi HD66421 LCD Controller
|
Hitachi HD66421 LCD Controller
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Wilbert Pol
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
i8244.c
|
i8244.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Wilbert Pol
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
i8244.h
|
i8244.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Curt Coder
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
MOS 6566/6567/6569 Video Interface Chip (VIC-II) emulation
|
MOS 6566/6567/6569 Video Interface Chip (VIC-II) emulation
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Curt Coder
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
MOS 6566/6567/6569 Video Interface Chip II (VIC-II) emulation
|
MOS 6566/6567/6569 Video Interface Chip II (VIC-II) emulation
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Ville Linde, Aaron Giles
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
poly.h
|
poly.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Ville Linde, Aaron Giles
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
polylgcy.c
|
polylgcy.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Ville Linde, Aaron Giles
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
polylgcy.h
|
polylgcy.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:???
|
// copyright-holders:Couriersud
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
|
|
||||||
resnet.c
|
resnet.c
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user