diff options
author | YamaArashi <shadow962@live.com> | 2016-05-15 16:43:56 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-05-15 16:43:56 -0700 |
commit | 147c8672c3be861fa9229c775c37933a39900b9c (patch) | |
tree | 9b99fe61d63633717fb2682bcf3eb81442824bad /include/gba/io_reg.h | |
parent | 91b1aab02668e4671a01854db28e093d9cacc1c8 (diff) |
new macros for declaring uninitialized IWRAM data
Diffstat (limited to 'include/gba/io_reg.h')
-rw-r--r-- | include/gba/io_reg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gba/io_reg.h b/include/gba/io_reg.h index e29441f19..9673cd0ef 100644 --- a/include/gba/io_reg.h +++ b/include/gba/io_reg.h @@ -490,6 +490,7 @@ #define DMA_START_VBLANK 0x1000 #define DMA_START_HBLANK 0x2000 #define DMA_START_SPECIAL 0x3000 +#define DMA_START_MASK 0x3000 #define DMA_INTR_ENABLE 0x4000 #define DMA_ENABLE 0x8000 |