mirror of
https://github.com/holub/mame
synced 2025-04-16 21:44:32 +03:00
All files now do have owner (nw)
This commit is contained in:
parent
bd33a945ae
commit
fe68338c2c
@ -2141,9 +2141,7 @@ files {
|
|||||||
MAME_DIR .. "src/mame/video/neogeo.c",
|
MAME_DIR .. "src/mame/video/neogeo.c",
|
||||||
MAME_DIR .. "src/mame/drivers/neogeo_noslot.c",
|
MAME_DIR .. "src/mame/drivers/neogeo_noslot.c",
|
||||||
MAME_DIR .. "src/mame/video/neogeo_spr.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/neocrypt.c",
|
||||||
MAME_DIR .. "src/mame/machine/neoprot.c",
|
|
||||||
MAME_DIR .. "src/mame/machine/ng_memcard.c",
|
MAME_DIR .. "src/mame/machine/ng_memcard.c",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -950,9 +950,7 @@ files {
|
|||||||
MAME_DIR .. "src/mame/machine/315-5881_crypt.c",
|
MAME_DIR .. "src/mame/machine/315-5881_crypt.c",
|
||||||
MAME_DIR .. "src/mame/video/powervr2.c",
|
MAME_DIR .. "src/mame/video/powervr2.c",
|
||||||
MAME_DIR .. "src/mame/drivers/neogeo.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/neocrypt.c",
|
||||||
MAME_DIR .. "src/mame/machine/neoprot.c",
|
|
||||||
MAME_DIR .. "src/mame/machine/ng_memcard.c",
|
MAME_DIR .. "src/mame/machine/ng_memcard.c",
|
||||||
MAME_DIR .. "src/mame/video/neogeo.c",
|
MAME_DIR .. "src/mame/video/neogeo.c",
|
||||||
MAME_DIR .. "src/mame/video/neogeo_spr.c",
|
MAME_DIR .. "src/mame/video/neogeo_spr.c",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Aaron Giles
|
||||||
/*** m6800: Portable 6800 class emulator *************************************
|
/*** m6800: Portable 6800 class emulator *************************************
|
||||||
|
|
||||||
m68xx.c
|
m68xx.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Aaron Giles
|
||||||
/*** m6800: Portable 6800 class emulator *************************************/
|
/*** m6800: Portable 6800 class emulator *************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Aaron Giles
|
||||||
/*** m6805: Portable 6805 emulator ******************************************
|
/*** m6805: Portable 6805 emulator ******************************************
|
||||||
|
|
||||||
m6805.c (Also supports hd68705 and hd63705 variants)
|
m6805.c (Also supports hd68705 and hd63705 variants)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Aaron Giles
|
||||||
/*** m6805: Portable 6805 emulator ******************************************/
|
/*** m6805: Portable 6805 emulator ******************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
RP5H01 - Ricoh 64x1bit(+8bit) PROM with 6/7-bit counter
|
RP5H01 - Ricoh 64x1bit(+8bit) PROM with 6/7-bit counter
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
RP5H01 - Ricoh 64x1bit(+8bit) PROM with 6/7-bit counter
|
RP5H01 - Ricoh 64x1bit(+8bit) PROM with 6/7-bit counter
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Mariusz Wojcieszek, Peter Trauner
|
||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
|
|
||||||
Signetics 2636 video chip
|
Signetics 2636 video chip
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Mariusz Wojcieszek, Peter Trauner
|
||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
|
|
||||||
Signetics 2636 video chip
|
Signetics 2636 video chip
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Luca Elia
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
TMP68301 basic emulation + Interrupt Handling
|
TMP68301 basic emulation + Interrupt Handling
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Luca Elia
|
||||||
#ifndef TMP68301_H
|
#ifndef TMP68301_H
|
||||||
#define TMP68301_H
|
#define TMP68301_H
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:David Haywood
|
||||||
/* Sega 315-5313 - Megadrive VDP */
|
/* Sega 315-5313 - Megadrive VDP */
|
||||||
|
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:David Haywood
|
||||||
/* Sega Megadrive / Genesis VDP */
|
/* Sega Megadrive / Genesis VDP */
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nathan Woods, Peter Trauner, Angelo Salese
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
pc_vga.h
|
pc_vga.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:???
|
// copyright-holders:Zsolt Vasvari, Aaron Giles
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* *
|
* *
|
||||||
* Functions to emulate the TMS34061 video controller *
|
* Functions to emulate the TMS34061 video controller *
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:???
|
// copyright-holders:Zsolt Vasvari, Aaron Giles
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* *
|
* *
|
||||||
* Function prototypes and constants used by the TMS34061 emulator *
|
* Function prototypes and constants used by the TMS34061 emulator *
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Wilbert Pol
|
||||||
/********************************************************************
|
/********************************************************************
|
||||||
|
|
||||||
Support for Jupiter Ace .tap cassette images
|
Support for Jupiter Ace .tap cassette images
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Wilbert Pol
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
ace_tap.h
|
ace_tap.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Curt Coder
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Curt Coder
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
adam_cas.h
|
adam_cas.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:GPL-2.0+
|
||||||
// copyright-holders:???
|
// copyright-holders:Dirk Best
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
APRIDISK disk image format
|
APRIDISK disk image format
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:GPL-2.0+
|
||||||
// copyright-holders:???
|
// copyright-holders:Dirk Best
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
APRIDISK disk image format
|
APRIDISK disk image format
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Miodrag Milanovic
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/atari_dsk.c
|
formats/atari_dsk.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Miodrag Milanovic
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/atari_dsk.h
|
formats/atari_dsk.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Miodrag Milanovic
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/atarist_dsk.c
|
formats/atarist_dsk.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Miodrag Milanovic
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/atarist_dsk.h
|
formats/atarist_dsk.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Curt Coder
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/atom_tap.c
|
formats/atom_tap.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Curt Coder
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/atom_tap.h
|
formats/atom_tap.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/bw12_dsk.h
|
formats/bw12_dsk.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/bw2_dsk.h
|
formats/bw2_dsk.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Fabio Priuli
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Tape support for C16 / C64 / VIC20 TAP format
|
Tape support for C16 / C64 / VIC20 TAP format
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Fabio Priuli
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
cbm_tap.h
|
cbm_tap.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Wilbert Pol
|
||||||
/********************************************************************
|
/********************************************************************
|
||||||
|
|
||||||
Support for EACA Colour Genie .cas cassette images
|
Support for EACA Colour Genie .cas cassette images
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Wilbert Pol
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
cgen_cas.h
|
cgen_cas.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert, R. Belmont
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/concept_dsk.h
|
formats/concept_dsk.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
/*************************************************************************
|
/*************************************************************************
|
||||||
|
|
||||||
formats/coupedsk.c
|
formats/coupedsk.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
/*************************************************************************
|
/*************************************************************************
|
||||||
|
|
||||||
formats/coupedsk.h
|
formats/coupedsk.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/cpis_dsk.c
|
formats/cpis_dsk.c
|
||||||
@ -97,9 +97,6 @@ LEGACY_FLOPPY_OPTIONS_END
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// license:BSD-3-Clause
|
|
||||||
// copyright-holders:Olivier Galibert
|
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/cpis_dsk.c
|
formats/cpis_dsk.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/cpis_dsk.h
|
formats/cpis_dsk.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Miodrag Milanovic
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/cqm_dsk.c
|
formats/cqm_dsk.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Miodrag Milanovic
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/cqm_dsk.h
|
formats/cqm_dsk.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Gordon Jefferyes
|
||||||
/*
|
/*
|
||||||
CSW format
|
CSW format
|
||||||
----------
|
----------
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Gordon Jefferyes
|
||||||
/*
|
/*
|
||||||
csw_cas.h
|
csw_cas.h
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:etabeta
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/dcp_dsk.h
|
formats/dcp_dsk.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/dim_dsk.c
|
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
|
formats/dim_dsk.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/dim_dsk.h
|
formats/dim_dsk.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/dsk_dsk.c
|
formats/dsk_dsk.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/dsk_dsk.h
|
formats/dsk_dsk.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/esq16_dsk.c
|
formats/esq16_dsk.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/esq16_dsk.h
|
formats/esq16_dsk.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/esq8_dsk.c
|
formats/esq8_dsk.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/esq8_dsk.h
|
formats/esq8_dsk.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Curt Coder
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/fdi_dsk.h
|
formats/fdi_dsk.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Barry Rodewald
|
||||||
/*
|
/*
|
||||||
* flex_dsk.c - FLEX compatible disk images
|
* flex_dsk.c - FLEX compatible disk images
|
||||||
*
|
*
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Barry Rodewald
|
||||||
/*
|
/*
|
||||||
* flex_dsk.h
|
* flex_dsk.h
|
||||||
*
|
*
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Barry Rodewald
|
||||||
/*
|
/*
|
||||||
* Fujitsu FM-7 series cassette handling
|
* Fujitsu FM-7 series cassette handling
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Barry Rodewald
|
||||||
/*
|
/*
|
||||||
* Fujitsu FM-7 cassette format handling
|
* Fujitsu FM-7 cassette format handling
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Sean Young
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#include "formats/fmsx_cas.h"
|
#include "formats/fmsx_cas.h"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Sean Young
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
fmsx_cas.h
|
fmsx_cas.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Barry Rodewald
|
||||||
/*
|
/*
|
||||||
* fmtowns_dsk.c
|
* fmtowns_dsk.c
|
||||||
*
|
*
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Barry Rodewald
|
||||||
/*
|
/*
|
||||||
* fmtowns_dsk.h
|
* fmtowns_dsk.h
|
||||||
*
|
*
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Miodrag Milanovic
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Tape support for Glaksija GTP format
|
Tape support for Glaksija GTP format
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Miodrag Milanovic
|
||||||
/*
|
/*
|
||||||
|
|
||||||
gtp_cas.h
|
gtp_cas.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:JJ Stacino
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/hect_dsk.c
|
formats/hect_dsk.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:JJ Stacino
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/hect_dsk.h
|
formats/hect_dsk.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:JJ Stacino
|
||||||
/********************************************************************
|
/********************************************************************
|
||||||
|
|
||||||
Support for Micronique machine .K7 and *.FOR cassette images
|
Support for Micronique machine .K7 and *.FOR cassette images
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:JJ Stacino
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
hect_tap.h
|
hect_tap.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nathan Woods
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nathan Woods
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
ioprocs.h
|
ioprocs.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/iq151_dsk.h
|
formats/iq151_dsk.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/itt3030_dsk.h
|
formats/itt3030_dsk.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert, Robbbert
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/kaypro_dsk.h
|
formats/kaypro_dsk.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/kc85_dsk.h
|
formats/kc85_dsk.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
/// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Wilbert Pol
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#include "kim1_cas.h"
|
#include "kim1_cas.h"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
/// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Wilbert Pol
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
kim1_cas.h
|
kim1_cas.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:???
|
// copyright-holders:Krzysztof Strzecha
|
||||||
/* .LVT tape images */
|
/* .LVT tape images */
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:???
|
// copyright-holders:Krzysztof Strzecha
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
lviv_lvt.h
|
lviv_lvt.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/m20_dsk.c
|
formats/m20_dsk.c
|
||||||
@ -172,8 +172,6 @@ LEGACY_FLOPPY_OPTIONS_START( m20 )
|
|||||||
LEGACY_FLOPPY_OPTIONS_END
|
LEGACY_FLOPPY_OPTIONS_END
|
||||||
|
|
||||||
|
|
||||||
// license:BSD-3-Clause
|
|
||||||
// copyright-holders:Olivier Galibert
|
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/m20_dsk.c
|
formats/m20_dsk.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/m20_dsk.c
|
formats/m20_dsk.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/m5_dsk.h
|
formats/m5_dsk.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/mm_dsk.h
|
formats/mm_dsk.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/msx_dsk.c
|
formats/msx_dsk.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
msx_dsk.h
|
msx_dsk.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nathan Woods
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include "mz_cas.h"
|
#include "mz_cas.h"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nathan Woods
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
mz_cas.h
|
mz_cas.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/nanos_dsk.h
|
formats/nanos_dsk.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Miodrag Milanovic
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/nes_dsk.c
|
formats/nes_dsk.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Miodrag Milanovic
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/nes_dsk.h
|
formats/nes_dsk.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:etabeta
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/nfd_dsk.h
|
formats/nfd_dsk.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Tape support for Orao TAP format
|
Tape support for Orao TAP format
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
/*
|
/*
|
||||||
|
|
||||||
orao_cas.h
|
orao_cas.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/oric_dsk.h
|
formats/oric_dsk.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:???
|
// copyright-holders:Kevin Thacker
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#include "oric_tap.h"
|
#include "oric_tap.h"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:???
|
||||||
// copyright-holders:???
|
// copyright-holders:Kevin Thacker
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
oric_tap.h
|
oric_tap.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Angelo Salese
|
||||||
/*
|
/*
|
||||||
* NEC PC-6001 cassette format handling
|
* NEC PC-6001 cassette format handling
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Angelo Salese
|
||||||
/*
|
/*
|
||||||
* NEC PC-6001 cassette format handling
|
* NEC PC-6001 cassette format handling
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
#include "emu.h" // logerror
|
#include "emu.h" // logerror
|
||||||
#include "pasti_dsk.h"
|
#include "pasti_dsk.h"
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
#ifndef PASTI_DSK_H_
|
#ifndef PASTI_DSK_H_
|
||||||
#define PASTI_DSK_H_
|
#define PASTI_DSK_H_
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Angelo Salese
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/pc98_dsk.c
|
formats/pc98_dsk.c
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user