resolved some by looking into history (nw)

This commit is contained in:
Miodrag Milanovic 2015-05-14 09:58:44 +02:00
parent dc79dd2540
commit bbf38d6a76
52 changed files with 101 additions and 101 deletions

View File

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

View File

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

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Peter Trauner
// copyright-holders:Peter Trauner, Mathis Rosenhauer
/**********************************************************************
Rockwell 6522 VIA interface and emulation

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Peter Trauner, Mathis Rosenhauer
/**********************************************************************
Rockwell 6522 VIA interface and emulation

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:James Wallace
/***************************************************************************
Motorola 6840 (PTM)

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Fabio Priuli
/***************************************************************************
bcreader.c

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Fabio Priuli
/*********************************************************************
bcreader.h

View File

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

View File

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

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:smf
#include "clock.h"
const device_type CLOCK = &device_creator<clock_device>;

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Wilbert Pol
/**********************************************************************
Fairchild F3853 SRAM interface with integrated interrupt

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Wilbert Pol
/***************************************************************************
Fairchild F3853 SRAM interface with integrated interrupt

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:smf
#include "fdc37c665gt.h"
fdc37c665gt_device::fdc37c665gt_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :

View File

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

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:smf
/*********************************************************************
i8251.c

View File

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

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
#include "i82541.h"
const device_type I82541 = &device_creator<i82541_device>;

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
// Intel I82541 ethernet controller
#ifndef I82541_H

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
#include "i82875p.h"
const device_type I82875P_HOST = &device_creator<i82875p_host_device>;

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
// Intel i82875p northbridge
#ifndef I82875P_H

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:smf, Carl
/**********************************************************************
National Semiconductor 8250 UART interface and emulation

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:smf, Carl
/**********************************************************************
8250 UART interface and emulation

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Aaron Giles
/*
Flash ROM emulation

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Aaron Giles
/*
Intel Flash ROM emulation
*/

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:LGPL-2.1+
// copyright-holders:Angelo Salese
/** Konami 053252 **/
/* CRT and interrupt control unit */
#pragma once

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:R. Belmont
/**********************************************************************
General Instruments AY-5-3600 Keyboard Encoder emulation

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:R. Belmont
/**********************************************************************
General Instruments AY-5-3600 Keyboard Encoder emulation

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:smf
/***************************************************************************
Generic ASCII Keyboard

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:David Haywood
/* LC89510 CD Controller
based off old NeoCD emulator code, adapted to SegaCD, needs reworking to work with NeoCD again

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:David Haywood

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
/***************************************************************************
machine/lpci.c

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
/***************************************************************************
machine/lpci.h

View File

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

View File

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

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:smf
/***************************************************************************
Matsushita/Panasonic CDR521/522 type CDROM drive emulation

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:smf
/***************************************************************************
Matsushita/Panasonic CDR521/522 type CDROM drive emulation

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Fabio Priuli
/***************************************************************************
Midway 8080-based black and white hardware

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Fabio Priuli
/*****************************************************************************
MB14241 shifter IC emulation

View File

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

View File

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

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:David Haywood
/*
(this acts as a trampoline to 2x i8255 chips)

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:David Haywood
/***************************************************************************
Fujitsu MB89363 Parallel Communication Interface

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Curt Coder
/*********************************************************************
mc146818.c

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Curt Coder
/*********************************************************************
mc146818.h

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:David Haywood
/* Modern device for the MCF5206e Peripherals
this can be hooked properly to the CPU once the CPU is a modern device too
*/

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:David Haywood
/***************************************************************************
MCF5206E Peripherals