mirror of
https://github.com/holub/mame
synced 2025-07-01 16:19:38 +03:00
Changed license of DEC drivers together with Jonathan Gevaryahu (nw)
This commit is contained in:
parent
3d331e8598
commit
8be1964896
@ -1,3 +1,5 @@
|
|||||||
|
// license:BSD-3-Clause
|
||||||
|
// copyright-holders:Miodrag Milanovic
|
||||||
#include "machine/terminal.h"
|
#include "machine/terminal.h"
|
||||||
|
|
||||||
#define KEYBOARD_TAG "keyboard"
|
#define KEYBOARD_TAG "keyboard"
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:BSD-3-Clause
|
||||||
|
// copyright-holders:Miodrag Milanovic
|
||||||
#ifndef __TERMINAL_H__
|
#ifndef __TERMINAL_H__
|
||||||
#define __TERMINAL_H__
|
#define __TERMINAL_H__
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:BSD-3-Clause
|
||||||
|
// copyright-holders:Miodrag Milanovic
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
PDP-11
|
PDP-11
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
//license:MAME|LGPL-2.1+
|
// license:BSD-3-Clause
|
||||||
//copyright-holders:Jonathan Gevaryahu
|
// copyright-holders:Jonathan Gevaryahu
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
DEC VK100 'GIGI'
|
DEC VK100 'GIGI'
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:BSD-3-Clause
|
||||||
|
// copyright-holders:Miodrag Milanovic, Jonathan Gevaryahu
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
DEC VT100 driver by Miodrag Milanovic
|
DEC VT100 driver by Miodrag Milanovic
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:MAME
|
// license:BSD-3-Clause
|
||||||
// copyright-holders: Micko, Jonathan Gevaryahu
|
// copyright-holders:Miodrag Milanovic, Jonathan Gevaryahu
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
DEC VT220
|
DEC VT220
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:BSD-3-Clause
|
||||||
|
// copyright-holders:Miodrag Milanovic, Jonathan Gevaryahu
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
DEC VT240
|
DEC VT240
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:BSD-3-Clause
|
||||||
|
// copyright-holders:Miodrag Milanovic, Jonathan Gevaryahu
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
DEC VT320
|
DEC VT320
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:BSD-3-Clause
|
||||||
|
// copyright-holders:Miodrag Milanovic, Jonathan Gevaryahu
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
DEC VT520
|
DEC VT520
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:BSD-3-Clause
|
||||||
|
// copyright-holders:Miodrag Milanovic
|
||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
|
|
||||||
DEC RX01 floppy drive controller
|
DEC RX01 floppy drive controller
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:BSD-3-Clause
|
||||||
|
// copyright-holders:Miodrag Milanovic
|
||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
|
|
||||||
DEC RX01 floppy drive controller
|
DEC RX01 floppy drive controller
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:BSD-3-Clause
|
||||||
|
// copyright-holders:Miodrag Milanovic
|
||||||
#include "teleprinter.h"
|
#include "teleprinter.h"
|
||||||
|
|
||||||
#define KEYBOARD_TAG "keyboard"
|
#define KEYBOARD_TAG "keyboard"
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// license:BSD-3-Clause
|
||||||
|
// copyright-holders:Miodrag Milanovic
|
||||||
#ifndef __TELEPRINTER_H__
|
#ifndef __TELEPRINTER_H__
|
||||||
#define __TELEPRINTER_H__
|
#define __TELEPRINTER_H__
|
||||||
|
|
||||||
|
@ -1,10 +1,9 @@
|
|||||||
|
// license:???
|
||||||
|
// copyright-holders:Miodrag Milanovic,Karl-Ludwig Deisenhofer
|
||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
DEC VT Terminal video emulation
|
DEC VT Terminal video emulation
|
||||||
[ DC012 and DC011 emulation ]
|
[ DC012 and DC011 emulation ]
|
||||||
|
|
||||||
Copyright MESS Team.
|
|
||||||
Visit http://mamedev.org for licensing and usage restrictions.
|
|
||||||
|
|
||||||
01/05/2009 Initial implementation [Miodrag Milanovic]
|
01/05/2009 Initial implementation [Miodrag Milanovic]
|
||||||
Enhancements (2013 - 2015) by Karl-Ludwig Deisenhofer.
|
Enhancements (2013 - 2015) by Karl-Ludwig Deisenhofer.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user