emu: correct some file headers (nw)

This commit is contained in:
hap 2020-06-19 12:38:41 +02:00
parent 63a7bbb5f2
commit 128640144a
85 changed files with 97 additions and 73 deletions

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles
/***************************************************************************
addrmap.c
addrmap.cpp
Macros and helper functions for handling address map definitions.

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles
/***************************************************************************
attotime.c
attotime.cpp
Support functions for working with attotime data.

View File

@ -2,7 +2,7 @@
// copyright-holders:Nicola Salmoria
/*********************************************************************
bookkeeping.c
bookkeeping.cpp
Bookkeeping simple machine functions.

View File

@ -5,6 +5,7 @@
config.cpp
Configuration file I/O.
***************************************************************************/
#include "emu.h"

View File

@ -5,6 +5,7 @@
config.h
Wrappers for handling MAME configuration files
***************************************************************************/
#ifndef MAME_EMU_CONFIG_H

View File

@ -2,9 +2,10 @@
// copyright-holders:Aaron Giles
/***************************************************************************
crsshair.c
crsshair.cpp
Crosshair handling.
***************************************************************************/
#include "emu.h"

View File

@ -5,6 +5,7 @@
crsshair.h
Crosshair handling.
***************************************************************************/
#ifndef MAME_EMU_CRSSHAIR_H

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles
/*********************************************************************
debugcon.c
debugcon.cpp
Debugger console engine.

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles
/*********************************************************************
debughlp.c
debughlp.cpp
Debugger help engine.

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles
/*********************************************************************
debugvw.c
debugvw.cpp
Debugger view engine.

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles
/*********************************************************************
dvbpoints.c
dvbpoints.cpp
Breakpoint debugger view.

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles, Olivier Galibert
/*********************************************************************
dvdisasm.c
dvdisasm.cpp
Disassembly debugger view.

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles
/*********************************************************************
dvmemory.c
dvmemory.cpp
Memory debugger view.

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles
/*********************************************************************
dvstate.c
dvstate.cpp
State debugger view.

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles
/*********************************************************************
dvtext.c
dvtext.cpp
Debugger simple text-based views.

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles
/*********************************************************************
dvwpoints.c
dvwpoints.cpp
Watchpoint debugger view.

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles
/***************************************************************************
textbuf.c
textbuf.cpp
Debugger text buffering engine.

View File

@ -2,9 +2,10 @@
// copyright-holders:Nicola Salmoria, Aaron Giles
/*********************************************************************
debugger.c
debugger.cpp
Front-end debugger interfaces.
*********************************************************************/
#include "emu.h"

View File

@ -5,6 +5,7 @@
debugger.h
General debugging interfaces
****************************************************************************/
#ifndef MAME_EMU_DEBUGGER_H

View File

@ -7,6 +7,7 @@
Device callback interface helpers.
***************************************************************************/
#ifndef MAME_EMU_DEVCB_H
#define MAME_EMU_DEVCB_H

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles
/***************************************************************************
devcpu.c
devcpu.cpp
CPU device definitions.

View File

@ -7,6 +7,7 @@
CPU device definitions.
***************************************************************************/
#ifndef MAME_EMU_DEVCPU_H
#define MAME_EMU_DEVCPU_H

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles, Vas Crabb
/***************************************************************************
devdelegate.c
devdelegate.cpp
Delegates that are late-bound to MAME devices.

View File

@ -7,6 +7,7 @@
Delegates that are late-bound to MAME devices.
***************************************************************************/
#ifndef MAME_EMU_DEVDELEGATE_H
#define MAME_EMU_DEVDELEGATE_H

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles
/***************************************************************************
devfind.c
devfind.cpp
Device finding template helpers.

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles
/***************************************************************************
device.h
device.ipp
Device interface functions.

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles
/***************************************************************************
didisasm.c
didisasm.cpp
Device disasm interfaces.

View File

@ -7,6 +7,7 @@
Device disassembly interfaces.
***************************************************************************/
#ifndef MAME_EMU_DIDISASM_H
#define MAME_EMU_DIDISASM_H

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles
/***************************************************************************
diexec.c
diexec.cpp
Device execution interfaces.

View File

@ -7,6 +7,7 @@
Device execution interfaces.
***************************************************************************/
#ifndef MAME_EMU_DIEXEC_H
#define MAME_EMU_DIEXEC_H

View File

@ -2,7 +2,7 @@
// copyright-holders:Nicola Salmoria, Aaron Giles, Alex W. Jackson
/***************************************************************************
digfx.c
digfx.cpp
Device graphics interfaces.

View File

@ -2,7 +2,7 @@
// copyright-holders:Miodrag Milanovic
/***************************************************************************
diimage.c
diimage.cpp
Device image interfaces.

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles
/***************************************************************************
dimemory.c
dimemory.cpp
Device memory interfaces.

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles
/***************************************************************************
dinvram.c
dinvram.cpp
Device NVRAM interfaces.

View File

@ -2,7 +2,7 @@
// copyright-holders:F.Ulivi
/***************************************************************************
dipty.h
dipty.cpp
Device PTY interface

View File

@ -2,7 +2,7 @@
// copyright-holders:Curt Coder
/***************************************************************************
dirtc.c
dirtc.cpp
Device Real Time Clock interfaces.

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles
/***************************************************************************
disound.c
disound.cpp
Device sound interfaces.

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles
/***************************************************************************
distate.c
distate.cpp
Device state interfaces.

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles
/***************************************************************************
divideo.c
divideo.cpp
Device video interfaces.

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles
/***************************************************************************
divtlb.c
divtlb.cpp
Device generic virtual TLB interface.

View File

@ -2,9 +2,10 @@
// copyright-holders:Nicola Salmoria, Aaron Giles
/*********************************************************************
drawgfx.c
drawgfx.cpp
Generic graphic functions.
*********************************************************************/
#include "emu.h"

View File

@ -5,6 +5,7 @@
drawgfx.h
Generic graphic functions.
**********************************************************************
How to use priority-masked drawing (formerly pdrawgfx):

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles
/***************************************************************************
driver.c
driver.cpp
Core driver device base class.

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles
/*************************************************************************
empty.c
empty.cpp
Empty driver.

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles
/*************************************************************************
testcpu.c
testcpu.cpp
Example driver for performing CPU stress tests.

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles
/***************************************************************************
emualloc.c
emualloc.cpp
Memory allocation helpers for the core emulator.

View File

@ -2,10 +2,11 @@
// copyright-holders:Nicola Salmoria, Aaron Giles
/***************************************************************************
emucore.c
emucore.cpp
Simple core functions that are defined in emucore.h and which may
need to be accessed by other MAME-related tools.
****************************************************************************/
#include "emu.h"

View File

@ -5,6 +5,7 @@
emucore.h
General core utilities and macros used throughout the emulator.
***************************************************************************/
#ifndef MAME_EMU_EMUCORE_H

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles,Olivier Galibert
/***************************************************************************
emumem.c
emumem.cpp
Functions which handle device memory access.

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles
/***************************************************************************
emupal.c
emupal.cpp
Palette device.

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles
/***************************************************************************
fileio.c
fileio.cpp
File access functions.

View File

@ -2,11 +2,12 @@
// copyright-holders:Miodrag Milanovic
/***************************************************************************
http.cpp
http.cpp
HTTP server handling
HTTP server handling
***************************************************************************/
#include "emu.h"
#ifdef __sun

View File

@ -2,9 +2,9 @@
// copyright-holders:Miodrag Milanovic
/***************************************************************************
http.cpp
http.h
HTTP server handling
HTTP server handling
***************************************************************************/

View File

@ -6,7 +6,6 @@
Core image functions and definitions.
***************************************************************************/
#include <cctype>

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles
/***************************************************************************
inpttype.h
inpttype.ipp
Array of core-defined input types and default mappings.

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles
/***************************************************************************
input.c
input.cpp
Handle input from the user.

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles
/***************************************************************************
ioport.c
ioport.cpp
Input/output port handling.

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles
/***************************************************************************
machine.c
machine.cpp
Controls execution of the core MAME system.

View File

@ -2,9 +2,9 @@
// copyright-holders:Nicola Salmoria, Aaron Giles
/***************************************************************************
main.cpp
main.cpp
Controls execution of the core MAME system.
Controls execution of the core MAME system.
***************************************************************************/

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles
/***************************************************************************
mconfig.c
mconfig.cpp
Machine configuration macros and functions.

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles
/***************************************************************************
memarray.c
memarray.cpp
Generic memory array accessor helper.

View File

@ -2,10 +2,12 @@
// copyright-holders:Carl
/***************************************************************************
network.c
network.cpp
Core network functions and definitions.
***************************************************************************/
#include <cctype>
#include "emu.h"

View File

@ -2,9 +2,10 @@
// copyright-holders:Nicola Salmoria, Aaron Giles, Vas Crabb
/***************************************************************************
output.c
output.cpp
General purpose output routines.
***************************************************************************/
#include "emu.h"

View File

@ -2,7 +2,7 @@
// copyright-holders:Olivier Galibert, Aaron Giles
/***************************************************************************
parameters.c
parameters.cpp
Per-game parameters handling.

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles
/***************************************************************************
profiler.c
profiler.cpp
Functions to manage profiling of MAME execution.

View File

@ -4,7 +4,7 @@
recording.cpp
Core MAME video routines.
MAME AVI/MNG video recording routines.
***************************************************************************/

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles
/***************************************************************************
render.c
render.cpp
Core rendering system.

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles
/***************************************************************************
rendersw.inc
rendersw.hxx
Software-only rasterization system.

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles, Vas Crabb
/***************************************************************************
rendfont.c
rendfont.cpp
Rendering system font management.

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles, Vas Crabb
/***************************************************************************
rendlay.c
rendlay.cpp
Core rendering layout parser and manager.

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles
/***************************************************************************
rendutil.c
rendutil.cpp
Core rendering utilities.

View File

@ -5,6 +5,7 @@
romload.cpp
ROM loading functions.
*********************************************************************/
#include "emu.h"
@ -31,7 +32,7 @@
/***************************************************************************
HELPERS
***************************************************************************/
****************************************************************************/
namespace {

View File

@ -5,7 +5,9 @@
romload.h
ROM loading functions.
*********************************************************************/
#ifndef MAME_EMU_ROMLOAD_H
#define MAME_EMU_ROMLOAD_H

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles
/***************************************************************************
save.c
save.cpp
Save state management functions.

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles
/***************************************************************************
schedule.c
schedule.cpp
Core device execution and scheduling engine.

View File

@ -7,6 +7,7 @@
Core MAME screen device.
***************************************************************************/
#ifndef MAME_EMU_SCREEN_H
#define MAME_EMU_SCREEN_H

View File

@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles
/***************************************************************************
sound.c
sound.cpp
Core sound functions and definitions.

View File

@ -5,6 +5,7 @@
uiinput.cpp
Internal MAME user interface input state.
***************************************************************************/
#include "emu.h"

View File

@ -5,6 +5,7 @@
uiinput.h
Internal MAME user interface input state.
***************************************************************************/
#ifndef MAME_EMU_UIINPUT_H

View File

@ -2,7 +2,7 @@
// copyright-holders:Nicola Salmoria
/*********************************************************************
generic.c
generic.cpp
Generic simple video functions.

View File

@ -2,7 +2,7 @@
// copyright-holders:Couriersud
/*****************************************************************************
resnet.c
resnet.cpp
Compute weights for resistors networks.

View File

@ -2,7 +2,7 @@
// copyright-holders:Vas Crabb, Ryan Holtz
/***************************************************************************
rgbgen.c
rgbgen.cpp
General RGB utilities.

View File

@ -2,7 +2,7 @@
// copyright-holders:Vas Crabb, Ryan Holtz
/***************************************************************************
rgbsse.c
rgbsse.cpp
SSE optimized RGB utilities.

View File

@ -2,7 +2,7 @@
// copyright-holders:Vas Crabb, Ryan Holtz
/***************************************************************************
rgbsse.c
rgbvmx.cpp
VMX/Altivec optimised RGB utilities.

View File

@ -1210,7 +1210,7 @@ uint32_t mame_ui_manager::handler_ingame(render_container &container)
if (machine().ui_input().pressed(IPT_UI_RECORD_MNG))
machine().video().toggle_record_movie(movie_recording::format::MNG);
// toggle MNG recording
// toggle AVI recording
if (machine().ui_input().pressed(IPT_UI_RECORD_AVI))
machine().video().toggle_record_movie(movie_recording::format::AVI);