updated licenses for most of devices (nw)

This commit is contained in:
Miodrag Milanovic 2015-05-14 15:04:21 +02:00
parent 1959a525d6
commit 9e20a645ae
121 changed files with 213 additions and 218 deletions

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:smf
/*************************************************************************** /***************************************************************************
NEC uPD4701 NEC uPD4701

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:smf
/*************************************************************************** /***************************************************************************
NEC uPD4701 NEC uPD4701

View File

@ -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 !!!

View File

@ -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 !!!

View File

@ -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.

View File

@ -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__

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Aaron Giles
/*************************************************************************** /***************************************************************************
CEM3394 sound driver. CEM3394 sound driver.

View File

@ -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__

View File

@ -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"

View File

@ -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_

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -1,5 +1,5 @@
// license:??? // license:???
// copyright-holders:??? // copyright-holders:Derrick Renaud, Couriersud
#pragma once #pragma once
#ifndef __FILTER_H__ #ifndef __FILTER_H__

View File

@ -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"

View File

@ -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__

View File

@ -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"

View File

@ -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__

View File

@ -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

View File

@ -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__

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Nicola Salmoria
/*********************************************************/ /*********************************************************/
/* Konami PCM controller */ /* Konami PCM controller */
/*********************************************************/ /*********************************************************/

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Nicola Salmoria
/*********************************************************/ /*********************************************************/
/* Konami PCM controller */ /* Konami PCM controller */
/*********************************************************/ /*********************************************************/

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Ernesto Corvi
/********************************************************* /*********************************************************
Konami 053260 KDSC Konami 053260 KDSC

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Ernesto Corvi
/********************************************************* /*********************************************************
Konami 053260 KDSC Konami 053260 KDSC

View File

@ -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

View File

@ -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

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Ville Linde
/*********************************************************************** /***********************************************************************
Konami K056800 (MIRAC) Konami K056800 (MIRAC)

View File

@ -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

View File

@ -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

View File

@ -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
//************************************************************************** //**************************************************************************

View File

@ -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

View File

@ -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

View File

@ -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
// //

View File

@ -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__

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -1,5 +1,5 @@
// license:??? // license:???
// copyright-holders:??? // copyright-holders:Jarek Burczynski, Hiromitsu Shioya
#pragma once #pragma once
#ifndef __MSM5232_H__ #ifndef __MSM5232_H__

View File

@ -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.

View File

@ -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__

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Nicola Salmoria
/*************************************************************************** /***************************************************************************
NAMCO sound driver. NAMCO sound driver.

View File

@ -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__

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Andrew Gardner
/*************************************************************************** /***************************************************************************
okiadpcm.h okiadpcm.h

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Andrew Gardner
/*************************************************************************** /***************************************************************************
okiadpcm.h okiadpcm.h

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Barry Rodewald
/********************************************************************************************** /**********************************************************************************************
* *
* OKI MSM6258 ADPCM * OKI MSM6258 ADPCM

View File

@ -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__

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Andrew Gardner
/*************************************************************************** /***************************************************************************
okim9810.h okim9810.h

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Andrew Gardner
/*************************************************************************** /***************************************************************************
okim9810.h okim9810.h

View File

@ -1,5 +1,5 @@
// license:??? // license:???
// copyright-holders:??? // copyright-holders:Phil Bennett
/*************************************************************************** /***************************************************************************
qs1000.c qs1000.c

View File

@ -1,5 +1,5 @@
// license:??? // license:???
// copyright-holders:??? // copyright-holders:Phil Bennett
/*************************************************************************** /***************************************************************************
qs1000.h qs1000.h

View File

@ -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 */
/*********************************************************/ /*********************************************************/

View File

@ -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 */
/*********************************************************/ /*********************************************************/

View File

@ -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>;

View File

@ -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

View File

@ -1,5 +1,5 @@
// license:??? // license:???
// copyright-holders:??? // copyright-holders:Hiromitsu Shioya
/*********************************************************/ /*********************************************************/
/* SEGA 16ch 8bit PCM */ /* SEGA 16ch 8bit PCM */
/*********************************************************/ /*********************************************************/

View File

@ -1,5 +1,5 @@
// license:??? // license:???
// copyright-holders:??? // copyright-holders:Hiromitsu Shioya
/*********************************************************/ /*********************************************************/
/* SEGA 8bit PCM */ /* SEGA 8bit PCM */
/*********************************************************/ /*********************************************************/

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Nicola Salmoria
/*************************************************************************** /***************************************************************************
SNK Wave sound driver. SNK Wave sound driver.

View File

@ -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__

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Nicola Salmoria
/*************************************************************************** /***************************************************************************
speaker.c speaker.c

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Nicola Salmoria
/********************************************************************** /**********************************************************************
speaker.h speaker.h

View File

@ -1,5 +1,5 @@
// license:??? // license:???
// copyright-holders:??? // copyright-holders:pSXAuthor, R.Belmont
#pragma once #pragma once
#ifndef __SPU_H__ #ifndef __SPU_H__

View File

@ -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)

View File

@ -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__

View File

@ -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"

View File

@ -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__

View File

@ -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"

View File

@ -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__

View File

@ -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

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Angelo Salese
/*************************************************************************** /***************************************************************************
Template for skeleton device Template for skeleton device

View File

@ -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"

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:ElSemi
#pragma once #pragma once
#ifndef __VRENDER0_H__ #ifndef __VRENDER0_H__

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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
* *

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Wilbert Pol
/*************************************************************************** /***************************************************************************
ef9340_1.h ef9340_1.h

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Wilbert Pol
/*************************************************************************** /***************************************************************************
ef9340_1.h ef9340_1.h

View File

@ -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)
{ {

View File

@ -1,5 +1,5 @@
// license:??? // license:???
// copyright-holders:??? // copyright-holders:Couriersud
/*************************************************************************** /***************************************************************************
fixfreq.h fixfreq.h

View File

@ -1,5 +1,5 @@
// license:??? // license:???
// copyright-holders:??? // copyright-holders:Couriersud
/*************************************************************************** /***************************************************************************
fixfreq.h fixfreq.h

View File

@ -1,5 +1,5 @@
// license:??? // license:???
// copyright-holders:??? // copyright-holders:Tim Schuerewegen
/* /*
NVIDIA GoForce 4500 NVIDIA GoForce 4500

View File

@ -1,5 +1,5 @@
// license:??? // license:???
// copyright-holders:??? // copyright-holders:Tim Schuerewegen
/* /*
NVIDIA GoForce 4500 NVIDIA GoForce 4500

View File

@ -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>;

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,5 +1,5 @@
// license:??? // license:???
// copyright-holders:??? // copyright-holders:Roberto Zandona'
/*************************************************************************** /***************************************************************************
HD63484 ACRTC HD63484 ACRTC

View File

@ -1,5 +1,5 @@
// license:??? // license:???
// copyright-holders:??? // copyright-holders:Roberto Zandona'
/************************************************************************* /*************************************************************************
HD63484 ACRTC HD63484 ACRTC

View File

@ -1,5 +1,5 @@
// license:??? // license:???
// copyright-holders:??? // copyright-holders:Tim Schuerewegen
/* /*
Hitachi HD66421 LCD Controller/Driver Hitachi HD66421 LCD Controller/Driver

View File

@ -1,5 +1,5 @@
// license:??? // license:???
// copyright-holders:??? // copyright-holders:Tim Schuerewegen
/*************************************************************************** /***************************************************************************
Hitachi HD66421 LCD Controller Hitachi HD66421 LCD Controller

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Wilbert Pol
/*************************************************************************** /***************************************************************************
i8244.c i8244.c

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Wilbert Pol
/*************************************************************************** /***************************************************************************
i8244.h i8244.h

View File

@ -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

View File

@ -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

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Ville Linde, Aaron Giles
/*************************************************************************** /***************************************************************************
poly.h poly.h

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Ville Linde, Aaron Giles
/*************************************************************************** /***************************************************************************
polylgcy.c polylgcy.c

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Ville Linde, Aaron Giles
/*************************************************************************** /***************************************************************************
polylgcy.h polylgcy.h

View File

@ -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