diff options
author | red031000 <rubenru09@aol.com> | 2020-06-13 17:59:30 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-06-13 18:00:14 +0100 |
commit | 339366f19680e505d5ff9763375f0fc159b5baed (patch) | |
tree | 8793acb7d216df9adba3b87aed39b54f177b7b9a /arm9/lib/include/registers.h | |
parent | c4263506fa96acc210d1cf356023a3ffde805a0b (diff) |
arm9 OS_tick
Diffstat (limited to 'arm9/lib/include/registers.h')
-rw-r--r-- | arm9/lib/include/registers.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arm9/lib/include/registers.h b/arm9/lib/include/registers.h index 4781ba1b..06f96d5a 100644 --- a/arm9/lib/include/registers.h +++ b/arm9/lib/include/registers.h @@ -356,6 +356,12 @@ #define reg_MI_MCD1 (*(REGType32v *)0x4100010) #define reg_CARD_DATA (*(REGType32v *)0x4100010) //? +#define REG_OS_TM0CNT_H_PS_SHIFT 0 +#define REG_OS_IE_T0_SHIFT 3 + +#define REG_OS_TM0CNT_H_I_MASK 0x0040 +#define REG_OS_TM0CNT_H_E_MASK 0x0080 + #define REG_PAD_KEYINPUT_L_SHIFT 9 #define REG_PAD_KEYINPUT_L_SIZE 1 #define REG_PAD_KEYINPUT_L_MASK 0x0200 |