From 40121879f3dfaedce310fbc543589ff6aab3a398 Mon Sep 17 00:00:00 2001 From: Ian C Date: Fri, 20 Aug 2021 21:32:55 +0000 Subject: Updated with latest Z80 core from 3dsspec --- z80_dis.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'z80_dis.c') 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 + Copyright (C) 2021 Ian Cowburn 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 ------------------------------------------------------------------------- $Id$ */ -static const char ident[]="$Id$"; - #include "z80_config.h" #ifdef ENABLE_DISASSEM -- cgit v1.2.3