lot more updated (nw)

This commit is contained in:
Miodrag Milanovic 2015-05-11 15:09:24 +02:00
parent 6b04fd7f05
commit e4b919213e
98 changed files with 196 additions and 328 deletions

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria
/*********************************************************************
debugcmd.c
Debugger command interface engine.
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
*********************************************************************/
#include "emu.h"

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria
/*********************************************************************
debugcmd.h
Debugger command interface engine.
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
*********************************************************************/
#ifndef __DEBUGCMD_H__

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria
/*********************************************************************
debugcon.c
Debugger console engine.
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
*********************************************************************/
#include "emu.h"

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria
/*********************************************************************
debugcon.h
Debugger console engine.
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
*********************************************************************/
#ifndef __DEBUGCON_H__

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria
/*********************************************************************
debughlp.c
Debugger help engine.
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
*********************************************************************/
#include "emu.h"

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria
/*********************************************************************
debughlp.h
Debugger help engine.
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
*********************************************************************/
#ifndef __DEBUGHLP_H__

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria
/***************************************************************************
textbuf.c
Debugger text buffering engine.
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/
#include "corealloc.h"

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria
/***************************************************************************
textbuf.h
Debugger text buffering engine.
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/
#ifndef __TEXTBUF_H__

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria
/*************************************************************************
xtal.h

View File

@ -1,4 +1,6 @@
<?xml version="1.0"?>
<!-- license:BSD-3-Clause -->
<!-- copyright-holders:Aaron Giles -->
<mamelayout version="2">
<view name="Screen 0 Standard (4:3)">
<screen index="0">

View File

@ -1,4 +1,6 @@
<?xml version="1.0"?>
<!-- license:BSD-3-Clause -->
<!-- copyright-holders:Aaron Giles -->
<mamelayout version="2">
<view name="Screen 0 Standard (4:3)">
<screen index="0">

View File

@ -1,4 +1,6 @@
<?xml version="1.0"?>
<!-- license:BSD-3-Clause -->
<!-- copyright-holders:Aaron Giles -->
<mamelayout version="2">
<view name="Screen 0 Standard (4:3)">
<screen index="0">

View File

@ -1,8 +1,6 @@
<?xml version="1.0"?>
<!-- license: MAME, GPL-2.0+ -->
<!-- copyright-holders: Dirk Best -->
<!-- license:GPL-2.0+ -->
<!-- copyright-holders:Dirk Best -->
<mamelayout version="2">
<element name="background">
<rect>

View File

@ -1,4 +1,6 @@
<?xml version="1.0"?>
<!-- license:BSD-3-Clause -->
<!-- copyright-holders:Aaron Giles -->
<mamelayout version="2">
<view name="Standard (4:3)">
<screen index="0">

View File

@ -1,4 +1,6 @@
<?xml version="1.0"?>
<!-- license:BSD-3-Clause -->
<!-- copyright-holders:Aaron Giles -->
<mamelayout version="2">
<view name="LCD with square pixels">
<screen index="0">

View File

@ -1,4 +1,6 @@
<?xml version="1.0"?>
<!-- license:BSD-3-Clause -->
<!-- copyright-holders:Aaron Giles -->
<mamelayout version="2">
<view name="LCD with square pixels">
<screen index="0">

View File

@ -1,8 +1,6 @@
<?xml version="1.0"?>
<!-- license: MAME, GPL-2.0+ -->
<!-- copyright-holders: Dirk Best -->
<!-- license:GPL-2.0+ -->
<!-- copyright-holders:Dirk Best -->
<mamelayout version="2">
<element name="background">
<rect>

View File

@ -1,4 +1,6 @@
<?xml version="1.0"?>
<!-- license:BSD-3-Clause -->
<!-- copyright-holders:Aaron Giles -->
<mamelayout version="2">
<element name="background">
<rect>

View File

@ -1,4 +1,6 @@
<?xml version="1.0"?>
<!-- license:BSD-3-Clause -->
<!-- copyright-holders:Aaron Giles -->
<mamelayout version="2">
<view name="Screen 0 Standard (4:3)">
<screen index="0">

View File

@ -1,4 +1,6 @@
<?xml version="1.0"?>
<!-- license:BSD-3-Clause -->
<!-- copyright-holders:Aaron Giles -->
<mamelayout version="2">
<view name="s0">
<screen index="0">

View File

@ -1,4 +1,6 @@
<?xml version="1.0"?>
<!-- license:BSD-3-Clause -->
<!-- copyright-holders:Aaron Giles -->
<mamelayout version="2">
<view name="Screen 0 Standard (4:3)">
<screen index="0">

View File

@ -1,4 +1,6 @@
<?xml version="1.0"?>
<!-- license:BSD-3-Clause -->
<!-- copyright-holders:Aaron Giles -->
<mamelayout version="2">
<view name="Standard (3:4)">
<screen index="0">

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria
/*********************************************************************
generic.c
Generic simple machine functions.
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
*********************************************************************/
#include "emu.h"

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria
/*********************************************************************
generic.h
Generic simple machine functions.
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
*********************************************************************/
#pragma once

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Fabio Priuli
/***************************************************************************
ui/barcode.c
"Barcode Reader" control
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/
#include "emu.h"

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Fabio Priuli
/***************************************************************************
ui/barcode.h
"Barcode Reader" control
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/
#pragma once

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
/*********************************************************************
ui/cheatopt.c
Internal menu for the cheat interface.
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
*********************************************************************/
#include "emu.h"

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
/***************************************************************************
ui/cheatopt.h
Internal menu for the cheat interface.
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/
#pragma once

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nathan Woods
/***************************************************************************
ui/devctrl.h
@ -16,9 +16,6 @@
and the menu is rebuilt accordingly, without the need of a preliminary
submenu listing available devices of the same kind.
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/
#pragma once

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nathan Woods
/*********************************************************************
ui/devopt.c
Internal menu for the device configuration.
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
*********************************************************************/
#include "emu.h"

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nathan Woods
/***************************************************************************
ui/devopt.h
Internal menu for the device configuration.
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/
#pragma once

View File

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

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nathan Woods
/***************************************************************************
ui/filemngr.h
MESS's clunky built-in file manager
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/
#pragma once

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nathan Woods
/***************************************************************************
ui/filesel.c
MESS's clunky built-in file manager
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
TODO
- Support image creation arguments
- Restrict empty slot if image required

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nathan Woods
/***************************************************************************
ui/filesel.h
MESS's clunky built-in file manager
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/
#pragma once

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nathan Woods
/***************************************************************************
ui/imgcntrl.c
MESS's clunky built-in file manager
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/
#include "emu.h"

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nathan Woods
/***************************************************************************
ui/imgcntrl.h
MESS's clunky built-in file manager
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/
#pragma once

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
/***************************************************************************
ui/info.c
System and image info screens
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/
#include "emu.h"

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
/***************************************************************************
ui/info.h
System and image info screens
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/
#pragma once

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
/*********************************************************************
ui/inputmap.c
Internal menus for input mappings.
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
*********************************************************************/
#include "emu.h"

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
/***************************************************************************
ui/inputmap.h
Internal menus for input mappings.
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/
#pragma once

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
/*********************************************************************
ui/mainmenu.c
Internal MAME menus for the user interface.
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
*********************************************************************/
#include "emu.h"

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
/***************************************************************************
ui/mainmenu.h
Internal MAME menus for the user interface.
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/
#pragma once

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
/*********************************************************************
ui/menu.c
Internal MAME menus for the user interface.
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
*********************************************************************/
#include "emu.h"

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
/***************************************************************************
ui/menu.h
Internal MAME menus for the user interface.
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/
#pragma once

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
/*********************************************************************
miscmenu.c
Internal MAME menus for the user interface.
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
*********************************************************************/
#include "emu.h"

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
/***************************************************************************
ui/miscmenu.h
Internal MAME menus for the user interface.
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/
#pragma once

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
/***************************************************************************
ui/selgame.c
Game selector
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/
#include "emu.h"

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
/***************************************************************************
ui/selgame.h
Game selector
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/
#pragma once

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
/*********************************************************************
miscmenu.c
Internal MAME menus for the user interface.
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
*********************************************************************/
#include "emu.h"

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
/***************************************************************************
ui/miscmenu.h
Internal MAME menus for the user interface.
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/
#pragma once

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
/*********************************************************************
ui/slotopt.c
Internal menu for the slot options.
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
*********************************************************************/
#include "emu.h"

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
/***************************************************************************
ui/slotopt.h
Internal menu for the slot options.
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/
#pragma once

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
/*********************************************************************
ui/swlist.c
Internal MAME user interface for software list.
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
*********************************************************************/
#include "emu.h"

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
/***************************************************************************
ui/swlist.h
Internal MAME user interface for software list.
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/
#ifndef __UI_SWLIST_H__

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
/***************************************************************************
ui/tapectrl.c
Tape control
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/
#include "emu.h"

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
/***************************************************************************
ui/tapectrl.h
Tape control
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/
#pragma once

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
/*********************************************************************
ui.c
Functions used to handle MAME's user interface.
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
*********************************************************************/
#include "emu.h"

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
/***************************************************************************
ui.h
Functions used to handle MAME's crude user interface.
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/
#pragma once

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
/*********************************************************************
ui/videoopt.c
Internal menus for video options
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
*********************************************************************/
#include "emu.h"

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
/***************************************************************************
ui/videoopt.h
Internal menus for video options
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/
#pragma once

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
/*********************************************************************
ui/viewgfx.c
Internal graphics viewer.
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
*********************************************************************/
#include "emu.h"

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
/***************************************************************************
ui/viewgfx.h
Internal graphics viewer.
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
***************************************************************************/
#pragma once

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria
/*********************************************************************
generic.c
Generic simple video functions.
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
*********************************************************************/
#include "emu.h"

View File

@ -1,14 +1,11 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Nicola Salmoria
/*********************************************************************
generic.h
Generic simple video functions.
Copyright Nicola Salmoria and the MAME Team.
Visit http://mamedev.org for licensing and usage restrictions.
*********************************************************************/
#pragma once

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders: Original author, Robbbert
#ifndef APFCAS_H
#define APFCAS_H

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Miodrag Milanovic
/*
* D77 and D88 disk images
*

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert
#include <assert.h>
#include "ipf_dsk.h"

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
// license:???
// copyright-holders:???
// license:BSD-3-Clause
// copyright-holders:Miodrag Milanovic
#ifndef TD0_DSK_H_
#define TD0_DSK_H_

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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