diff options
Diffstat (limited to 'src/MemConstants.h')
-rw-r--r-- | src/MemConstants.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/MemConstants.h b/src/MemConstants.h index 4cf2d36..e9aa6b2 100644 --- a/src/MemConstants.h +++ b/src/MemConstants.h @@ -32,6 +32,8 @@ constexpr u32 ARM7BIOSSize = 0x4000; constexpr u32 DSiBIOSSize = 0x10000; constexpr u32 ITCMPhysicalSize = 0x8000; constexpr u32 DTCMPhysicalSize = 0x4000; +constexpr u32 ARM7BIOSCRC32 = 0x1280f0d5; +constexpr u32 ARM9BIOSCRC32 = 0x2ab23573; } #endif // MELONDS_MEMCONSTANTS_H
\ No newline at end of file |