diff options
author | red031000 <rubenru09@aol.com> | 2020-08-01 19:30:35 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-08-01 19:30:49 +0100 |
commit | ee287295971d0b25fe434cbd1e618f053d29e7c4 (patch) | |
tree | 17421b1f2a300fcb8714d42f0c9fe3796bd540d1 /arm9/lib/include/registers.h | |
parent | d318e480ca2c5ad51f4ce008808f39f2f92882f7 (diff) |
arm9 OS_valarm
Diffstat (limited to 'arm9/lib/include/registers.h')
-rw-r--r-- | arm9/lib/include/registers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arm9/lib/include/registers.h b/arm9/lib/include/registers.h index 6bfb52ac..b2915f8c 100644 --- a/arm9/lib/include/registers.h +++ b/arm9/lib/include/registers.h @@ -345,6 +345,7 @@ #define reg_MI_MCD1 (*(REGType32v *)0x4100010) #define reg_CARD_DATA (*(REGType32v *)0x4100010) //? +#define REG_OS_IE_VE_SHIFT 2 #define REG_OS_IE_T0_SHIFT 3 #define REG_OS_IE_T1_SHIFT 4 |