All files now do have owner (nw)

This commit is contained in:
Miodrag Milanovic 2015-05-21 20:06:05 +02:00
parent bd33a945ae
commit fe68338c2c
315 changed files with 581 additions and 599 deletions

View File

@ -2141,9 +2141,7 @@ files {
MAME_DIR .. "src/mame/video/neogeo.c",
MAME_DIR .. "src/mame/drivers/neogeo_noslot.c",
MAME_DIR .. "src/mame/video/neogeo_spr.c",
MAME_DIR .. "src/mame/machine/neoboot.c",
MAME_DIR .. "src/mame/machine/neocrypt.c",
MAME_DIR .. "src/mame/machine/neoprot.c",
MAME_DIR .. "src/mame/machine/ng_memcard.c",
}

View File

@ -950,9 +950,7 @@ files {
MAME_DIR .. "src/mame/machine/315-5881_crypt.c",
MAME_DIR .. "src/mame/video/powervr2.c",
MAME_DIR .. "src/mame/drivers/neogeo.c",
MAME_DIR .. "src/mame/machine/neoboot.c",
MAME_DIR .. "src/mame/machine/neocrypt.c",
MAME_DIR .. "src/mame/machine/neoprot.c",
MAME_DIR .. "src/mame/machine/ng_memcard.c",
MAME_DIR .. "src/mame/video/neogeo.c",
MAME_DIR .. "src/mame/video/neogeo_spr.c",

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Aaron Giles
/*** m6800: Portable 6800 class emulator *************************************
m68xx.c

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Aaron Giles
/*** m6800: Portable 6800 class emulator *************************************/
#pragma once

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Aaron Giles
/*** m6805: Portable 6805 emulator ******************************************
m6805.c (Also supports hd68705 and hd63705 variants)

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Aaron Giles
/*** m6805: Portable 6805 emulator ******************************************/
#pragma once

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria
/***************************************************************************
RP5H01 - Ricoh 64x1bit(+8bit) PROM with 6/7-bit counter

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria
/***************************************************************************
RP5H01 - Ricoh 64x1bit(+8bit) PROM with 6/7-bit counter

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Mariusz Wojcieszek, Peter Trauner
/**********************************************************************
Signetics 2636 video chip

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Mariusz Wojcieszek, Peter Trauner
/**********************************************************************
Signetics 2636 video chip

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Luca Elia
/***************************************************************************
TMP68301 basic emulation + Interrupt Handling

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Luca Elia
#ifndef TMP68301_H
#define TMP68301_H

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:David Haywood
/* Sega 315-5313 - Megadrive VDP */
#include "emu.h"

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:David Haywood
/* Sega Megadrive / Genesis VDP */
#pragma once

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nathan Woods, Peter Trauner, Angelo Salese
/***************************************************************************
pc_vga.h

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// copyright-holders:Zsolt Vasvari, Aaron Giles
/****************************************************************************
* *
* Functions to emulate the TMS34061 video controller *

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// copyright-holders:Zsolt Vasvari, Aaron Giles
/****************************************************************************
* *
* Function prototypes and constants used by the TMS34061 emulator *

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Wilbert Pol
/********************************************************************
Support for Jupiter Ace .tap cassette images

View File

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

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Curt Coder
#include <assert.h>

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Curt Coder
/*********************************************************************
adam_cas.h

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
APRIDISK disk image format

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:GPL-2.0+
// copyright-holders:Dirk Best
/***************************************************************************
APRIDISK disk image format

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Miodrag Milanovic
/*********************************************************************
formats/atari_dsk.c

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Miodrag Milanovic
/*********************************************************************
formats/atari_dsk.h

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Miodrag Milanovic
/*********************************************************************
formats/atarist_dsk.c

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Miodrag Milanovic
/*********************************************************************
formats/atarist_dsk.h

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Curt Coder
/*********************************************************************
formats/atom_tap.c

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Curt Coder
/*********************************************************************
formats/atom_tap.h

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
/*********************************************************************
formats/bw12_dsk.h

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
/*********************************************************************
formats/bw2_dsk.h

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Fabio Priuli
/*
Tape support for C16 / C64 / VIC20 TAP format

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Fabio Priuli
/*********************************************************************
cbm_tap.h

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Wilbert Pol
/********************************************************************
Support for EACA Colour Genie .cas cassette images

View File

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

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert, R. Belmont
/*********************************************************************
formats/concept_dsk.h

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
/*************************************************************************
formats/coupedsk.c

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
/*************************************************************************
formats/coupedsk.h

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
/*********************************************************************
formats/cpis_dsk.c
@ -97,9 +97,6 @@ LEGACY_FLOPPY_OPTIONS_END
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
/*********************************************************************
formats/cpis_dsk.c

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
/*********************************************************************
formats/cpis_dsk.h

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Miodrag Milanovic
/*********************************************************************
formats/cqm_dsk.c

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Miodrag Milanovic
/*********************************************************************
formats/cqm_dsk.h

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Gordon Jefferyes
/*
CSW format
----------

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Gordon Jefferyes
/*
csw_cas.h

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:etabeta
/*********************************************************************
formats/dcp_dsk.h

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
/*********************************************************************
formats/dim_dsk.c
@ -103,8 +103,6 @@ FLOPPY_CONSTRUCT(dim_dsk_construct)
}
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
/*********************************************************************
formats/dim_dsk.c

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
/*********************************************************************
formats/dim_dsk.h

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
/*********************************************************************
formats/dsk_dsk.c

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
/*********************************************************************
formats/dsk_dsk.h

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
/*********************************************************************
formats/esq16_dsk.c

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
/*********************************************************************
formats/esq16_dsk.h

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
/*********************************************************************
formats/esq8_dsk.c

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
/*********************************************************************
formats/esq8_dsk.h

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Curt Coder
/*********************************************************************
formats/fdi_dsk.h

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Barry Rodewald
/*
* flex_dsk.c - FLEX compatible disk images
*

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Barry Rodewald
/*
* flex_dsk.h
*

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Barry Rodewald
/*
* Fujitsu FM-7 series cassette handling
*/

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Barry Rodewald
/*
* Fujitsu FM-7 cassette format handling
*/

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Sean Young
#include <assert.h>
#include "formats/fmsx_cas.h"

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Sean Young
/*********************************************************************
fmsx_cas.h

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Barry Rodewald
/*
* fmtowns_dsk.c
*

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Barry Rodewald
/*
* fmtowns_dsk.h
*

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Miodrag Milanovic
/*
Tape support for Glaksija GTP format

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Miodrag Milanovic
/*
gtp_cas.h

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:JJ Stacino
/*********************************************************************
formats/hect_dsk.c

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:JJ Stacino
/*********************************************************************
formats/hect_dsk.h

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:JJ Stacino
/********************************************************************
Support for Micronique machine .K7 and *.FOR cassette images

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:JJ Stacino
/*********************************************************************
hect_tap.h

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nathan Woods
#include <stdio.h>
#include <string.h>
#include <assert.h>

View File

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

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
/*********************************************************************
formats/iq151_dsk.h

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
/*********************************************************************
formats/itt3030_dsk.h

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert, Robbbert
/*********************************************************************
formats/kaypro_dsk.h

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
/*********************************************************************
formats/kc85_dsk.h

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
/// license:BSD-3-Clause
// copyright-holders:Wilbert Pol
#include <assert.h>
#include "kim1_cas.h"

View File

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

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// copyright-holders:Krzysztof Strzecha
/* .LVT tape images */
#include <assert.h>

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// copyright-holders:Krzysztof Strzecha
/*********************************************************************
lviv_lvt.h

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
/*********************************************************************
formats/m20_dsk.c
@ -172,8 +172,6 @@ LEGACY_FLOPPY_OPTIONS_START( m20 )
LEGACY_FLOPPY_OPTIONS_END
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
/*********************************************************************
formats/m20_dsk.c

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
/*********************************************************************
formats/m20_dsk.c

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
/*********************************************************************
formats/m5_dsk.h

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
/*********************************************************************
formats/mm_dsk.h

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
/*********************************************************************
formats/msx_dsk.c

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
/*********************************************************************
msx_dsk.h

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nathan Woods
#include <string.h>
#include <assert.h>
#include "mz_cas.h"

View File

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

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
/*********************************************************************
formats/nanos_dsk.h

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Miodrag Milanovic
/*********************************************************************
formats/nes_dsk.c

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Miodrag Milanovic
/*********************************************************************
formats/nes_dsk.h

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:etabeta
/*********************************************************************
formats/nfd_dsk.h

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
/*
Tape support for Orao TAP format

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
/*
orao_cas.h

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
/*********************************************************************
formats/oric_dsk.h

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// copyright-holders:Kevin Thacker
#include <assert.h>
#include "oric_tap.h"

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// copyright-holders:Kevin Thacker
/*********************************************************************
oric_tap.h

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Angelo Salese
/*
* NEC PC-6001 cassette format handling
*/

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Angelo Salese
/*
* NEC PC-6001 cassette format handling
*/

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
#include "emu.h" // logerror
#include "pasti_dsk.h"

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
#ifndef PASTI_DSK_H_
#define PASTI_DSK_H_

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Angelo Salese
/*********************************************************************
formats/pc98_dsk.c

Some files were not shown because too many files have changed in this diff Show More