mirror of
https://github.com/holub/mame
synced 2025-04-26 02:07:14 +03:00
fix and add licenses [nw]
This commit is contained in:
parent
0f65eec439
commit
331ea009ed
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Carl
|
||||
// copyright-holders:Carl,Miodrag Milanovic
|
||||
/***************************************************************************
|
||||
|
||||
ISA 8 bit Generic Communication Card
|
||||
|
@ -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__
|
||||
|
@ -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>;
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Carl
|
||||
#ifndef ISA_DECTALK_H_
|
||||
#define ISA_DECTALK_H_
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Carl
|
||||
#include "emu.h"
|
||||
#include "ne1000.h"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Carl
|
||||
#ifndef __NE1000_H__
|
||||
#define __NE1000_H__
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Carl
|
||||
#include "emu.h"
|
||||
#include "ne2000.h"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Carl
|
||||
#ifndef __NE2000_H__
|
||||
#define __NE2000_H__
|
||||
|
||||
|
@ -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?
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Carl
|
||||
#pragma once
|
||||
|
||||
#ifndef __NUM9REV_H__
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:???
|
||||
// copyright-holders:Carl
|
||||
|
||||
// Soundblaster 16 - LLE
|
||||
//
|
||||
|
@ -1,5 +1,6 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Carl
|
||||
|
||||
#ifndef __SB16__
|
||||
#define __SB16__
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Carl
|
||||
// Innovation SSI-2001
|
||||
|
||||
#include "ssi2001.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Carl
|
||||
#ifndef __SSI2001__
|
||||
#define __SSI2001__
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Barry Rodewald
|
||||
// copyright-holders:Carl
|
||||
#ifndef __STEREO_FX__
|
||||
#define __STEREO_FX__
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Carl
|
||||
/*************************************************************************
|
||||
*
|
||||
* pc_joy.h
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Carl
|
||||
/*************************************************************************
|
||||
*
|
||||
* pc_joy.h
|
||||
|
@ -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"
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:???
|
||||
// copyright-holders:???
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Carl
|
||||
#ifndef PC_JOY_SW_H_
|
||||
#define PC_JOY_SW_H_
|
||||
|
||||
|
@ -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>;
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:etabeta
|
||||
// copyright-holders:Carl
|
||||
#ifndef PSXANALOG_H_
|
||||
#define PSXANALOG_H_
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:etabeta
|
||||
// copyright-holders:Carl
|
||||
/* PAD emulation */
|
||||
|
||||
#include "ctlrport.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:etabeta
|
||||
// copyright-holders:Carl
|
||||
#pragma once
|
||||
|
||||
#ifndef __PSXCPORT_H__
|
||||
|
@ -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
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:etabeta
|
||||
// license:???
|
||||
// copyright-holders:Carl,psxAuthor,R.Belmont
|
||||
#pragma once
|
||||
|
||||
#ifndef _PSXCARD_
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:etabeta
|
||||
// copyright-holders:Carl
|
||||
// psx multitap emulation
|
||||
|
||||
#include "multitap.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:etabeta
|
||||
// copyright-holders:Carl
|
||||
#ifndef PSXMULTITAP_H_
|
||||
#define PSXMULTITAP_H_
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user