fix some warnings and use the damn FORCE_INLINE macro otherwise what's it there for
This commit is contained in:
@@ -26,8 +26,14 @@
|
||||
#define IMEM_REGION_END (IMEM_REGION_START + IMEM_DSIZE)
|
||||
#define PIF_RAM_REGION_START 0x1FC007C0
|
||||
#define PIF_RAM_REGION_END 0x1FC007FF
|
||||
#define CART_REGION_START 0x10000000
|
||||
#define CART_REGION_END 0x1FBFFFFF
|
||||
#define CART_REGION_START_1_1 0x06000000
|
||||
#define CART_REGION_START_1_2 0x10000000
|
||||
#define CART_REGION_START_2_1 0x05000000
|
||||
#define CART_REGION_START_2_2 0x08000000
|
||||
#define CART_REGION_END_1_1 0x07FFFFFF
|
||||
#define CART_REGION_END_1_2 0x1FBFFFFF
|
||||
#define CART_REGION_END_2_1 0x05FFFFFF
|
||||
#define CART_REGION_END_2_2 0x0FFFFFFF
|
||||
|
||||
#define RDRAM_REGION RDRAM_REGION_START ... RDRAM_REGION_END
|
||||
#define DMEM_REGION DMEM_REGION_START ... DMEM_REGION_END
|
||||
@@ -42,7 +48,10 @@
|
||||
#define RI_REGION 0x04700000 ... 0x047FFFFF
|
||||
#define SI_REGION 0x04800000 ... 0x048FFFFF
|
||||
#define SRAM_REGION 0x08000000 ... 0x0FFFFFFF
|
||||
#define CART_REGION (CART_REGION_START) ... (CART_REGION_END)
|
||||
#define CART_REGION_1_1 (CART_REGION_START_1_1) ... (CART_REGION_END_1_1)
|
||||
#define CART_REGION_1_2 (CART_REGION_START_1_2) ... (CART_REGION_END_1_2)
|
||||
#define CART_REGION_2_1 (CART_REGION_START_2_1) ... (CART_REGION_END_2_1)
|
||||
#define CART_REGION_2_2 (CART_REGION_START_2_2) ... (CART_REGION_END_2_2)
|
||||
#define PIF_ROM_REGION 0x1FC00000 ... 0x1FC007BF
|
||||
#define PIF_RAM_REGION PIF_RAM_REGION_START ... PIF_RAM_REGION_END
|
||||
|
||||
|
||||
Reference in New Issue
Block a user