finish setting copyright holders for MESS section (nw)

This commit is contained in:
Miodrag Milanovic 2015-05-13 16:19:00 +02:00
parent 451339ceb4
commit 1ed4f69abd
48 changed files with 79 additions and 79 deletions

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Curt Coder
/********************************************************************** /**********************************************************************
Intelligent Designs DAVE emulation Intelligent Designs DAVE emulation

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Curt Coder
/********************************************************************** /**********************************************************************
Intelligent Designs DAVE emulation Intelligent Designs DAVE emulation

View File

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

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Nathan Woods
/*************************************************************************** /***************************************************************************
coco.h coco.h

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Nathan Woods
/*************************************************************************** /***************************************************************************
dgnalpha.h dgnalpha.h

View File

@ -1,5 +1,5 @@
// license:??? // license:???
// copyright-holders:??? // copyright-holders:Ralf Schaefer
/********************************************************************** /**********************************************************************
Mephisto Chess Computers Mephisto Chess Computers

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:David Haywood
#include "includes/megadriv.h" #include "includes/megadriv.h"
#include "bus/megadrive/md_slot.h" #include "bus/megadrive/md_slot.h"

View File

@ -1,5 +1,5 @@
// license:??? // license:GPL-2.0+
// copyright-holders:??? // copyright-holders:Peter Trauner
/***************************************************************************** /*****************************************************************************
* *
* includes/pc1251.h * includes/pc1251.h

View File

@ -1,5 +1,5 @@
// license:??? // license:GPL-2.0+
// copyright-holders:??? // copyright-holders:Peter Trauner
/***************************************************************************** /*****************************************************************************
* *
* includes/pc1350.h * includes/pc1350.h

View File

@ -1,5 +1,5 @@
// license:??? // license:GPL-2.0+
// copyright-holders:??? // copyright-holders:Peter Trauner
/***************************************************************************** /*****************************************************************************
* *
* includes/pc1401.h * includes/pc1401.h

View File

@ -1,5 +1,5 @@
// license:??? // license:GPL-2.0+
// copyright-holders:??? // copyright-holders:Peter Trauner
/***************************************************************************** /*****************************************************************************
* *
* includes/pc1403.h * includes/pc1403.h

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Sandro Ronco
/********************************************************************** /**********************************************************************
NEC uPD65031 'BLINK' emulation NEC uPD65031 'BLINK' emulation

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Sandro Ronco
/********************************************************************** /**********************************************************************
NEC uPD65031 'BLINK' emulation NEC uPD65031 'BLINK' emulation

View File

@ -1,5 +1,5 @@
// license:??? // license:???
// copyright-holders:??? // copyright-holders:Raphael Nabet
/**************************************************************************** /****************************************************************************
amiga.c amiga.c

View File

@ -1,5 +1,5 @@
// license:??? // license:???
// copyright-holders:??? // copyright-holders:Raphael Nabet
/**************************************************************************** /****************************************************************************
fat.c fat.c

View File

@ -1,3 +1,3 @@
// license:??? // license:???
// copyright-holders:??? // copyright-holders:Raphael Nabet
void fat_get_info(const imgtool_class *imgclass, UINT32 state, union imgtoolinfo *info); void fat_get_info(const imgtool_class *imgclass, UINT32 state, union imgtoolinfo *info);

View File

@ -1,5 +1,5 @@
// license:??? // license:???
// copyright-holders:??? // copyright-holders:Raphael Nabet
/**************************************************************************** /****************************************************************************
pc_flop.c pc_flop.c

View File

@ -1,5 +1,5 @@
// license:??? // license:???
// copyright-holders:??? // copyright-holders:Raphael Nabet
/**************************************************************************** /****************************************************************************
pc_hard.c pc_hard.c

View File

@ -1,5 +1,5 @@
// license:??? // license:???
// copyright-holders:??? // copyright-holders:Raphael Nabet
/**************************************************************************** /****************************************************************************
prodos.c prodos.c

View File

@ -1,5 +1,5 @@
// license:??? // license:???
// copyright-holders:??? // copyright-holders:Raphael Nabet
/* /*
733 ASR emulation 733 ASR emulation

View File

@ -1,5 +1,5 @@
// license:??? // license:???
// copyright-holders:??? // copyright-holders:Raphael Nabet
#define asr733_chr_region ":gfx1" #define asr733_chr_region ":gfx1"

View File

@ -1,5 +1,5 @@
// license:??? // license:???
// copyright-holders:??? // copyright-holders:Raphael Nabet
/* /*
911_chr.h: character definitions for 911_vdt.c 911_chr.h: character definitions for 911_vdt.c

View File

@ -1,5 +1,5 @@
// license:??? // license:???
// copyright-holders:??? // copyright-holders:Raphael Nabet
/* /*
key translation table for both US and UK terminals key translation table for both US and UK terminals

View File

@ -1,5 +1,5 @@
// license:??? // license:???
// copyright-holders:??? // copyright-holders:Raphael Nabet
/* /*
TI 911 VDT core. To be operated with the TI 990 line of computers (can be connected to TI 911 VDT core. To be operated with the TI 990 line of computers (can be connected to
any model, as communication uses the CRU bus). any model, as communication uses the CRU bus).

View File

@ -1,5 +1,5 @@
// license:??? // license:???
// copyright-holders:??? // copyright-holders:Raphael Nabet
#include "sound/beep.h" #include "sound/beep.h"

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:R. Belmont
/********************************************************************* /*********************************************************************
video/apple2.h - Video handling for 8-bit Apple IIs video/apple2.h - Video handling for 8-bit Apple IIs

View File

@ -1,5 +1,5 @@
// license:??? // license:???
// copyright-holders:??? // copyright-holders:Raphael Nabet
/* /*
video/crt.c video/crt.c

View File

@ -1,5 +1,5 @@
// license:??? // license:???
// copyright-holders:??? // copyright-holders:Raphael Nabet
/************************************************************************* /*************************************************************************
video/crt.h video/crt.h

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Wilbert Pol
/*************************************************************************** /***************************************************************************
gb_lcd.c gb_lcd.c

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Wilbert Pol
/***************************************************************************** /*****************************************************************************
* *
* video/gb_lcd.h * video/gb_lcd.h

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Nathan Woods
/********************************************************************* /*********************************************************************
gime.c gime.c

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Nathan Woods
/********************************************************************* /*********************************************************************
gime.h gime.h

View File

@ -1,5 +1,5 @@
// license:??? // license:???
// copyright-holders:??? // copyright-holders:JJ Stacino
///////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////
///// Hector video ///// Hector video
///////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Wilbert Pol
/****************************************************************************** /******************************************************************************
K1GE/K2GE graphics emulation K1GE/K2GE graphics emulation

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Dan Boris
/*************************************************************************** /***************************************************************************
Atari MARIA video emulation Atari MARIA video emulation

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Dan Boris
#ifndef __ATARI_MARIA__ #ifndef __ATARI_MARIA__
#define __ATARI_MARIA__ #define __ATARI_MARIA__

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Ryan Holtz
/* /*
SGI "Newport" graphics board used in the Indy and some Indigo2s SGI "Newport" graphics board used in the Indy and some Indigo2s

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Ryan Holtz
/* /*
SGI "Newport" graphics board used in the Indy and some Indigo2s SGI "Newport" graphics board used in the Indy and some Indigo2s

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Curt Coder
/********************************************************************** /**********************************************************************
Intelligent Designs NICK emulation Intelligent Designs NICK emulation

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Curt Coder
/********************************************************************** /**********************************************************************
Intelligent Designs NICK emulation Intelligent Designs NICK emulation

View File

@ -1,5 +1,5 @@
// license:??? // license:???
// copyright-holders:??? // copyright-holders:Paul Daniels
/********************************************************************** /**********************************************************************
p2000m.c p2000m.c

View File

@ -1,5 +1,5 @@
// license:??? // license:GPL-2.0+
// copyright-holders:??? // copyright-holders:Peter Trauner
#include "emu.h" #include "emu.h"
#include "includes/pocketc.h" #include "includes/pocketc.h"

View File

@ -1,5 +1,5 @@
// license:??? // license:GPL-2.0+
// copyright-holders:??? // copyright-holders:Peter Trauner
#include "emu.h" #include "emu.h"
#include "includes/pocketc.h" #include "includes/pocketc.h"

View File

@ -1,5 +1,5 @@
// license:??? // license:GPL-2.0+
// copyright-holders:??? // copyright-holders:Peter Trauner
#include "emu.h" #include "emu.h"
#include "includes/pocketc.h" #include "includes/pocketc.h"

View File

@ -1,5 +1,5 @@
// license:??? // license:GPL-2.0+
// copyright-holders:??? // copyright-holders:Peter Trauner
/***************************************************************************** /*****************************************************************************
* *
* pc1403.c * pc1403.c

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Wilbert Pol
/*************************************************************************** /***************************************************************************
IBM PC junior IBM PC junior

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Wilbert Pol
#ifndef PC_T1T_H #ifndef PC_T1T_H
#define PC_T1T_H #define PC_T1T_H

View File

@ -1,5 +1,5 @@
// license:??? // license:BSD-3-Clause
// copyright-holders:??? // copyright-holders:Sergey Svishchev
#include "emu.h" #include "emu.h"
#define CGA_PALETTE_SETS 83 #define CGA_PALETTE_SETS 83