mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
lot more updated (nw)
This commit is contained in:
parent
6b04fd7f05
commit
e4b919213e
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
debugcmd.c
|
debugcmd.c
|
||||||
|
|
||||||
Debugger command interface engine.
|
Debugger command interface engine.
|
||||||
|
|
||||||
Copyright Nicola Salmoria and the MAME Team.
|
|
||||||
Visit http://mamedev.org for licensing and usage restrictions.
|
|
||||||
|
|
||||||
*********************************************************************/
|
*********************************************************************/
|
||||||
|
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
debugcmd.h
|
debugcmd.h
|
||||||
|
|
||||||
Debugger command interface engine.
|
Debugger command interface engine.
|
||||||
|
|
||||||
Copyright Nicola Salmoria and the MAME Team.
|
|
||||||
Visit http://mamedev.org for licensing and usage restrictions.
|
|
||||||
|
|
||||||
*********************************************************************/
|
*********************************************************************/
|
||||||
|
|
||||||
#ifndef __DEBUGCMD_H__
|
#ifndef __DEBUGCMD_H__
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
debugcon.c
|
debugcon.c
|
||||||
|
|
||||||
Debugger console engine.
|
Debugger console engine.
|
||||||
|
|
||||||
Copyright Nicola Salmoria and the MAME Team.
|
|
||||||
Visit http://mamedev.org for licensing and usage restrictions.
|
|
||||||
|
|
||||||
*********************************************************************/
|
*********************************************************************/
|
||||||
|
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
debugcon.h
|
debugcon.h
|
||||||
|
|
||||||
Debugger console engine.
|
Debugger console engine.
|
||||||
|
|
||||||
Copyright Nicola Salmoria and the MAME Team.
|
|
||||||
Visit http://mamedev.org for licensing and usage restrictions.
|
|
||||||
|
|
||||||
*********************************************************************/
|
*********************************************************************/
|
||||||
|
|
||||||
#ifndef __DEBUGCON_H__
|
#ifndef __DEBUGCON_H__
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
debughlp.c
|
debughlp.c
|
||||||
|
|
||||||
Debugger help engine.
|
Debugger help engine.
|
||||||
|
|
||||||
Copyright Nicola Salmoria and the MAME Team.
|
|
||||||
Visit http://mamedev.org for licensing and usage restrictions.
|
|
||||||
|
|
||||||
*********************************************************************/
|
*********************************************************************/
|
||||||
|
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
debughlp.h
|
debughlp.h
|
||||||
|
|
||||||
Debugger help engine.
|
Debugger help engine.
|
||||||
|
|
||||||
Copyright Nicola Salmoria and the MAME Team.
|
|
||||||
Visit http://mamedev.org for licensing and usage restrictions.
|
|
||||||
|
|
||||||
*********************************************************************/
|
*********************************************************************/
|
||||||
|
|
||||||
#ifndef __DEBUGHLP_H__
|
#ifndef __DEBUGHLP_H__
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
textbuf.c
|
textbuf.c
|
||||||
|
|
||||||
Debugger text buffering engine.
|
Debugger text buffering engine.
|
||||||
|
|
||||||
Copyright Nicola Salmoria and the MAME Team.
|
|
||||||
Visit http://mamedev.org for licensing and usage restrictions.
|
|
||||||
|
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#include "corealloc.h"
|
#include "corealloc.h"
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
textbuf.h
|
textbuf.h
|
||||||
|
|
||||||
Debugger text buffering engine.
|
Debugger text buffering engine.
|
||||||
|
|
||||||
Copyright Nicola Salmoria and the MAME Team.
|
|
||||||
Visit http://mamedev.org for licensing and usage restrictions.
|
|
||||||
|
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#ifndef __TEXTBUF_H__
|
#ifndef __TEXTBUF_H__
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria
|
||||||
/*************************************************************************
|
/*************************************************************************
|
||||||
|
|
||||||
xtal.h
|
xtal.h
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
|
<!-- license:BSD-3-Clause -->
|
||||||
|
<!-- copyright-holders:Aaron Giles -->
|
||||||
<mamelayout version="2">
|
<mamelayout version="2">
|
||||||
<view name="Screen 0 Standard (4:3)">
|
<view name="Screen 0 Standard (4:3)">
|
||||||
<screen index="0">
|
<screen index="0">
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
|
<!-- license:BSD-3-Clause -->
|
||||||
|
<!-- copyright-holders:Aaron Giles -->
|
||||||
<mamelayout version="2">
|
<mamelayout version="2">
|
||||||
<view name="Screen 0 Standard (4:3)">
|
<view name="Screen 0 Standard (4:3)">
|
||||||
<screen index="0">
|
<screen index="0">
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
|
<!-- license:BSD-3-Clause -->
|
||||||
|
<!-- copyright-holders:Aaron Giles -->
|
||||||
<mamelayout version="2">
|
<mamelayout version="2">
|
||||||
<view name="Screen 0 Standard (4:3)">
|
<view name="Screen 0 Standard (4:3)">
|
||||||
<screen index="0">
|
<screen index="0">
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
|
<!-- license:GPL-2.0+ -->
|
||||||
<!-- license: MAME, GPL-2.0+ -->
|
<!-- copyright-holders:Dirk Best -->
|
||||||
<!-- copyright-holders: Dirk Best -->
|
|
||||||
|
|
||||||
<mamelayout version="2">
|
<mamelayout version="2">
|
||||||
<element name="background">
|
<element name="background">
|
||||||
<rect>
|
<rect>
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
|
<!-- license:BSD-3-Clause -->
|
||||||
|
<!-- copyright-holders:Aaron Giles -->
|
||||||
<mamelayout version="2">
|
<mamelayout version="2">
|
||||||
<view name="Standard (4:3)">
|
<view name="Standard (4:3)">
|
||||||
<screen index="0">
|
<screen index="0">
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
|
<!-- license:BSD-3-Clause -->
|
||||||
|
<!-- copyright-holders:Aaron Giles -->
|
||||||
<mamelayout version="2">
|
<mamelayout version="2">
|
||||||
<view name="LCD with square pixels">
|
<view name="LCD with square pixels">
|
||||||
<screen index="0">
|
<screen index="0">
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
|
<!-- license:BSD-3-Clause -->
|
||||||
|
<!-- copyright-holders:Aaron Giles -->
|
||||||
<mamelayout version="2">
|
<mamelayout version="2">
|
||||||
<view name="LCD with square pixels">
|
<view name="LCD with square pixels">
|
||||||
<screen index="0">
|
<screen index="0">
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
|
<!-- license:GPL-2.0+ -->
|
||||||
<!-- license: MAME, GPL-2.0+ -->
|
<!-- copyright-holders:Dirk Best -->
|
||||||
<!-- copyright-holders: Dirk Best -->
|
|
||||||
|
|
||||||
<mamelayout version="2">
|
<mamelayout version="2">
|
||||||
<element name="background">
|
<element name="background">
|
||||||
<rect>
|
<rect>
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
|
<!-- license:BSD-3-Clause -->
|
||||||
|
<!-- copyright-holders:Aaron Giles -->
|
||||||
<mamelayout version="2">
|
<mamelayout version="2">
|
||||||
<element name="background">
|
<element name="background">
|
||||||
<rect>
|
<rect>
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
|
<!-- license:BSD-3-Clause -->
|
||||||
|
<!-- copyright-holders:Aaron Giles -->
|
||||||
<mamelayout version="2">
|
<mamelayout version="2">
|
||||||
<view name="Screen 0 Standard (4:3)">
|
<view name="Screen 0 Standard (4:3)">
|
||||||
<screen index="0">
|
<screen index="0">
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
|
<!-- license:BSD-3-Clause -->
|
||||||
|
<!-- copyright-holders:Aaron Giles -->
|
||||||
<mamelayout version="2">
|
<mamelayout version="2">
|
||||||
<view name="s0">
|
<view name="s0">
|
||||||
<screen index="0">
|
<screen index="0">
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
|
<!-- license:BSD-3-Clause -->
|
||||||
|
<!-- copyright-holders:Aaron Giles -->
|
||||||
<mamelayout version="2">
|
<mamelayout version="2">
|
||||||
<view name="Screen 0 Standard (4:3)">
|
<view name="Screen 0 Standard (4:3)">
|
||||||
<screen index="0">
|
<screen index="0">
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
|
<!-- license:BSD-3-Clause -->
|
||||||
|
<!-- copyright-holders:Aaron Giles -->
|
||||||
<mamelayout version="2">
|
<mamelayout version="2">
|
||||||
<view name="Standard (3:4)">
|
<view name="Standard (3:4)">
|
||||||
<screen index="0">
|
<screen index="0">
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
generic.c
|
generic.c
|
||||||
|
|
||||||
Generic simple machine functions.
|
Generic simple machine functions.
|
||||||
|
|
||||||
Copyright Nicola Salmoria and the MAME Team.
|
|
||||||
Visit http://mamedev.org for licensing and usage restrictions.
|
|
||||||
|
|
||||||
*********************************************************************/
|
*********************************************************************/
|
||||||
|
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
generic.h
|
generic.h
|
||||||
|
|
||||||
Generic simple machine functions.
|
Generic simple machine functions.
|
||||||
|
|
||||||
Copyright Nicola Salmoria and the MAME Team.
|
|
||||||
Visit http://mamedev.org for licensing and usage restrictions.
|
|
||||||
|
|
||||||
*********************************************************************/
|
*********************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Fabio Priuli
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
ui/barcode.c
|
ui/barcode.c
|
||||||
|
|
||||||
"Barcode Reader" control
|
"Barcode Reader" control
|
||||||
|
|
||||||
Copyright Nicola Salmoria and the MAME Team.
|
|
||||||
Visit http://mamedev.org for licensing and usage restrictions.
|
|
||||||
|
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Fabio Priuli
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
ui/barcode.h
|
ui/barcode.h
|
||||||
|
|
||||||
"Barcode Reader" control
|
"Barcode Reader" control
|
||||||
|
|
||||||
Copyright Nicola Salmoria and the MAME Team.
|
|
||||||
Visit http://mamedev.org for licensing and usage restrictions.
|
|
||||||
|
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
ui/cheatopt.c
|
ui/cheatopt.c
|
||||||
|
|
||||||
Internal menu for the cheat interface.
|
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"
|
#include "emu.h"
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
ui/cheatopt.h
|
ui/cheatopt.h
|
||||||
|
|
||||||
Internal menu for the cheat interface.
|
Internal menu for the cheat interface.
|
||||||
|
|
||||||
Copyright Nicola Salmoria and the MAME Team.
|
|
||||||
Visit http://mamedev.org for licensing and usage restrictions.
|
|
||||||
|
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nathan Woods
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
ui/devctrl.h
|
ui/devctrl.h
|
||||||
@ -16,9 +16,6 @@
|
|||||||
and the menu is rebuilt accordingly, without the need of a preliminary
|
and the menu is rebuilt accordingly, without the need of a preliminary
|
||||||
submenu listing available devices of the same kind.
|
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
|
#pragma once
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nathan Woods
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
ui/devopt.c
|
ui/devopt.c
|
||||||
|
|
||||||
Internal menu for the device configuration.
|
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"
|
#include "emu.h"
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nathan Woods
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
ui/devopt.h
|
ui/devopt.h
|
||||||
|
|
||||||
Internal menu for the device configuration.
|
Internal menu for the device configuration.
|
||||||
|
|
||||||
Copyright Nicola Salmoria and the MAME Team.
|
|
||||||
Visit http://mamedev.org for licensing and usage restrictions.
|
|
||||||
|
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nathan Woods
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
ui/filemngr.c
|
ui/filemngr.c
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nathan Woods
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
ui/filemngr.h
|
ui/filemngr.h
|
||||||
|
|
||||||
MESS's clunky built-in file manager
|
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
|
#pragma once
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nathan Woods
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
ui/filesel.c
|
ui/filesel.c
|
||||||
|
|
||||||
MESS's clunky built-in file manager
|
MESS's clunky built-in file manager
|
||||||
|
|
||||||
Copyright Nicola Salmoria and the MAME Team.
|
|
||||||
Visit http://mamedev.org for licensing and usage restrictions.
|
|
||||||
|
|
||||||
TODO
|
TODO
|
||||||
- Support image creation arguments
|
- Support image creation arguments
|
||||||
- Restrict empty slot if image required
|
- Restrict empty slot if image required
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nathan Woods
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
ui/filesel.h
|
ui/filesel.h
|
||||||
|
|
||||||
MESS's clunky built-in file manager
|
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
|
#pragma once
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nathan Woods
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
ui/imgcntrl.c
|
ui/imgcntrl.c
|
||||||
|
|
||||||
MESS's clunky built-in file manager
|
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"
|
#include "emu.h"
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nathan Woods
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
ui/imgcntrl.h
|
ui/imgcntrl.h
|
||||||
|
|
||||||
MESS's clunky built-in file manager
|
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
|
#pragma once
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
ui/info.c
|
ui/info.c
|
||||||
|
|
||||||
System and image info screens
|
System and image info screens
|
||||||
|
|
||||||
Copyright Nicola Salmoria and the MAME Team.
|
|
||||||
Visit http://mamedev.org for licensing and usage restrictions.
|
|
||||||
|
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
ui/info.h
|
ui/info.h
|
||||||
|
|
||||||
System and image info screens
|
System and image info screens
|
||||||
|
|
||||||
Copyright Nicola Salmoria and the MAME Team.
|
|
||||||
Visit http://mamedev.org for licensing and usage restrictions.
|
|
||||||
|
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
ui/inputmap.c
|
ui/inputmap.c
|
||||||
|
|
||||||
Internal menus for input mappings.
|
Internal menus for input mappings.
|
||||||
|
|
||||||
Copyright Nicola Salmoria and the MAME Team.
|
|
||||||
Visit http://mamedev.org for licensing and usage restrictions.
|
|
||||||
|
|
||||||
*********************************************************************/
|
*********************************************************************/
|
||||||
|
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
ui/inputmap.h
|
ui/inputmap.h
|
||||||
|
|
||||||
Internal menus for input mappings.
|
Internal menus for input mappings.
|
||||||
|
|
||||||
Copyright Nicola Salmoria and the MAME Team.
|
|
||||||
Visit http://mamedev.org for licensing and usage restrictions.
|
|
||||||
|
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
ui/mainmenu.c
|
ui/mainmenu.c
|
||||||
|
|
||||||
Internal MAME menus for the user interface.
|
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"
|
#include "emu.h"
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
ui/mainmenu.h
|
ui/mainmenu.h
|
||||||
|
|
||||||
Internal MAME menus for the user interface.
|
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
|
#pragma once
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
ui/menu.c
|
ui/menu.c
|
||||||
|
|
||||||
Internal MAME menus for the user interface.
|
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"
|
#include "emu.h"
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
ui/menu.h
|
ui/menu.h
|
||||||
|
|
||||||
Internal MAME menus for the user interface.
|
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
|
#pragma once
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
miscmenu.c
|
miscmenu.c
|
||||||
|
|
||||||
Internal MAME menus for the user interface.
|
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"
|
#include "emu.h"
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
ui/miscmenu.h
|
ui/miscmenu.h
|
||||||
|
|
||||||
Internal MAME menus for the user interface.
|
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
|
#pragma once
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
ui/selgame.c
|
ui/selgame.c
|
||||||
|
|
||||||
Game selector
|
Game selector
|
||||||
|
|
||||||
Copyright Nicola Salmoria and the MAME Team.
|
|
||||||
Visit http://mamedev.org for licensing and usage restrictions.
|
|
||||||
|
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
ui/selgame.h
|
ui/selgame.h
|
||||||
|
|
||||||
Game selector
|
Game selector
|
||||||
|
|
||||||
Copyright Nicola Salmoria and the MAME Team.
|
|
||||||
Visit http://mamedev.org for licensing and usage restrictions.
|
|
||||||
|
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
miscmenu.c
|
miscmenu.c
|
||||||
|
|
||||||
Internal MAME menus for the user interface.
|
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"
|
#include "emu.h"
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
ui/miscmenu.h
|
ui/miscmenu.h
|
||||||
|
|
||||||
Internal MAME menus for the user interface.
|
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
|
#pragma once
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
ui/slotopt.c
|
ui/slotopt.c
|
||||||
|
|
||||||
Internal menu for the slot options.
|
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"
|
#include "emu.h"
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
ui/slotopt.h
|
ui/slotopt.h
|
||||||
|
|
||||||
Internal menu for the slot options.
|
Internal menu for the slot options.
|
||||||
|
|
||||||
Copyright Nicola Salmoria and the MAME Team.
|
|
||||||
Visit http://mamedev.org for licensing and usage restrictions.
|
|
||||||
|
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
ui/swlist.c
|
ui/swlist.c
|
||||||
|
|
||||||
Internal MAME user interface for software list.
|
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"
|
#include "emu.h"
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
ui/swlist.h
|
ui/swlist.h
|
||||||
|
|
||||||
Internal MAME user interface for software list.
|
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__
|
#ifndef __UI_SWLIST_H__
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
ui/tapectrl.c
|
ui/tapectrl.c
|
||||||
|
|
||||||
Tape control
|
Tape control
|
||||||
|
|
||||||
Copyright Nicola Salmoria and the MAME Team.
|
|
||||||
Visit http://mamedev.org for licensing and usage restrictions.
|
|
||||||
|
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
ui/tapectrl.h
|
ui/tapectrl.h
|
||||||
|
|
||||||
Tape control
|
Tape control
|
||||||
|
|
||||||
Copyright Nicola Salmoria and the MAME Team.
|
|
||||||
Visit http://mamedev.org for licensing and usage restrictions.
|
|
||||||
|
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
ui.c
|
ui.c
|
||||||
|
|
||||||
Functions used to handle MAME's user interface.
|
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"
|
#include "emu.h"
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
ui.h
|
ui.h
|
||||||
|
|
||||||
Functions used to handle MAME's crude user interface.
|
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
|
#pragma once
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
ui/videoopt.c
|
ui/videoopt.c
|
||||||
|
|
||||||
Internal menus for video options
|
Internal menus for video options
|
||||||
|
|
||||||
Copyright Nicola Salmoria and the MAME Team.
|
|
||||||
Visit http://mamedev.org for licensing and usage restrictions.
|
|
||||||
|
|
||||||
*********************************************************************/
|
*********************************************************************/
|
||||||
|
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
ui/videoopt.h
|
ui/videoopt.h
|
||||||
|
|
||||||
Internal menus for video options
|
Internal menus for video options
|
||||||
|
|
||||||
Copyright Nicola Salmoria and the MAME Team.
|
|
||||||
Visit http://mamedev.org for licensing and usage restrictions.
|
|
||||||
|
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
ui/viewgfx.c
|
ui/viewgfx.c
|
||||||
|
|
||||||
Internal graphics viewer.
|
Internal graphics viewer.
|
||||||
|
|
||||||
Copyright Nicola Salmoria and the MAME Team.
|
|
||||||
Visit http://mamedev.org for licensing and usage restrictions.
|
|
||||||
|
|
||||||
*********************************************************************/
|
*********************************************************************/
|
||||||
|
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria, Aaron Giles, Nathan Woods
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
ui/viewgfx.h
|
ui/viewgfx.h
|
||||||
|
|
||||||
Internal graphics viewer.
|
Internal graphics viewer.
|
||||||
|
|
||||||
Copyright Nicola Salmoria and the MAME Team.
|
|
||||||
Visit http://mamedev.org for licensing and usage restrictions.
|
|
||||||
|
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
generic.c
|
generic.c
|
||||||
|
|
||||||
Generic simple video functions.
|
Generic simple video functions.
|
||||||
|
|
||||||
Copyright Nicola Salmoria and the MAME Team.
|
|
||||||
Visit http://mamedev.org for licensing and usage restrictions.
|
|
||||||
|
|
||||||
*********************************************************************/
|
*********************************************************************/
|
||||||
|
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nicola Salmoria
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
generic.h
|
generic.h
|
||||||
|
|
||||||
Generic simple video functions.
|
Generic simple video functions.
|
||||||
|
|
||||||
Copyright Nicola Salmoria and the MAME Team.
|
|
||||||
Visit http://mamedev.org for licensing and usage restrictions.
|
|
||||||
|
|
||||||
*********************************************************************/
|
*********************************************************************/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/a5105_dsk.h
|
formats/a5105_dsk.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/ami_dsk.h
|
formats/ami_dsk.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
ap2_dsk.h
|
ap2_dsk.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
ap_dsk35.h
|
ap_dsk35.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders: Original author, Robbbert
|
||||||
#ifndef APFCAS_H
|
#ifndef APFCAS_H
|
||||||
#define APFCAS_H
|
#define APFCAS_H
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/apollo_dsk.h
|
formats/apollo_dsk.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/applix_dsk.h
|
formats/applix_dsk.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/asst128_dsk.h
|
formats/asst128_dsk.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nathan Woods
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/basicdsk.c
|
formats/basicdsk.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nathan Woods
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/basicdsk.h
|
formats/basicdsk.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Miodrag Milanovic
|
||||||
/*
|
/*
|
||||||
* D77 and D88 disk images
|
* D77 and D88 disk images
|
||||||
*
|
*
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Miodrag Milanovic
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/d88_dsk.h
|
formats/d88_dsk.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
#ifndef DFI_DSK_H
|
#ifndef DFI_DSK_H
|
||||||
#define DFI_DSK_H
|
#define DFI_DSK_H
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:etabeta
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/dip_dsk.h
|
formats/dip_dsk.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Wilbert Pol
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/dmk_dsk.h
|
formats/dmk_dsk.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/dmv_dsk.h
|
formats/dmv_dsk.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/excali64_dsk.h
|
formats/excali64_dsk.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:etabeta
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/fdd_dsk.h
|
formats/fdd_dsk.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/hxcmfm_dsk.h
|
formats/hxcmfm_dsk.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Miodrag Milanovic
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/imd_dsk.c
|
formats/imd_dsk.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Miodrag Milanovic
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/imd_dsk.h
|
formats/imd_dsk.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include "ipf_dsk.h"
|
#include "ipf_dsk.h"
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
#ifndef IPF_DSK_H_
|
#ifndef IPF_DSK_H_
|
||||||
#define IPF_DSK_H_
|
#define IPF_DSK_H_
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
#ifndef MFI_DSK_H
|
#ifndef MFI_DSK_H
|
||||||
#define MFI_DSK_H
|
#define MFI_DSK_H
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Miodrag Milanovic
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/td0_dsk.c
|
formats/td0_dsk.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Miodrag Milanovic
|
||||||
#ifndef TD0_DSK_H_
|
#ifndef TD0_DSK_H_
|
||||||
#define TD0_DSK_H_
|
#define TD0_DSK_H_
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Olivier Galibert
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
formats/upd765_dsk.h
|
formats/upd765_dsk.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nathan Woods
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
wavfile.c
|
wavfile.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nathan Woods
|
||||||
/*********************************************************************
|
/*********************************************************************
|
||||||
|
|
||||||
wavfile.h
|
wavfile.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nathan Woods
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
opresolv.h
|
opresolv.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nathan Woods
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|
||||||
opresolv.h
|
opresolv.h
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nathan Woods
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
zippath.c
|
zippath.c
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:???
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:???
|
// copyright-holders:Nathan Woods
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
zippath.h
|
zippath.h
|
||||||
|
Loading…
Reference in New Issue
Block a user