mirror of
https://github.com/holub/mame
synced 2025-05-02 12:36:41 +03:00
fix and add licenses [nw]
This commit is contained in:
parent
0f65eec439
commit
331ea009ed
@ -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
|
||||||
|
@ -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__
|
||||||
|
@ -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>;
|
||||||
|
@ -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_
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
@ -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__
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
@ -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__
|
||||||
|
|
||||||
|
@ -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?
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Carl
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifndef __NUM9REV_H__
|
#ifndef __NUM9REV_H__
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Carl
|
||||||
|
|
||||||
// Soundblaster 16 - LLE
|
// Soundblaster 16 - LLE
|
||||||
//
|
//
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Carl
|
||||||
|
|
||||||
#ifndef __SB16__
|
#ifndef __SB16__
|
||||||
#define __SB16__
|
#define __SB16__
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Carl
|
||||||
#ifndef __SSI2001__
|
#ifndef __SSI2001__
|
||||||
#define __SSI2001__
|
#define __SSI2001__
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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__
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Carl
|
||||||
/*************************************************************************
|
/*************************************************************************
|
||||||
*
|
*
|
||||||
* pc_joy.h
|
* pc_joy.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Carl
|
||||||
/*************************************************************************
|
/*************************************************************************
|
||||||
*
|
*
|
||||||
* pc_joy.h
|
* pc_joy.h
|
||||||
|
@ -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"
|
||||||
|
@ -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_
|
||||||
|
|
||||||
|
@ -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>;
|
||||||
|
@ -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_
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
@ -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__
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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_
|
||||||
|
@ -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"
|
||||||
|
@ -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_
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user