~sergio-br2/vbam/fixes_have-svg-icons

« back to all changes in this revision

Viewing changes to src/gba/armdis.cpp

  • Committer: Sérgio Benjamim
  • Date: 2014-04-11 04:08:06 UTC
  • Revision ID: sergio_br2@yahoo.com.br-20140411040806-g36ce8hvklwvmh3j
Fixed license terms over many files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Copyright (C) 1999-2003 Forgotten
 
2
 * Copyright (C) 2004-2006 Forgotten and the VBA development team
 
3
 * Copyright (C) 2007-2014 VBA-M development team
 
4
 
 
5
 * This program is free software; you can redistribute it and/or modify
 
6
 * it under the terms of the GNU General Public License as published by
 
7
 * the Free Software Foundation; either version 2, or(at your option)
 
8
 * any later version.
 
9
 
 
10
 * This program is distributed in the hope that it will be useful,
 
11
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
13
 * GNU General Public License for more details.
 
14
 
 
15
 * You should have received a copy of the GNU General Public License
 
16
 * along with this program; if not, write to the Free Software Foundation,
 
17
 * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
18
 */
 
19
 
 
20
#include <stdio.h>
 
21
 
1
22
/************************************************************************/
2
23
/* Arm/Thumb command set disassembler                                   */
3
24
/************************************************************************/
4
 
#include <stdio.h>
5
25
 
6
26
#include "../System.h"
7
27
#include "../common/Port.h"