some more (nw)

This commit is contained in:
Miodrag Milanovic 2015-05-13 18:35:28 +02:00
parent d762e225bc
commit b518d1bfe5
65 changed files with 120 additions and 126 deletions

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:smf
/* LSI Logic LSI53C810A PCI to SCSI I/O Processor */ /* LSI Logic LSI53C810A PCI to SCSI I/O Processor */
#include "emu.h" #include "emu.h"

View File

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

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Peter Trauner
/*************************************************************************** /***************************************************************************
mos tri port interface 6525 mos tri port interface 6525
mos triple interface adapter 6523 mos triple interface adapter 6523

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Peter Trauner
/***************************************************************************** /*****************************************************************************
* *
* machine/tpi6525.h * machine/tpi6525.h

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:David Haywood
/* 68307 */ /* 68307 */
#include "68307.h" #include "68307.h"

View File

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

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:David Haywood
/* 68307 MBUS module */ /* 68307 MBUS module */
/* all ports on this are 8-bit? */ /* all ports on this are 8-bit? */

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:David Haywood
#include "cpu/m68000/m68000.h" #include "cpu/m68000/m68000.h"
#define m68307BUS_MADR (0x01) #define m68307BUS_MADR (0x01)

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:David Haywood
/* 68307 SIM module */ /* 68307 SIM module */
#include "emu.h" #include "emu.h"

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:David Haywood
/* 68307 SIM module */ /* 68307 SIM module */
#include "cpu/m68000/m68000.h" #include "cpu/m68000/m68000.h"

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:David Haywood
/* 68307 TIMER module */ /* 68307 TIMER module */
// 2x timers // 2x timers

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:David Haywood
#include "cpu/m68000/m68000.h" #include "cpu/m68000/m68000.h"

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:David Haywood
/* 68340 */ /* 68340 */
#include "68340.h" #include "68340.h"

View File

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

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:David Haywood
/* 68340 DMA module */ /* 68340 DMA module */
#include "emu.h" #include "emu.h"

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:David Haywood
#include "cpu/m68000/m68000.h" #include "cpu/m68000/m68000.h"

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:David Haywood
/* 68340 SERIAL module */ /* 68340 SERIAL module */
#include "emu.h" #include "emu.h"

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:David Haywood
#include "cpu/m68000/m68000.h" #include "cpu/m68000/m68000.h"

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:David Haywood
/* 68340 SIM module */ /* 68340 SIM module */
#include "emu.h" #include "emu.h"

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:David Haywood
#include "cpu/m68000/m68000.h" #include "cpu/m68000/m68000.h"

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:David Haywood
/* 68340 TIMER module */ /* 68340 TIMER module */
#include "emu.h" #include "emu.h"

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:David Haywood
#include "cpu/m68000/m68000.h" #include "cpu/m68000/m68000.h"

View File

@ -1,11 +1,9 @@
// license:??? // license:GPL-2.0+
// copyright-holders:??? // copyright-holders:Dirk Best
/***************************************************************************** /*****************************************************************************
* *
* TTL74145 * TTL74145
* *
* license: MAME, GPL-2.0+
* copyright-holders: Dirk Best
* *
* BCD-to-Decimal decoder * BCD-to-Decimal decoder
* *

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Peter Trauner
/********************************************************************** /**********************************************************************
8042 Keyboard Controller Emulation 8042 Keyboard Controller Emulation

View File

@ -1,5 +1,5 @@
// license:??? // license:LGPL-2.1+
// copyright-holders:??? // copyright-holders:Angelo Salese
/*************************************************************************** /***************************************************************************
Acorn Archimedes KART interface Acorn Archimedes KART interface

View File

@ -1,5 +1,5 @@
// license:??? // license:LGPL-2.1+
// copyright-holders:??? // copyright-holders:Angelo Salese
/*************************************************************************** /***************************************************************************
Acorn Archimedes KART interface Acorn Archimedes KART interface

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Olivier Galibert
#ifndef AMIGAFDC_H #ifndef AMIGAFDC_H
#define AMIGAFDC_H #define AMIGAFDC_H

View File

@ -1,5 +1,5 @@
// license:??? // license:???
// copyright-holders:??? // copyright-holders:Raphael Nabet, Michael Zapf
/* /*
Atmel at29c040a flash EEPROM Atmel at29c040a flash EEPROM

View File

@ -1,5 +1,5 @@
// license:??? // license:???
// copyright-holders:??? // copyright-holders:Raphael Nabet, Michael Zapf
/* /*
ATMEL 29040a ATMEL 29040a

View File

@ -1,5 +1,5 @@
// license:??? // license:???
// copyright-holders:??? // copyright-holders:Tim Schuerewegen
/* /*
Atmel Serial DataFlash Atmel Serial DataFlash

View File

@ -1,5 +1,5 @@
// license:??? // license:???
// copyright-holders:??? // copyright-holders:Tim Schuerewegen
/* /*
Atmel Serial DataFlash Atmel Serial DataFlash

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Wilbert Pol
/*************************************************************************** /***************************************************************************
IBM PC AT compatibles 8042 keyboard controller IBM PC AT compatibles 8042 keyboard controller

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Wilbert Pol
/*************************************************************************** /***************************************************************************
IBM PC AT compatibles 8042 keyboard controller IBM PC AT compatibles 8042 keyboard controller

View File

@ -1,5 +1,5 @@
// license:??? // license:GPL-2.0+
// copyright-holders:??? // copyright-holders:Dirk Best
/*************************************************************************** /***************************************************************************
Amiga Autoconfig Amiga Autoconfig

View File

@ -1,5 +1,5 @@
// license:??? // license:GPL-2.0+
// copyright-holders:??? // copyright-holders:Dirk Best
/*************************************************************************** /***************************************************************************
Amiga Autoconfig Amiga Autoconfig

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Robbbert
/**************************************************************************** /****************************************************************************
ay31015.c by Robbbert, May 2008. Bugs fixed by Judge. ay31015.c by Robbbert, May 2008. Bugs fixed by Judge.

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Robbbert
/* ay31015.h /* ay31015.h
Written for MESS by Robbbert on May 29th, 2008. Written for MESS by Robbbert on May 29th, 2008.

View File

@ -1,5 +1,5 @@
// license:??? // license:???
// copyright-holders:??? // copyright-holders:Tim Lindner
/***************************************************************************************** /*****************************************************************************************
ds1315.c ds1315.c

View File

@ -1,5 +1,5 @@
// license:??? // license:???
// copyright-holders:??? // copyright-holders:Tim Lindner
/********************************************************************* /*********************************************************************
ds1315.h ds1315.h

View File

@ -1,10 +1,8 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Ramiro Polla
/* /*
* E05A30 Gate Array (used in the Epson ActionPrinter 2000) * E05A30 Gate Array (used in the Epson ActionPrinter 2000)
* *
* Copyright: 2014 Ramiro Polla
* License: BSD-3-Clause
*/ */
#include "emu.h" #include "emu.h"

View File

@ -1,10 +1,8 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Ramiro Polla
/* /*
* E05A30 Gate Array (used in the Epson ActionPrinter 2000) * E05A30 Gate Array (used in the Epson ActionPrinter 2000)
* *
* Copyright: 2014 Ramiro Polla
* License: BSD-3-Clause
*/ */
#ifndef __E05A30_H__ #ifndef __E05A30_H__

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Olivier Galibert
#include "fdc_pll.h" #include "fdc_pll.h"
std::string fdc_pll_t::tts(attotime t) std::string fdc_pll_t::tts(attotime t)

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Olivier Galibert
#ifndef __FDC_PLL_H__ #ifndef __FDC_PLL_H__
#define __FDC_PLL_H__ #define __FDC_PLL_H__

View File

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

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Olivier Galibert
// Intel i6300ESB southbridge // Intel i6300ESB southbridge
#ifndef I6300ESB_H #ifndef I6300ESB_H

View File

@ -1,5 +1,5 @@
// license:??? // license:???
// copyright-holders:??? // copyright-holders:Kevin Thacker
/* Intel 8271 Floppy Disc Controller */ /* Intel 8271 Floppy Disc Controller */
/* used in BBC Micro B,Acorn Atom */ /* used in BBC Micro B,Acorn Atom */
/* Jun 2000. Kev Thacker */ /* Jun 2000. Kev Thacker */

View File

@ -1,5 +1,5 @@
// license:??? // license:???
// copyright-holders:??? // copyright-holders:Kevin Thacker
/***************************************************************************** /*****************************************************************************
* *
* machine/i8271.h * machine/i8271.h

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Robbbert
/********************************************************************** /**********************************************************************
i8279 i8279

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Robbbert
/*************************************************************************** /***************************************************************************
Intel 8279 Programmable Keyboard/Display Interface emulation Intel 8279 Programmable Keyboard/Display Interface emulation

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Olivier Galibert
#include "jvsdev.h" #include "jvsdev.h"
#include "jvshost.h" #include "jvshost.h"

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Olivier Galibert
#ifndef __JVSDEV_H__ #ifndef __JVSDEV_H__
#define __JVSDEV_H__ #define __JVSDEV_H__

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Olivier Galibert
#include "jvshost.h" #include "jvshost.h"
#include "jvsdev.h" #include "jvsdev.h"

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Olivier Galibert
#ifndef __JVSHOST_H__ #ifndef __JVSHOST_H__
#define __JVSHOST_H__ #define __JVSHOST_H__

View File

@ -1,5 +1,5 @@
// license:??? // license:???
// copyright-holders:??? // copyright-holders:Couriersud
/********************************************************************** /**********************************************************************
8 bit latch interface and emulation 8 bit latch interface and emulation

View File

@ -1,5 +1,5 @@
// license:??? // license:???
// copyright-holders:??? // copyright-holders:Couriersud
/********************************************************************** /**********************************************************************
8 bit latch interface and emulation 8 bit latch interface and emulation

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:smf
#include "legscsi.h" #include "legscsi.h"
legacy_scsi_host_adapter::legacy_scsi_host_adapter(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, const char *shortname, const char *source) : legacy_scsi_host_adapter::legacy_scsi_host_adapter(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, const char *shortname, const char *source) :

View File

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

View File

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

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Olivier Galibert
#ifndef LPC_ACPI_H #ifndef LPC_ACPI_H
#define LPC_ACPI_H #define LPC_ACPI_H

View File

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

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Olivier Galibert
#ifndef LPC_PIT_H #ifndef LPC_PIT_H
#define LPC_PIT_H #define LPC_PIT_H

View File

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

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Olivier Galibert
#ifndef LPC_RTC_H #ifndef LPC_RTC_H
#define LPC_RTC_H #define LPC_RTC_H

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Olivier Galibert
#include "lpc.h" #include "lpc.h"
lpc_device::lpc_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, const char *shortname, const char *source) : lpc_device::lpc_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, const char *shortname, const char *source) :

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Olivier Galibert
#ifndef LPC_H #ifndef LPC_H
#define LPC_H #define LPC_H