diff options
author | 2015-05-11 14:42:31 +0200 | |
---|---|---|
committer | 2015-05-11 14:42:31 +0200 | |
commit | 6b04fd7f0557bd04d1ee58250bb89095ddbd8e23 (patch) | |
tree | 3c454385860e3dc50868d6478a6294da3abc3c93 /src/emu/debugger.h | |
parent | 00b76c70c3a437d5bd9d988e43782df5931964ac (diff) |
Added some for Nathan and some more for Nicola (nw)
Diffstat (limited to 'src/emu/debugger.h')
-rw-r--r-- | src/emu/debugger.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/emu/debugger.h b/src/emu/debugger.h index 99bdb6f5505..fe59fc6df52 100644 --- a/src/emu/debugger.h +++ b/src/emu/debugger.h @@ -1,14 +1,10 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Nicola Salmoria, Aaron Giles /**************************************************************************** debugger.h General debugging interfaces - - Copyright Nicola Salmoria and the MAME Team. - Visit http://mamedev.org for licensing and usage restrictions. - ****************************************************************************/ #pragma once |