summaryrefslogtreecommitdiff
path: root/z80_dis.c
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2021-08-20 21:32:55 +0000
committerIan C <ianc@noddybox.co.uk>2021-08-20 21:32:55 +0000
commit40121879f3dfaedce310fbc543589ff6aab3a398 (patch)
treeb35afaf9a528a58703e24f4085587357c623e7f6 /z80_dis.c
parent66d4bb423e981aece8c5590eb2a5968a5d874c9f (diff)
Updated with latest Z80 core from 3dsspec
Diffstat (limited to 'z80_dis.c')
-rw-r--r--z80_dis.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/z80_dis.c b/z80_dis.c
index 8a8ade8..dc593cd 100644
--- a/z80_dis.c
+++ b/z80_dis.c
@@ -2,11 +2,11 @@
z80 - Z80 Emulator
- Copyright (C) 2006 Ian Cowburn <ianc@noddybox.co.uk>
+ Copyright (C) 2021 Ian Cowburn <ianc@noddybox.co.uk>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
+ the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
@@ -15,16 +15,13 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ along with this program; if not, see <http://www.gnu.org/licenses/>
-------------------------------------------------------------------------
$Id$
*/
-static const char ident[]="$Id$";
-
#include "z80_config.h"
#ifdef ENABLE_DISASSEM