~ubuntu-branches/debian/experimental/mednafen/experimental

« back to all changes in this revision

Viewing changes to src/gba/Globals.h

  • Committer: Package Import Robot
  • Author(s): Stephen Kitt
  • Date: 2012-01-31 07:21:35 UTC
  • mfrom: (1.2.8)
  • Revision ID: package-import@ubuntu.com-20120131072135-es3dj12y00xcnrsk
Tags: 0.9.19-1
* New upstream WIP version.
* Update copyright information.
* Refresh use-system-tremor.patch and remove psx-big-endian-only.patch.
* Add spelling-fixes.patch based on Lintian's recommendations.
* Build-depend on debhelper 9 or later and remove corresponding Lintian
  override.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef VBA_GLOBALS_H
21
21
#define VBA_GLOBALS_H
22
22
 
 
23
namespace MDFN_IEN_GBA
 
24
{
 
25
 
23
26
#define VERBOSE_SWI                  1
24
27
#define VERBOSE_UNALIGNED_MEMORY     2
25
28
#define VERBOSE_ILLEGAL_WRITE        4
124
127
extern uint16 IF;
125
128
extern uint16 IME;
126
129
 
 
130
}
 
131
 
127
132
#endif // VBA_GLOBALS_H