diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-09-16 20:31:28 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-16 20:31:28 +0300 |
commit | f8bd464bad0f8eb0c15077da4e0be1ba0dbd9976 (patch) | |
tree | 3a0c1dc4ce85764c1a6761d2bde821752231a889 /arm9/lib/include/mmap.h | |
parent | a013685f0bd75d8070971d96b79e4c146d5fbcaf (diff) | |
parent | 1e3c383ff53842cd2fe2134278b448fffebb15e9 (diff) |
Merge pull request #286 from red031000/master
arm9 CARD_common
Diffstat (limited to 'arm9/lib/include/mmap.h')
-rw-r--r-- | arm9/lib/include/mmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arm9/lib/include/mmap.h b/arm9/lib/include/mmap.h index c56b1dfe..027259ad 100644 --- a/arm9/lib/include/mmap.h +++ b/arm9/lib/include/mmap.h @@ -29,6 +29,7 @@ extern u32 SDK_AUTOLOAD_DTCM_START[]; #define HW_CARD_ROM_HEADER_SIZE 0x00000160 #define HW_DOWNLOAD_PARAMETER_SIZE 0x00000020 +#define HW_CARD_ROM_HEADER (HW_MAIN_MEM + 0x007ffa80) #define HW_RESET_PARAMETER_BUF (HW_MAIN_MEM + 0x007ffc20) #define HW_ROM_BASE_OFFSET_BUF (HW_MAIN_MEM + 0x007ffc2c) #define HW_ROM_HEADER_BUF (HW_MAIN_MEM + 0x007ffe00) // ROM registration area data buffer |