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
// copyright-holders:Carl
// copyright-holders:Carl,Miodrag Milanovic
/***************************************************************************
ISA 8 bit Generic Communication Card

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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