diff options
author | Cameron Hall <cameronghall@cox.net> | 2019-08-11 14:20:54 -0500 |
---|---|---|
committer | Cameron Hall <cameronghall@cox.net> | 2019-08-11 14:20:54 -0500 |
commit | 68de07eabfe27625e4b5b43502da0efade337456 (patch) | |
tree | 0778a30ee71ca7afc89b2967560a28dbd2a42e91 /include/agb_sram.h | |
parent | b0870ee7fbf34fe4fa8bf6a622a3c46aa326f1fb (diff) |
cleanup
Diffstat (limited to 'include/agb_sram.h')
-rw-r--r-- | include/agb_sram.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/agb_sram.h b/include/agb_sram.h index c609417..fe1ea85 100644 --- a/include/agb_sram.h +++ b/include/agb_sram.h @@ -1,10 +1,12 @@ #ifndef GUARD_AGB_SRAM_H #define GUARD_AGB_SRAM_H +#define SRAM 0x0E000000 + void SetSramFastFunc(void); void WriteSramFast(const u8 *src, u8 *dest, u32 size); extern void (*ReadSramFast)(const u8 *src, u8 *dest, u32 size); extern u32 (*VerifySramFast)(const u8 *src, u8 *dest, u32 size); u32 WriteAndVerifySramFast(const u8 *src, u8 *dest, u32 size); -#endif // GUARD_AGB_SRAM_H
\ No newline at end of file +#endif // GUARD_AGB_SRAM_H |