New memory system update (endian-safe).
This commit is contained in:
parent
f07885b33e
commit
cc557e7ac8
|
@ -107,6 +107,10 @@ typedef int BOOL;
|
||||||
# define LOCAL_TO_LE_32(x) (x)
|
# define LOCAL_TO_LE_32(x) (x)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* kilobytes and megabytes macro */
|
||||||
|
#define MB(x) ((x)*1024*1024)
|
||||||
|
#define KB(x) ((x)*1024)
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
ARM9 = 0,
|
ARM9 = 0,
|
||||||
|
|
Loading…
Reference in New Issue