fix and add licenses [nw]

This commit is contained in:
cracyc 2015-05-10 13:35:38 -05:00
parent 0f65eec439
commit 331ea009ed
28 changed files with 46 additions and 45 deletions

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause // license:BSD-3-Clause
// copyright-holders:Carl // copyright-holders:Carl,Miodrag Milanovic
/*************************************************************************** /***************************************************************************
ISA 8 bit Generic Communication Card ISA 8 bit Generic Communication Card

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause /// license:BSD-3-Clause
// copyright-holders:Carl // copyright-holders:Carl,Miodrag Milanovic
#pragma once #pragma once
#ifndef __ISA_COM_H__ #ifndef __ISA_COM_H__

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Carl
#include "dectalk.h" #include "dectalk.h"
const device_type ISA8_DECTALK = &device_creator<dectalk_isa_device>; const device_type ISA8_DECTALK = &device_creator<dectalk_isa_device>;

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Carl
#ifndef ISA_DECTALK_H_ #ifndef ISA_DECTALK_H_
#define ISA_DECTALK_H_ #define ISA_DECTALK_H_

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Carl
#include "emu.h" #include "emu.h"
#include "ne1000.h" #include "ne1000.h"

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Carl
#ifndef __NE1000_H__ #ifndef __NE1000_H__
#define __NE1000_H__ #define __NE1000_H__

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Carl
#include "emu.h" #include "emu.h"
#include "ne2000.h" #include "ne2000.h"

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Carl
#ifndef __NE2000_H__ #ifndef __NE2000_H__
#define __NE2000_H__ #define __NE2000_H__

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Carl
// Number Nine Revolution 512x32/1024x8 // Number Nine Revolution 512x32/1024x8
// TODO: for 1024x768 mode the 7220 is programmed for 512x768, how does that work? // TODO: for 1024x768 mode the 7220 is programmed for 512x768, how does that work?

View File

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

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Carl
// Soundblaster 16 - LLE // Soundblaster 16 - LLE
// //

View File

@ -1,5 +1,6 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Carl
#ifndef __SB16__ #ifndef __SB16__
#define __SB16__ #define __SB16__

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Carl
// Innovation SSI-2001 // Innovation SSI-2001
#include "ssi2001.h" #include "ssi2001.h"

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Carl
#ifndef __SSI2001__ #ifndef __SSI2001__
#define __SSI2001__ #define __SSI2001__

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause // license:BSD-3-Clause
// copyright-holders:Barry Rodewald // copyright-holders:Carl
// ATI Stereo F/X // ATI Stereo F/X
// //
// TODO: UART is connected to MIDI port // TODO: UART is connected to MIDI port

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause // license:BSD-3-Clause
// copyright-holders:Barry Rodewald // copyright-holders:Carl
#ifndef __STEREO_FX__ #ifndef __STEREO_FX__
#define __STEREO_FX__ #define __STEREO_FX__

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Carl
/************************************************************************* /*************************************************************************
* *
* pc_joy.h * pc_joy.h

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Carl
/************************************************************************* /*************************************************************************
* *
* pc_joy.h * pc_joy.h

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Carl
//TODO: determine when to switch modes and add single bit mode //TODO: determine when to switch modes and add single bit mode
#include "pc_joy_sw.h" #include "pc_joy_sw.h"

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Carl
#ifndef PC_JOY_SW_H_ #ifndef PC_JOY_SW_H_
#define PC_JOY_SW_H_ #define PC_JOY_SW_H_

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause // license:BSD-3-Clause
// copyright-holders:etabeta // copyright-holders:Carl
#include "analogue.h" #include "analogue.h"
const device_type PSX_ANALOG_JOYSTICK = &device_creator<psx_analog_joystick_device>; const device_type PSX_ANALOG_JOYSTICK = &device_creator<psx_analog_joystick_device>;

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause // license:BSD-3-Clause
// copyright-holders:etabeta // copyright-holders:Carl
#ifndef PSXANALOG_H_ #ifndef PSXANALOG_H_
#define PSXANALOG_H_ #define PSXANALOG_H_

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause // license:BSD-3-Clause
// copyright-holders:etabeta // copyright-holders:Carl
/* PAD emulation */ /* PAD emulation */
#include "ctlrport.h" #include "ctlrport.h"

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause // license:BSD-3-Clause
// copyright-holders:etabeta // copyright-holders:Carl
#pragma once #pragma once
#ifndef __PSXCPORT_H__ #ifndef __PSXCPORT_H__

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause // license:???
// copyright-holders:etabeta // copyright-holders:Carl,psxAuthor,R.Belmont
/* /*
psxcard.c - Sony PlayStation memory card device psxcard.c - Sony PlayStation memory card device

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause // license:???
// copyright-holders:etabeta // copyright-holders:Carl,psxAuthor,R.Belmont
#pragma once #pragma once
#ifndef _PSXCARD_ #ifndef _PSXCARD_

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause // license:BSD-3-Clause
// copyright-holders:etabeta // copyright-holders:Carl
// psx multitap emulation // psx multitap emulation
#include "multitap.h" #include "multitap.h"

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause // license:BSD-3-Clause
// copyright-holders:etabeta // copyright-holders:Carl
#ifndef PSXMULTITAP_H_ #ifndef PSXMULTITAP_H_
#define PSXMULTITAP_H_ #define PSXMULTITAP_H_