mirror of
https://github.com/rvtr/twl_wrapsdk.git
synced 2025-10-31 06:11:10 -04:00
add MI_WRAM_MAP_NULL.
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/twl_wrapsdk/trunk@47 4ee2a332-4b2b-5046-8439-1ba90f034370
This commit is contained in:
parent
86a9a4fd0e
commit
063cbd2c62
@ -151,6 +151,9 @@ MIImageWramC;
|
||||
#define MI_WRAM_B_BLOCK_SIZE_MAX (MI_WRAM_B_BLOCK_SIZE * MI_WRAM_B_BLOCK_NUM)
|
||||
#define MI_WRAM_C_BLOCK_SIZE_MAX (MI_WRAM_C_BLOCK_SIZE * MI_WRAM_C_BLOCK_NUM)
|
||||
|
||||
|
||||
#define MI_WRAM_MAP_NULL (HW_WRAM_AREA + HW_WRAM_AREA_SIZE/4)
|
||||
|
||||
#define REG_WRAM_A_MAP_PACK( start, end, img_size ) REG_WRAM_MAP_PACK( A, (start), (end), (img_size) )
|
||||
#define REG_WRAM_B_MAP_PACK( start, end, img_size ) REG_WRAM_MAP_PACK( B, (start), (end), (img_size) )
|
||||
#define REG_WRAM_C_MAP_PACK( start, end, img_size ) REG_WRAM_MAP_PACK( C, (start), (end), (img_size) )
|
||||
|
||||
Loading…
Reference in New Issue
Block a user