diff options
author | 2015-05-07 11:25:01 +0200 | |
---|---|---|
committer | 2015-05-07 11:25:01 +0200 | |
commit | f5ba2d39b304f9bb8aba487012e9cf4a784bbf7a (patch) | |
tree | ff32f4cad0043bb30f42739accd2f3123b8d2927 /src/emu/bus/vip | |
parent | 1a3af8b6113b357c738adaeac5106a478f9c07ab (diff) |
removed restriction link for BSD3 licensed files (nw)
Diffstat (limited to 'src/emu/bus/vip')
-rw-r--r-- | src/emu/bus/vip/byteio.c | 3 | ||||
-rw-r--r-- | src/emu/bus/vip/byteio.h | 3 | ||||
-rw-r--r-- | src/emu/bus/vip/exp.c | 3 | ||||
-rw-r--r-- | src/emu/bus/vip/exp.h | 3 | ||||
-rw-r--r-- | src/emu/bus/vip/vp550.c | 3 | ||||
-rw-r--r-- | src/emu/bus/vip/vp550.h | 3 | ||||
-rw-r--r-- | src/emu/bus/vip/vp570.c | 3 | ||||
-rw-r--r-- | src/emu/bus/vip/vp570.h | 3 | ||||
-rw-r--r-- | src/emu/bus/vip/vp575.c | 3 | ||||
-rw-r--r-- | src/emu/bus/vip/vp575.h | 3 | ||||
-rw-r--r-- | src/emu/bus/vip/vp585.c | 3 | ||||
-rw-r--r-- | src/emu/bus/vip/vp585.h | 3 | ||||
-rw-r--r-- | src/emu/bus/vip/vp590.c | 3 | ||||
-rw-r--r-- | src/emu/bus/vip/vp590.h | 3 | ||||
-rw-r--r-- | src/emu/bus/vip/vp595.c | 3 | ||||
-rw-r--r-- | src/emu/bus/vip/vp595.h | 3 | ||||
-rw-r--r-- | src/emu/bus/vip/vp620.c | 3 | ||||
-rw-r--r-- | src/emu/bus/vip/vp620.h | 3 | ||||
-rw-r--r-- | src/emu/bus/vip/vp700.c | 3 | ||||
-rw-r--r-- | src/emu/bus/vip/vp700.h | 3 |
20 files changed, 0 insertions, 60 deletions
diff --git a/src/emu/bus/vip/byteio.c b/src/emu/bus/vip/byteio.c index 5410cd8c9be..bdebad76dba 100644 --- a/src/emu/bus/vip/byteio.c +++ b/src/emu/bus/vip/byteio.c @@ -4,9 +4,6 @@ RCA Cosmac VIP Byte Input/Output port emulation - Copyright MESS Team. - Visit http://mamedev.org for licensing and usage restrictions. - **********************************************************************/ #include "byteio.h" diff --git a/src/emu/bus/vip/byteio.h b/src/emu/bus/vip/byteio.h index 2d8a8667814..fd696975c7c 100644 --- a/src/emu/bus/vip/byteio.h +++ b/src/emu/bus/vip/byteio.h @@ -4,9 +4,6 @@ RCA Cosmac VIP Byte Input/Output port emulation - Copyright MESS Team. - Visit http://mamedev.org for licensing and usage restrictions. - ********************************************************************** A IN 0 diff --git a/src/emu/bus/vip/exp.c b/src/emu/bus/vip/exp.c index 11e11b3916c..4d83df7119a 100644 --- a/src/emu/bus/vip/exp.c +++ b/src/emu/bus/vip/exp.c @@ -4,9 +4,6 @@ RCA Cosmac VIP Expansion Interface emulation - Copyright MESS Team. - Visit http://mamedev.org for licensing and usage restrictions. - **********************************************************************/ #include "exp.h" diff --git a/src/emu/bus/vip/exp.h b/src/emu/bus/vip/exp.h index 5ff114f2402..37a33482db8 100644 --- a/src/emu/bus/vip/exp.h +++ b/src/emu/bus/vip/exp.h @@ -4,9 +4,6 @@ RCA Cosmac VIP Expansion Interface emulation - Copyright MESS Team. - Visit http://mamedev.org for licensing and usage restrictions. - ********************************************************************** CLOCK 1 A _MWR diff --git a/src/emu/bus/vip/vp550.c b/src/emu/bus/vip/vp550.c index 6108c6d93d6..c5f4ed201e4 100644 --- a/src/emu/bus/vip/vp550.c +++ b/src/emu/bus/vip/vp550.c @@ -4,9 +4,6 @@ RCA VIP Super Sound System VP550 emulation - Copyright MESS Team. - Visit http://mamedev.org for licensing and usage restrictions. - **********************************************************************/ /* diff --git a/src/emu/bus/vip/vp550.h b/src/emu/bus/vip/vp550.h index c4de33993e8..1045871b5d7 100644 --- a/src/emu/bus/vip/vp550.h +++ b/src/emu/bus/vip/vp550.h @@ -4,9 +4,6 @@ RCA VIP Super Sound System VP550 emulation - Copyright MESS Team. - Visit http://mamedev.org for licensing and usage restrictions. - **********************************************************************/ #pragma once diff --git a/src/emu/bus/vip/vp570.c b/src/emu/bus/vip/vp570.c index 2f357ad14d9..42ec4119c21 100644 --- a/src/emu/bus/vip/vp570.c +++ b/src/emu/bus/vip/vp570.c @@ -4,9 +4,6 @@ RCA VIP Expansion Board VP-570 emulation - Copyright MESS Team. - Visit http://mamedev.org for licensing and usage restrictions. - **********************************************************************/ #include "vp570.h" diff --git a/src/emu/bus/vip/vp570.h b/src/emu/bus/vip/vp570.h index 23b0d047384..2a382a064f5 100644 --- a/src/emu/bus/vip/vp570.h +++ b/src/emu/bus/vip/vp570.h @@ -4,9 +4,6 @@ RCA VIP Memory Expansion Board VP-570 emulation - Copyright MESS Team. - Visit http://mamedev.org for licensing and usage restrictions. - **********************************************************************/ #pragma once diff --git a/src/emu/bus/vip/vp575.c b/src/emu/bus/vip/vp575.c index 29aebe42106..c7801e9c414 100644 --- a/src/emu/bus/vip/vp575.c +++ b/src/emu/bus/vip/vp575.c @@ -4,9 +4,6 @@ RCA VIP Expansion Board VP-575 emulation - Copyright MESS Team. - Visit http://mamedev.org for licensing and usage restrictions. - **********************************************************************/ #include "vp575.h" diff --git a/src/emu/bus/vip/vp575.h b/src/emu/bus/vip/vp575.h index 49517880192..83ea31fd277 100644 --- a/src/emu/bus/vip/vp575.h +++ b/src/emu/bus/vip/vp575.h @@ -4,9 +4,6 @@ RCA VIP Expansion Board VP-575 emulation - Copyright MESS Team. - Visit http://mamedev.org for licensing and usage restrictions. - **********************************************************************/ #pragma once diff --git a/src/emu/bus/vip/vp585.c b/src/emu/bus/vip/vp585.c index 663bd61d8fc..dd51edebcff 100644 --- a/src/emu/bus/vip/vp585.c +++ b/src/emu/bus/vip/vp585.c @@ -4,9 +4,6 @@ RCA VIP Expansion Keypad Interface Board VP585 emulation - Copyright MESS Team. - Visit http://mamedev.org for licensing and usage restrictions. - **********************************************************************/ #include "vp585.h" diff --git a/src/emu/bus/vip/vp585.h b/src/emu/bus/vip/vp585.h index 6ed7803ed15..2bda8647c57 100644 --- a/src/emu/bus/vip/vp585.h +++ b/src/emu/bus/vip/vp585.h @@ -4,9 +4,6 @@ RCA VIP Expansion Keypad Interface Board VP585 emulation - Copyright MESS Team. - Visit http://mamedev.org for licensing and usage restrictions. - **********************************************************************/ #pragma once diff --git a/src/emu/bus/vip/vp590.c b/src/emu/bus/vip/vp590.c index 9b05d4441f5..e4a045388dd 100644 --- a/src/emu/bus/vip/vp590.c +++ b/src/emu/bus/vip/vp590.c @@ -4,9 +4,6 @@ RCA VIP Color Board VP590 emulation - Copyright MESS Team. - Visit http://mamedev.org for licensing and usage restrictions. - **********************************************************************/ #include "vp590.h" diff --git a/src/emu/bus/vip/vp590.h b/src/emu/bus/vip/vp590.h index 81db82f10ea..e4be2ab48fa 100644 --- a/src/emu/bus/vip/vp590.h +++ b/src/emu/bus/vip/vp590.h @@ -4,9 +4,6 @@ RCA VIP Color Board VP590 emulation - Copyright MESS Team. - Visit http://mamedev.org for licensing and usage restrictions. - **********************************************************************/ #pragma once diff --git a/src/emu/bus/vip/vp595.c b/src/emu/bus/vip/vp595.c index 72d69ee744e..d2ed10de18d 100644 --- a/src/emu/bus/vip/vp595.c +++ b/src/emu/bus/vip/vp595.c @@ -4,9 +4,6 @@ RCA VIP Simple Sound Board VP595 emulation - Copyright MESS Team. - Visit http://mamedev.org for licensing and usage restrictions. - **********************************************************************/ #include "vp595.h" diff --git a/src/emu/bus/vip/vp595.h b/src/emu/bus/vip/vp595.h index 0a788e4a585..bd7bcdbdbe7 100644 --- a/src/emu/bus/vip/vp595.h +++ b/src/emu/bus/vip/vp595.h @@ -4,9 +4,6 @@ RCA VIP Simple Sound Board VP595 emulation - Copyright MESS Team. - Visit http://mamedev.org for licensing and usage restrictions. - **********************************************************************/ #pragma once diff --git a/src/emu/bus/vip/vp620.c b/src/emu/bus/vip/vp620.c index b7dffc2f013..42a00b37444 100644 --- a/src/emu/bus/vip/vp620.c +++ b/src/emu/bus/vip/vp620.c @@ -4,9 +4,6 @@ RCA VIP ASCII Keyboard Interface VP-620 emulation - Copyright MESS Team. - Visit http://mamedev.org for licensing and usage restrictions. - **********************************************************************/ #include "vp620.h" diff --git a/src/emu/bus/vip/vp620.h b/src/emu/bus/vip/vp620.h index 509820fd2d8..67400cd2304 100644 --- a/src/emu/bus/vip/vp620.h +++ b/src/emu/bus/vip/vp620.h @@ -4,9 +4,6 @@ RCA VIP ASCII Keyboard Interface VP-620 emulation - Copyright MESS Team. - Visit http://mamedev.org for licensing and usage restrictions. - **********************************************************************/ #pragma once diff --git a/src/emu/bus/vip/vp700.c b/src/emu/bus/vip/vp700.c index dda6b9e7bf6..7d9b32536a7 100644 --- a/src/emu/bus/vip/vp700.c +++ b/src/emu/bus/vip/vp700.c @@ -4,9 +4,6 @@ RCA VIP Tiny BASIC VP-700 emulation - Copyright MESS Team. - Visit http://mamedev.org for licensing and usage restrictions. - **********************************************************************/ #include "vp700.h" diff --git a/src/emu/bus/vip/vp700.h b/src/emu/bus/vip/vp700.h index 62194a2c96a..8f521199d76 100644 --- a/src/emu/bus/vip/vp700.h +++ b/src/emu/bus/vip/vp700.h @@ -4,9 +4,6 @@ RCA VIP Tiny BASIC VP-700 emulation - Copyright MESS Team. - Visit http://mamedev.org for licensing and usage restrictions. - **********************************************************************/ #pragma once |