mirror of
https://github.com/holub/mame
synced 2025-06-30 07:58:56 +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"
|
||||
|
||||
#define KEYBOARD_TAG "keyboard"
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Miodrag Milanovic
|
||||
#ifndef __TERMINAL_H__
|
||||
#define __TERMINAL_H__
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Miodrag Milanovic
|
||||
/***************************************************************************
|
||||
|
||||
PDP-11
|
||||
|
@ -1,5 +1,5 @@
|
||||
//license:MAME|LGPL-2.1+
|
||||
//copyright-holders:Jonathan Gevaryahu
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Jonathan Gevaryahu
|
||||
/***************************************************************************
|
||||
|
||||
DEC VK100 'GIGI'
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Miodrag Milanovic, Jonathan Gevaryahu
|
||||
/***************************************************************************
|
||||
|
||||
DEC VT100 driver by Miodrag Milanovic
|
||||
|
@ -1,5 +1,5 @@
|
||||
// license:MAME
|
||||
// copyright-holders: Micko, Jonathan Gevaryahu
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Miodrag Milanovic, Jonathan Gevaryahu
|
||||
/***************************************************************************
|
||||
|
||||
DEC VT220
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Miodrag Milanovic, Jonathan Gevaryahu
|
||||
/***************************************************************************
|
||||
|
||||
DEC VT240
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Miodrag Milanovic, Jonathan Gevaryahu
|
||||
/***************************************************************************
|
||||
|
||||
DEC VT320
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Miodrag Milanovic, Jonathan Gevaryahu
|
||||
/***************************************************************************
|
||||
|
||||
DEC VT520
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Miodrag Milanovic
|
||||
/**********************************************************************
|
||||
|
||||
DEC RX01 floppy drive controller
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Miodrag Milanovic
|
||||
/**********************************************************************
|
||||
|
||||
DEC RX01 floppy drive controller
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Miodrag Milanovic
|
||||
#include "teleprinter.h"
|
||||
|
||||
#define KEYBOARD_TAG "keyboard"
|
||||
|
@ -1,3 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Miodrag Milanovic
|
||||
#ifndef __TELEPRINTER_H__
|
||||
#define __TELEPRINTER_H__
|
||||
|
||||
|
@ -1,10 +1,9 @@
|
||||
// license:???
|
||||
// copyright-holders:Miodrag Milanovic,Karl-Ludwig Deisenhofer
|
||||
/**********************************************************************
|
||||
DEC VT Terminal video emulation
|
||||
[ DC012 and DC011 emulation ]
|
||||
|
||||
Copyright MESS Team.
|
||||
Visit http://mamedev.org for licensing and usage restrictions.
|
||||
|
||||
01/05/2009 Initial implementation [Miodrag Milanovic]
|
||||
Enhancements (2013 - 2015) by Karl-Ludwig Deisenhofer.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user