diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-09-02 09:13:45 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-09-02 09:13:45 -0400 |
commit | 1606a77609fea869c5f9bd193acc935924184e15 (patch) | |
tree | bee1e9a6d9080d1c98c1d39bb0b47b9645d3adb4 /arm9/lib/include/consts.h | |
parent | 95e2d6975c0fc3579a9fffd8e20399d1dc408d62 (diff) | |
parent | 8d3c3476967845cf735408947856c46ac6f8b87c (diff) |
Merge branch 'master' of github.com:pret/pokediamond into pikalax_work
Diffstat (limited to 'arm9/lib/include/consts.h')
-rw-r--r-- | arm9/lib/include/consts.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/arm9/lib/include/consts.h b/arm9/lib/include/consts.h index 5dd0b150..afe1b726 100644 --- a/arm9/lib/include/consts.h +++ b/arm9/lib/include/consts.h @@ -28,6 +28,13 @@ #define HW_C6_PR_2GB 0x3c #define HW_C6_PR_4GB 0x3e +#define HW_C6_PR_ENABLE 1 + +#define HW_C9_TCMR_16KB 0x0a +#define HW_C9_TCMR_32MB 0x20 + +#define HW_CACHE_LINE_SIZE 32 + #define PXI_PROC_ARM7 0x01 #define OSi_CONSOLE_NOT_DETECT 0xffffffff @@ -39,6 +46,6 @@ #define OSi_TCM_REGION_BASE_MASK 0xfffff000 -#define OS_IE_V_BLANK (1UL << 0) +#define OS_IE_V_BLANK (1UL << 0) #endif //POKEDIAMOND_ARM9_CONSTS_H |