Moved licenses from Dirk Best to top of file (nw)

This commit is contained in:
Miodrag Milanovic 2015-05-09 15:53:07 +02:00
parent a27ee8be75
commit a9600a90da
70 changed files with 138 additions and 339 deletions

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
Commodore A2052
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
Zorro-II RAM Expansion (0.5, 1 or 2 MB)
***************************************************************************/

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
Commodore A2052
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
Zorro-II RAM Expansion (0.5, 1 or 2 MB)
***************************************************************************/

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
Commodore A2232
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
Zorro-II Serial Card
***************************************************************************/

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
Commodore A2232
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
Zorro-II Serial Card
Provides the Amiga with 7 additional RS232 ports.

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
Commodore A590 / A2091
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
DMAC based HD controller for the Amiga 500 and Zorro-II
***************************************************************************/

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
Commodore A590 / A2091
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
DMAC based SCSI controller for the Amiga 500 and Zorro-II
***************************************************************************/

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
Datel Action Replay
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
Freezer cartridge for Amiga 500 and Amiga 2000
Skeleton device, just loads the ROMs and generates the NMI

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
Datel Action Replay
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
Freezer cartridge for Amiga 500 and Amiga 2000
***************************************************************************/

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
Buddha
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
Zorro-II IDE controller
***************************************************************************/

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
Buddha
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
Zorro-II IDE controller
***************************************************************************/

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
Amiga Zorro Slots
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
86-pin Expansion Slot (Zorro-I), Zorro-II, Zorro-III
***************************************************************************/

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
Amiga Zorro Slots
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
86-pin Expansion Slot (Zorro-I), Zorro-II, Zorro-III
86-pin Expansion Slot

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
Centronics printer interface

View File

@ -1,12 +1,9 @@
// license:???, GPL-2.0+
// license:GPL-2.0+, GPL-2.0+
// copyright-holders:Dirk Best
/******************************************************************************
Epson EX-800 Dot Matrix printer
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
--

View File

@ -1,12 +1,9 @@
// license:???, GPL-2.0+
// license:GPL-2.0+, GPL-2.0+
// copyright-holders:Dirk Best
/**********************************************************************
Epson LX-800 dot matrix printer
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
Skeleton driver
- CPU type uPD7810HG

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/**********************************************************************
EPSON SIO port emulation
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
**********************************************************************/
#include "epson_sio.h"

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/**********************************************************************
EPSON SIO port emulation
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
**********************************************************************/
#pragma once

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/**********************************************************************
EPSON PF-10
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
Battery operated portable 3.5" floppy drive
Status: Needs lots of work.

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/**********************************************************************
EPSON PF-10
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
Battery operated portable 3.5" floppy drive
**********************************************************************/

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/**********************************************************************
EPSON TF-20
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
Dual 5.25" floppy drive with HX-20 factory option
Status: Needs testing.

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/**********************************************************************
EPSON TF-20
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
Dual 5.25" floppy drive with HX-20 factory option
**********************************************************************/

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/**********************************************************************
ISA cards
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
**********************************************************************/
#include "isa_cards.h"

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/**********************************************************************
ISA cards
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
**********************************************************************/
#pragma once

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
Multi Unique FDC
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
8-bit floppy controller, supports 4 drives with 360k, 720k,
1.2MB or 1.44MB. It was sold under a few different names:

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
Multi Unique FDC
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
8-bit floppy controller, supports 4 drives with 360k, 720k,
1.2MB or 1.44MB. It was sold under a few different names:

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
Acculogic sIDE-1/16
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
IDE Disk Controller for IBM PC, XT and compatibles
***************************************************************************/

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
Acculogic sIDE-1/16
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
IDE Disk Controller for IBM PC, XT and compatibles
***************************************************************************/

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/**********************************************************************
ISA bus cards for ex-USSR PC clones

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/**********************************************************************
ISA bus cards for ex-USSR PC clones

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
VTech Laser/VZ I/O Expansion Slot
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
30-pin slot
***************************************************************************/

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
VTech Laser/VZ I/O Expansion Slot
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
30-pin slot
15 GND 16 NC

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
VTech Laser/VZ Joystick Interface
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
VTech Laser JS 20
Dick Smith Electronics X-7315

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
VTech Laser Joystick Interface
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
VTech Laser JS 20
Dick Smith Electronics X-7315

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
VTech Laser/VZ Printer Interface
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
VTech PI 20
Dick Smith Electronics X-7320

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
VTech Laser/VZ Printer Interface
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
Dick Smith Electronics X-7320
***************************************************************************/

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
VTech Laser/VZ Floppy Controller Cartridge
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
Laser DD 20
Dick Smith Electronics X-7304

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
VTech Laser/VZ Floppy Controller Cartridge
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
Laser DD 20
Dick Smith Electronics X-7304

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
VTech Laser/VZ Memory Expansion Slot
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
44-pin slot
***************************************************************************/

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
VTech Laser/VZ Memory Expansion Slot
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
44-pin slot
22 GND 23 NC

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
VTech Laser/VZ Laser Memory Expansions
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
***************************************************************************/
#include "memory.h"

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
VTech Laser/VZ Memory Expansions
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
***************************************************************************/
#pragma once

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
Dick Smith VZ-200/300 RS-232 Cartridge
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
***************************************************************************/
#include "rs232.h"

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
Dick Smith VZ-200/300 RS-232 Cartridge
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
***************************************************************************/
#pragma once

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
Dick Smith VZ-300 WordPro Cartridge
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
***************************************************************************/
#include "wordpro.h"

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
Dick Smith VZ-300 WordPro Cartridge
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
***************************************************************************/
#pragma once

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
Intel 8089 I/O Processor
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
***************************************************************************/
#include "i8089.h"

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
Intel 8089 I/O Processor
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
***************************************************************************/
#pragma once

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
Intel 8089 I/O Processor
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
I/O channel
***************************************************************************/

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
Intel 8089 I/O Processor
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
I/O channel
***************************************************************************/

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
Intel 8089 I/O Processor
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
Disassembler
***************************************************************************/

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
Intel 8089 I/O Processor
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
Opcode implementations
***************************************************************************/

View File

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

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
CR-511-B CD-ROM drive
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
CD-ROM drive with a custom MKE/Panasonic interface as used in the
Commodore CDTV and early SoundBlaster cards.

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
CR-511-B CD-ROM drive
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
CD-ROM drive with a custom MKE/Panasonic interface as used in the
Commodore CDTV and early SoundBlaster cards.

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
Chips & Technologies CS4031 chipset
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
Chipset for 486 based PC/AT compatible systems. Consists of two
individual chips:

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
Chips & Technologies CS4031 chipset
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
Chipset for 486 based PC/AT compatible systems. Consists of two
individual chips:

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
DMAC
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
DMA controller used in Amiga systems
BOARDS:

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
DMAC
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
DMA controller used in Amiga systems
***************************************************************************/

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
E05A03 Gate Array (used in the Epson LX-800)
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
***************************************************************************/
#include "emu.h"

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
E05A03 Gate Array (used in the Epson LX-800)
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
***************************************************************************/
#ifndef __E05A03_H__

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
GAYLE
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
Gate array used in the Amiga 600 and Amiga 1200 computers.
***************************************************************************/

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
GAYLE
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
Gate array used in the Amiga 600 and Amiga 1200 computers.
***************************************************************************/

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
National Semiconductor INS8154
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
N-Channel 128-by-8 Bit RAM Input/Output (RAM I/O)
TODO: Strobed modes

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
National Semiconductor INS8154
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
N-Channel 128-by-8 Bit RAM Input/Output (RAM I/O)
_____ _____

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/*************************************************************************
RAM device
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
Provides a configurable amount of RAM to drivers
**************************************************************************/

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/*************************************************************************
RAM device
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
Provides a configurable amount of RAM to drivers
**************************************************************************/

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
TEA1002
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
PAL colour encoder and video summer
***************************************************************************/

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
TEA1002
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
PAL colour encoder and video summer
_____ _____

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
Amiga Keyboard
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
We currently emulate the Amiga 500 keyboard controller, which was
also used in later Amiga 2000 keyboards.

View File

@ -1,12 +1,9 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
Amiga Keyboard
license: MAME, GPL-2.0+
copyright-holders: Dirk Best
We currently emulate the Amiga 500 keyboard controller, which was
also used in later Amiga 2000 keyboards.