2 // VisualBoyAdvance - Nintendo Gameboy/GameboyAdvance (TM) emulator.
3 // Copyright (C) 1999-2003 Forgotten
4 // Copyright (C) 2005 Forgotten and the VBA development team
6 // This program is free software; you can redistribute it and/or modify
7 // it under the terms of the GNU General Public License as published by
8 // the Free Software Foundation; either version 2, or(at your option)
11 // This program is distributed in the hope that it will be useful,
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 // GNU General Public License for more details.
16 // You should have received a copy of the GNU General Public License
17 // along with this program; if not, write to the Free Software Foundation,
18 // Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
26 #define VERBOSE_UNALIGNED_MEMORY 2
27 #define VERBOSE_ILLEGAL_WRITE 4
28 #define VERBOSE_ILLEGAL_READ 8
29 #define VERBOSE_DMA0 16
30 #define VERBOSE_DMA1 32
31 #define VERBOSE_DMA2 64
32 #define VERBOSE_DMA3 128
33 #define VERBOSE_UNDEFINED 256
34 #define VERBOSE_AGBPRINT 512
36 extern reg_pair reg
[45];
37 extern bool ioReadable
[0x400];
43 extern bool armIrqEnable
;
48 #define DEF_USEBIOS false
50 #define DEF_SKIPBIOS false
54 extern bool synchronize
;
55 extern bool cpuDisableSfx
;
56 extern bool cpuIsMultiBoot
;
57 extern bool parseDebug
;
58 extern int layerSettings
;
59 extern int layerEnable
;
60 extern bool speedHack
;
61 extern int cpuSaveType
;
62 extern bool cheatsEnabled
;
63 extern bool mirroringEnable
;
67 extern u8
*internalRAM
;
69 extern u8
*paletteRAM
;
153 #endif // VBA_GLOBALS_H